2021-05-23 13:32:14,090 DEBUG 23:basic_vm.py(1) - BasicVm init started
2021-05-23 13:32:14,091 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/onboard/service.py:117: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  self._yaml_template: dict = load(yaml_template)

2021-05-23 13:32:14,099 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase')
2021-05-23 13:32:14,099 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase')
2021-05-23 13:32:14,099 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase')
2021-05-23 13:32:14,099 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase')
2021-05-23 13:32:14,100 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase')
2021-05-23 13:32:14,100 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase')
2021-05-23 13:32:14,100 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase')
2021-05-23 13:32:14,100 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase')
2021-05-23 13:32:14,100 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase')
2021-05-23 13:32:14,100 INFO 169:run_tests.py(1) - Running test case 'basic_vm'...
2021-05-23 13:32:14,100 DEBUG 33:basic_vm.py(1) - start time
2021-05-23 13:32:14,100 DEBUG 159:__init__.py(1) - check if Vendor basicvm_vendor exists in SDC
2021-05-23 13:32:14,101 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC
2021-05-23 13:32:14,101 DEBUG 195:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:14,101 DEBUG 197:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-05-23 13:32:14,101 DEBUG 198:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-05-23 13:32:14,101 DEBUG 103:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:14,101 DEBUG 105:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-05-23 13:32:14,101 DEBUG 106:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-05-23 13:32:14,103 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:14,726 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 379
2021-05-23 13:32:14,727 INFO 116:onap_service.py(1) - [SDC][get Vendors] response code: 200
2021-05-23 13:32:14,727 DEBUG 120:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"bb3099cb8c37420eab2af5024b313409","type":"vlm","name":"3206a8ab-6109-4387-9356","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"feb4e21a711a4ee586613360d2a65378","type":"vlm","name":"d86b0671-f575-446e-a7aa","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":2}
2021-05-23 13:32:14,729 DEBUG 147:__init__.py(1) - number of Vendor returned: 2
2021-05-23 13:32:14,729 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicvm_vendor
2021-05-23 13:32:14,729 INFO 169:__init__.py(1) - Vendor basicvm_vendor doesn't exist in SDC
2021-05-23 13:32:14,729 INFO 267:__init__.py(1) - attempting to create Vendor basicvm_vendor in SDC
2021-05-23 13:32:14,729 DEBUG 159:__init__.py(1) - check if Vendor basicvm_vendor exists in SDC
2021-05-23 13:32:14,729 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC
2021-05-23 13:32:14,729 DEBUG 195:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:14,729 DEBUG 197:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-05-23 13:32:14,729 DEBUG 198:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-05-23 13:32:14,730 DEBUG 103:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:14,730 DEBUG 105:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-05-23 13:32:14,730 DEBUG 106:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-05-23 13:32:14,731 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:14,977 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 379
2021-05-23 13:32:14,978 INFO 116:onap_service.py(1) - [SDC][get Vendors] response code: 200
2021-05-23 13:32:14,979 DEBUG 120:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"bb3099cb8c37420eab2af5024b313409","type":"vlm","name":"3206a8ab-6109-4387-9356","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"feb4e21a711a4ee586613360d2a65378","type":"vlm","name":"d86b0671-f575-446e-a7aa","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":2}
2021-05-23 13:32:14,982 DEBUG 147:__init__.py(1) - number of Vendor returned: 2
2021-05-23 13:32:14,982 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicvm_vendor
2021-05-23 13:32:14,982 INFO 169:__init__.py(1) - Vendor basicvm_vendor doesn't exist in SDC
2021-05-23 13:32:15,005 DEBUG 195:onap_service.py(1) - [SDC][create Vendor] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:15,005 DEBUG 197:onap_service.py(1) - [SDC][create Vendor] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-05-23 13:32:15,005 DEBUG 198:onap_service.py(1) - [SDC][create Vendor] data sent: {
  "iconRef": "icon",
  "vendorName": "basicvm_vendor",
  "description": "vendor"
}
2021-05-23 13:32:15,006 DEBUG 103:onap_service.py(1) - [SDC][create Vendor] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:15,006 DEBUG 105:onap_service.py(1) - [SDC][create Vendor] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-05-23 13:32:15,006 DEBUG 106:onap_service.py(1) - [SDC][create Vendor] data sent: {
  "iconRef": "icon",
  "vendorName": "basicvm_vendor",
  "description": "vendor"
}
2021-05-23 13:32:15,008 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:20,476 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 159
2021-05-23 13:32:20,477 INFO 116:onap_service.py(1) - [SDC][create Vendor] response code: 200
2021-05-23 13:32:20,478 DEBUG 120:onap_service.py(1) - [SDC][create Vendor] response: {"itemId":"d1754b7fa89d450e93e8cb6e5c96cf3c","version":{"id":"023aedf68b19489184f86bd7c9cbca4e","name":"1.0","description":"Initial version","status":"Draft"}}
2021-05-23 13:32:20,479 INFO 284:__init__.py(1) - Vendor basicvm_vendor is created in SDC
2021-05-23 13:32:20,480 INFO 53:vendor.py(1) - attempting to certify/sumbit vendor basicvm_vendor in SDC
2021-05-23 13:32:20,483 DEBUG 103:onap_service.py(1) - [SDC][Submit Vendor] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:20,483 DEBUG 105:onap_service.py(1) - [SDC][Submit Vendor] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/d1754b7fa89d450e93e8cb6e5c96cf3c/versions/023aedf68b19489184f86bd7c9cbca4e/actions
2021-05-23 13:32:20,483 DEBUG 106:onap_service.py(1) - [SDC][Submit Vendor] data sent: {

  "action": "Submit"
}
2021-05-23 13:32:20,484 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:21,669 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/d1754b7fa89d450e93e8cb6e5c96cf3c/versions/023aedf68b19489184f86bd7c9cbca4e/actions HTTP/1.1" 200 2
2021-05-23 13:32:21,671 INFO 116:onap_service.py(1) - [SDC][Submit Vendor] response code: 200
2021-05-23 13:32:21,671 DEBUG 120:onap_service.py(1) - [SDC][Submit Vendor] response: {}
2021-05-23 13:32:21,674 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/instantiate/vf_module_ala_carte.py:59: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  self._yaml_template: dict = load(yaml_template)

2021-05-23 13:32:21,682 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC
2021-05-23 13:32:21,682 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-05-23 13:32:21,682 DEBUG 195:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:21,682 DEBUG 197:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:21,682 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:32:21,682 DEBUG 103:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:21,683 DEBUG 105:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:21,683 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:32:21,684 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:21,886 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 557
2021-05-23 13:32:21,887 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-05-23 13:32:21,887 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"pNF 59515f86-d50c","description":"vendor software product","vendorName":"3206a8ab-6109-4387-9356","vendorId":"bb3099cb8c37420eab2af5024b313409","onboardingMethod":"NetworkPackage","id":"fde3ba9196a24ff6949a511ae7ca2b84","owner":"cs0008","status":"ACTIVE"},{"name":"vFW f4457b0c-f855","description":"vendor software product","vendorName":"d86b0671-f575-446e-a7aa","vendorId":"feb4e21a711a4ee586613360d2a65378","onboardingMethod":"NetworkPackage","id":"76064bb76e4941959fdd9dd767b9e07c","owner":"cs0008","status":"ACTIVE"}],"listCount":2}
2021-05-23 13:32:21,890 DEBUG 303:vsp.py(1) - importing VSP pNF 59515f86-d50c from SDC
2021-05-23 13:32:21,890 DEBUG 303:vsp.py(1) - importing VSP vFW f4457b0c-f855 from SDC
2021-05-23 13:32:21,890 DEBUG 147:__init__.py(1) - number of Vsp returned: 2
2021-05-23 13:32:21,890 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP
2021-05-23 13:32:21,890 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC
2021-05-23 13:32:21,890 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC
2021-05-23 13:32:21,891 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-05-23 13:32:21,891 DEBUG 195:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:21,891 DEBUG 197:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:21,891 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:32:21,891 DEBUG 103:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:21,891 DEBUG 105:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:21,891 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:32:21,892 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:22,067 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 557
2021-05-23 13:32:22,068 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-05-23 13:32:22,068 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"pNF 59515f86-d50c","description":"vendor software product","vendorName":"3206a8ab-6109-4387-9356","vendorId":"bb3099cb8c37420eab2af5024b313409","onboardingMethod":"NetworkPackage","id":"fde3ba9196a24ff6949a511ae7ca2b84","owner":"cs0008","status":"ACTIVE"},{"name":"vFW f4457b0c-f855","description":"vendor software product","vendorName":"d86b0671-f575-446e-a7aa","vendorId":"feb4e21a711a4ee586613360d2a65378","onboardingMethod":"NetworkPackage","id":"76064bb76e4941959fdd9dd767b9e07c","owner":"cs0008","status":"ACTIVE"}],"listCount":2}
2021-05-23 13:32:22,070 DEBUG 303:vsp.py(1) - importing VSP pNF 59515f86-d50c from SDC
2021-05-23 13:32:22,070 DEBUG 303:vsp.py(1) - importing VSP vFW f4457b0c-f855 from SDC
2021-05-23 13:32:22,071 DEBUG 147:__init__.py(1) - number of Vsp returned: 2
2021-05-23 13:32:22,071 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP
2021-05-23 13:32:22,071 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC
2021-05-23 13:32:22,071 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC
2021-05-23 13:32:22,071 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-05-23 13:32:22,071 DEBUG 195:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:22,071 DEBUG 197:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:22,071 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:32:22,072 DEBUG 103:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:22,072 DEBUG 105:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:22,072 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:32:22,073 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:22,308 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 557
2021-05-23 13:32:22,309 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-05-23 13:32:22,310 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"pNF 59515f86-d50c","description":"vendor software product","vendorName":"3206a8ab-6109-4387-9356","vendorId":"bb3099cb8c37420eab2af5024b313409","onboardingMethod":"NetworkPackage","id":"fde3ba9196a24ff6949a511ae7ca2b84","owner":"cs0008","status":"ACTIVE"},{"name":"vFW f4457b0c-f855","description":"vendor software product","vendorName":"d86b0671-f575-446e-a7aa","vendorId":"feb4e21a711a4ee586613360d2a65378","onboardingMethod":"NetworkPackage","id":"76064bb76e4941959fdd9dd767b9e07c","owner":"cs0008","status":"ACTIVE"}],"listCount":2}
2021-05-23 13:32:22,312 DEBUG 303:vsp.py(1) - importing VSP pNF 59515f86-d50c from SDC
2021-05-23 13:32:22,312 DEBUG 303:vsp.py(1) - importing VSP vFW f4457b0c-f855 from SDC
2021-05-23 13:32:22,312 DEBUG 147:__init__.py(1) - number of Vsp returned: 2
2021-05-23 13:32:22,312 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP
2021-05-23 13:32:22,312 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC
2021-05-23 13:32:22,312 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC
2021-05-23 13:32:22,312 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-05-23 13:32:22,312 DEBUG 195:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:22,312 DEBUG 197:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:22,313 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:32:22,313 DEBUG 103:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:22,313 DEBUG 105:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:22,313 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:32:22,314 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:22,479 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 557
2021-05-23 13:32:22,481 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-05-23 13:32:22,481 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"pNF 59515f86-d50c","description":"vendor software product","vendorName":"3206a8ab-6109-4387-9356","vendorId":"bb3099cb8c37420eab2af5024b313409","onboardingMethod":"NetworkPackage","id":"fde3ba9196a24ff6949a511ae7ca2b84","owner":"cs0008","status":"ACTIVE"},{"name":"vFW f4457b0c-f855","description":"vendor software product","vendorName":"d86b0671-f575-446e-a7aa","vendorId":"feb4e21a711a4ee586613360d2a65378","onboardingMethod":"NetworkPackage","id":"76064bb76e4941959fdd9dd767b9e07c","owner":"cs0008","status":"ACTIVE"}],"listCount":2}
2021-05-23 13:32:22,483 DEBUG 303:vsp.py(1) - importing VSP pNF 59515f86-d50c from SDC
2021-05-23 13:32:22,483 DEBUG 303:vsp.py(1) - importing VSP vFW f4457b0c-f855 from SDC
2021-05-23 13:32:22,484 DEBUG 147:__init__.py(1) - number of Vsp returned: 2
2021-05-23 13:32:22,484 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP
2021-05-23 13:32:22,484 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC
2021-05-23 13:32:22,484 INFO 267:__init__.py(1) - attempting to create Vsp basic_vm_VSP in SDC
2021-05-23 13:32:22,484 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC
2021-05-23 13:32:22,484 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-05-23 13:32:22,485 DEBUG 195:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:22,485 DEBUG 197:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:22,485 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:32:22,485 DEBUG 103:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:22,485 DEBUG 105:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:22,485 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:32:22,487 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:22,663 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 557
2021-05-23 13:32:22,664 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-05-23 13:32:22,664 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"pNF 59515f86-d50c","description":"vendor software product","vendorName":"3206a8ab-6109-4387-9356","vendorId":"bb3099cb8c37420eab2af5024b313409","onboardingMethod":"NetworkPackage","id":"fde3ba9196a24ff6949a511ae7ca2b84","owner":"cs0008","status":"ACTIVE"},{"name":"vFW f4457b0c-f855","description":"vendor software product","vendorName":"d86b0671-f575-446e-a7aa","vendorId":"feb4e21a711a4ee586613360d2a65378","onboardingMethod":"NetworkPackage","id":"76064bb76e4941959fdd9dd767b9e07c","owner":"cs0008","status":"ACTIVE"}],"listCount":2}
2021-05-23 13:32:22,666 DEBUG 303:vsp.py(1) - importing VSP pNF 59515f86-d50c from SDC
2021-05-23 13:32:22,666 DEBUG 303:vsp.py(1) - importing VSP vFW f4457b0c-f855 from SDC
2021-05-23 13:32:22,667 DEBUG 147:__init__.py(1) - number of Vsp returned: 2
2021-05-23 13:32:22,667 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP
2021-05-23 13:32:22,667 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC
2021-05-23 13:32:22,670 DEBUG 159:__init__.py(1) - check if Vendor basicvm_vendor exists in SDC
2021-05-23 13:32:22,670 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC
2021-05-23 13:32:22,670 DEBUG 195:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:22,670 DEBUG 197:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-05-23 13:32:22,670 DEBUG 198:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-05-23 13:32:22,671 DEBUG 103:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:22,671 DEBUG 105:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-05-23 13:32:22,671 DEBUG 106:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-05-23 13:32:22,672 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:22,909 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 532
2021-05-23 13:32:22,910 INFO 116:onap_service.py(1) - [SDC][get Vendors] response code: 200
2021-05-23 13:32:22,911 DEBUG 120:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"d1754b7fa89d450e93e8cb6e5c96cf3c","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"bb3099cb8c37420eab2af5024b313409","type":"vlm","name":"3206a8ab-6109-4387-9356","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"feb4e21a711a4ee586613360d2a65378","type":"vlm","name":"d86b0671-f575-446e-a7aa","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":3}
2021-05-23 13:32:22,913 DEBUG 147:__init__.py(1) - number of Vendor returned: 3
2021-05-23 13:32:22,913 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicvm_vendor
2021-05-23 13:32:22,913 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:22,913 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d1754b7fa89d450e93e8cb6e5c96cf3c/versions
2021-05-23 13:32:22,913 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:22,914 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:22,914 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d1754b7fa89d450e93e8cb6e5c96cf3c/versions
2021-05-23 13:32:22,914 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:22,915 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:23,387 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d1754b7fa89d450e93e8cb6e5c96cf3c/versions HTTP/1.1" 200 264
2021-05-23 13:32:23,388 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:32:23,389 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"023aedf68b19489184f86bd7c9cbca4e","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1621776735609,"modificationTime":1621776740864,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-05-23 13:32:23,391 DEBUG 22:sdc_element.py(1) - details found, updating
2021-05-23 13:32:23,391 INFO 192:__init__.py(1) - Vendor found, updating information
2021-05-23 13:32:23,391 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:23,391 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d1754b7fa89d450e93e8cb6e5c96cf3c/versions
2021-05-23 13:32:23,391 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:23,392 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:23,392 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d1754b7fa89d450e93e8cb6e5c96cf3c/versions
2021-05-23 13:32:23,392 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:23,393 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:23,673 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d1754b7fa89d450e93e8cb6e5c96cf3c/versions HTTP/1.1" 200 264
2021-05-23 13:32:23,675 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:32:23,676 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"023aedf68b19489184f86bd7c9cbca4e","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1621776735609,"modificationTime":1621776740864,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-05-23 13:32:23,679 DEBUG 22:sdc_element.py(1) - details found, updating
2021-05-23 13:32:23,679 DEBUG 195:onap_service.py(1) - [SDC][create Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:23,679 DEBUG 197:onap_service.py(1) - [SDC][create Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:23,680 DEBUG 198:onap_service.py(1) - [SDC][create Vsp] data sent: {
  "name": "basic_vm_VSP",
  "description": "vendor software product",
  "icon": "icon",
  "category": "resourceNewCategory.generic",
  "subCategory": "resourceNewCategory.generic.abstract",
  "vendorName": "basicvm_vendor",
  "vendorId": "d1754b7fa89d450e93e8cb6e5c96cf3c",
  "licensingData": {},
  "onboardingMethod": "NetworkPackage"
}
2021-05-23 13:32:23,680 DEBUG 103:onap_service.py(1) - [SDC][create Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:23,680 DEBUG 105:onap_service.py(1) - [SDC][create Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:32:23,680 DEBUG 106:onap_service.py(1) - [SDC][create Vsp] data sent: {
  "name": "basic_vm_VSP",
  "description": "vendor software product",
  "icon": "icon",
  "category": "resourceNewCategory.generic",
  "subCategory": "resourceNewCategory.generic.abstract",
  "vendorName": "basicvm_vendor",
  "vendorId": "d1754b7fa89d450e93e8cb6e5c96cf3c",
  "licensingData": {},
  "onboardingMethod": "NetworkPackage"
}
2021-05-23 13:32:23,682 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:36,789 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 159
2021-05-23 13:32:36,790 INFO 116:onap_service.py(1) - [SDC][create Vsp] response code: 200
2021-05-23 13:32:36,791 DEBUG 120:onap_service.py(1) - [SDC][create Vsp] response: {"itemId":"265c38ac64af4721882d1bd897e8e909","version":{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","status":"Draft"}}
2021-05-23 13:32:36,793 INFO 284:__init__.py(1) - Vsp basic_vm_VSP is created in SDC
2021-05-23 13:32:36,794 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:36,794 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:32:36,794 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:36,794 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:36,794 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:32:36,794 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:36,796 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:36,877 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 253
2021-05-23 13:32:36,879 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:32:36,879 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1621776743967,"modificationTime":1621776747968,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-05-23 13:32:36,882 DEBUG 195:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:36,882 DEBUG 197:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:36,882 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:32:36,882 DEBUG 103:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:36,883 DEBUG 105:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:36,883 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:32:36,885 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:37,413 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 223
2021-05-23 13:32:37,414 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-05-23 13:32:37,415 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1621776743967,"modificationTime":1621776747812}
2021-05-23 13:32:37,418 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:37,418 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:37,418 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:37,419 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:37,419 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:37,419 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:37,422 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:39,896 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 368
2021-05-23 13:32:39,898 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:32:39,898 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd"}
2021-05-23 13:32:39,900 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:39,900 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:39,901 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:39,901 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:39,901 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:39,901 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:39,903 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:40,683 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 368
2021-05-23 13:32:40,685 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:32:40,685 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd"}
2021-05-23 13:32:40,687 INFO 219:vsp.py(1) - attempting to upload package for basic_vm_VSP in SDC
2021-05-23 13:32:40,687 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:40,687 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:32:40,687 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:40,688 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:40,688 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:32:40,688 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:40,689 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:40,777 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 253
2021-05-23 13:32:40,778 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:32:40,778 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1621776743967,"modificationTime":1621776747968,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-05-23 13:32:40,780 DEBUG 195:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:40,780 DEBUG 197:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:40,780 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:32:40,781 DEBUG 103:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:40,781 DEBUG 105:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:40,781 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:32:40,782 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:41,171 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 223
2021-05-23 13:32:41,172 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-05-23 13:32:41,172 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1621776743967,"modificationTime":1621776747812}
2021-05-23 13:32:41,174 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:41,174 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:41,174 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:41,174 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:41,174 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:41,174 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:41,175 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:42,767 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 368
2021-05-23 13:32:42,768 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:32:42,768 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd"}
2021-05-23 13:32:42,770 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:42,770 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:42,770 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:42,770 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:42,770 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:42,770 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:42,772 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:44,068 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 368
2021-05-23 13:32:44,069 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:32:44,070 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd"}
2021-05-23 13:32:44,073 DEBUG 103:onap_service.py(1) - [SDC][upload ZIP for Vsp] sent header: {'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk', 'Accept-Encoding': 'gzip, deflate'}
2021-05-23 13:32:44,074 DEBUG 105:onap_service.py(1) - [SDC][upload ZIP for Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/orchestration-template-candidate
2021-05-23 13:32:44,074 DEBUG 106:onap_service.py(1) - [SDC][upload ZIP for Vsp] data sent: None
2021-05-23 13:32:44,079 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:45,485 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/orchestration-template-candidate HTTP/1.1" 200 94
2021-05-23 13:32:45,486 INFO 116:onap_service.py(1) - [SDC][upload ZIP for Vsp] response code: 200
2021-05-23 13:32:45,487 DEBUG 120:onap_service.py(1) - [SDC][upload ZIP for Vsp] response: {"errors":{},"status":"Success","onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:32:45,487 INFO 172:vsp.py(1) - Files for Vsp basic_vm_VSP have been uploaded
2021-05-23 13:32:45,489 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:45,489 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:32:45,489 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:45,490 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:45,490 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:32:45,490 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:45,491 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:45,610 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 253
2021-05-23 13:32:45,613 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:32:45,614 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1621776743967,"modificationTime":1621776747968,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-05-23 13:32:45,617 DEBUG 195:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:45,618 DEBUG 197:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:45,618 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:32:45,618 DEBUG 103:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:45,619 DEBUG 105:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:45,619 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:32:45,621 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:46,407 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 222
2021-05-23 13:32:46,409 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-05-23 13:32:46,409 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1621776743967,"modificationTime":1621776765405}
2021-05-23 13:32:46,411 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:46,411 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:46,411 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:46,411 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:46,411 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:46,412 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:46,413 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:47,176 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 439
2021-05-23 13:32:47,178 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:32:47,178 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:32:47,181 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:47,181 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:47,181 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:47,182 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:47,182 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:47,182 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:47,184 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:48,076 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 439
2021-05-23 13:32:48,078 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:32:48,078 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:32:48,081 INFO 219:vsp.py(1) - attempting to validate for basic_vm_VSP in SDC
2021-05-23 13:32:48,081 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:48,081 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:32:48,081 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:48,082 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:48,082 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:32:48,082 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:32:48,084 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:48,206 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 253
2021-05-23 13:32:48,208 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:32:48,208 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1621776743967,"modificationTime":1621776747968,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-05-23 13:32:48,210 DEBUG 195:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:48,211 DEBUG 197:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:48,211 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:32:48,211 DEBUG 103:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:48,211 DEBUG 105:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:48,212 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:32:48,213 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:49,108 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 222
2021-05-23 13:32:49,110 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-05-23 13:32:49,110 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1621776743967,"modificationTime":1621776765405}
2021-05-23 13:32:49,113 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:49,114 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:49,114 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:49,114 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:49,115 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:49,115 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:49,117 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:50,073 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 439
2021-05-23 13:32:50,075 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:32:50,075 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:32:50,079 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:50,079 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:50,079 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:50,080 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:50,080 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:32:50,080 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:32:50,083 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:32:51,278 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 439
2021-05-23 13:32:51,280 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:32:51,281 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:32:51,285 DEBUG 195:onap_service.py(1) - [SDC][Validate artifacts for Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:51,285 DEBUG 197:onap_service.py(1) - [SDC][Validate artifacts for Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/orchestration-template-candidate/process
2021-05-23 13:32:51,285 DEBUG 198:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None
2021-05-23 13:32:51,286 DEBUG 103:onap_service.py(1) - [SDC][Validate artifacts for Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:32:51,286 DEBUG 105:onap_service.py(1) - [SDC][Validate artifacts for Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/orchestration-template-candidate/process
2021-05-23 13:32:51,287 DEBUG 106:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None
2021-05-23 13:32:51,290 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:13,089 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/orchestration-template-candidate/process HTTP/1.1" 200 87
2021-05-23 13:33:13,091 INFO 116:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response code: 200
2021-05-23 13:33:13,092 DEBUG 120:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response: {"fileNames":["base_ubuntu20.env","base_ubuntu20.yaml"],"errors":{},"status":"Success"}
2021-05-23 13:33:13,094 INFO 187:vsp.py(1) - Artifacts for Vsp basic_vm_VSP have been validated
2021-05-23 13:33:13,094 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:13,094 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:33:13,094 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:33:13,095 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:13,095 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:33:13,095 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:33:13,097 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:13,210 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 253
2021-05-23 13:33:13,212 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:33:13,212 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1621776743967,"modificationTime":1621776747968,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-05-23 13:33:13,215 DEBUG 195:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:13,215 DEBUG 197:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:13,215 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:33:13,215 DEBUG 103:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:13,216 DEBUG 105:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:13,216 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:33:13,217 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:13,708 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 222
2021-05-23 13:33:13,709 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-05-23 13:33:13,709 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1621776743967,"modificationTime":1621776793062}
2021-05-23 13:33:13,711 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:13,711 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:13,711 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:13,711 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:13,712 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:13,712 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:13,713 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:15,284 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 615
2021-05-23 13:33:15,285 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:33:15,285 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:33:15,287 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:15,287 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:15,288 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:15,288 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:15,288 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:15,288 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:15,289 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:16,671 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 615
2021-05-23 13:33:16,672 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:33:16,673 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:33:16,674 INFO 219:vsp.py(1) - attempting to commit for basic_vm_VSP in SDC
2021-05-23 13:33:16,675 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:16,675 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:33:16,675 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:33:16,675 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:16,675 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:33:16,675 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:33:16,677 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:16,816 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 253
2021-05-23 13:33:16,818 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:33:16,818 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1621776743967,"modificationTime":1621776747968,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-05-23 13:33:16,821 DEBUG 195:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:16,822 DEBUG 197:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:16,822 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:33:16,822 DEBUG 103:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:16,822 DEBUG 105:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:16,822 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:33:16,825 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:17,411 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 222
2021-05-23 13:33:17,412 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-05-23 13:33:17,412 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1621776743967,"modificationTime":1621776793062}
2021-05-23 13:33:17,414 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:17,414 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:17,414 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:17,414 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:17,414 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:17,414 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:17,416 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:18,877 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 615
2021-05-23 13:33:18,879 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:33:18,879 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:33:18,882 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:18,882 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:18,883 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:18,883 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:18,884 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:18,884 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:18,887 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:20,266 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 615
2021-05-23 13:33:20,267 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:33:20,267 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:33:20,275 DEBUG 103:onap_service.py(1) - [SDC][Commit Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:20,276 DEBUG 105:onap_service.py(1) - [SDC][Commit Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/actions
2021-05-23 13:33:20,276 DEBUG 106:onap_service.py(1) - [SDC][Commit Vsp] data sent: {

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

  "action": "Commit"
}
2021-05-23 13:33:20,277 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:48,370 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/actions HTTP/1.1" 200 2
2021-05-23 13:33:48,372 INFO 116:onap_service.py(1) - [SDC][Commit Vsp] response code: 200
2021-05-23 13:33:48,373 DEBUG 120:onap_service.py(1) - [SDC][Commit Vsp] response: {}
2021-05-23 13:33:48,376 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:48,376 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:33:48,376 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:33:48,377 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:48,377 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:33:48,377 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:33:48,379 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:48,507 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 253
2021-05-23 13:33:48,508 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:33:48,508 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1621776743967,"modificationTime":1621776800602,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-05-23 13:33:48,510 DEBUG 195:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:48,510 DEBUG 197:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:48,511 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:33:48,511 DEBUG 103:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:48,511 DEBUG 105:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:48,511 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:33:48,512 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:49,511 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 223
2021-05-23 13:33:49,513 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-05-23 13:33:49,513 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1621776743967,"modificationTime":1621776793062}
2021-05-23 13:33:49,515 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:49,516 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:49,516 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:49,516 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:49,516 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:49,517 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:49,518 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:51,269 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 615
2021-05-23 13:33:51,270 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:33:51,270 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:33:51,272 INFO 219:vsp.py(1) - attempting to certify/sumbit for basic_vm_VSP in SDC
2021-05-23 13:33:51,272 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:51,272 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:33:51,272 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:33:51,272 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:51,273 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:33:51,273 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:33:51,274 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:51,408 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 253
2021-05-23 13:33:51,410 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:33:51,410 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1621776743967,"modificationTime":1621776800602,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-05-23 13:33:51,412 DEBUG 195:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:51,413 DEBUG 197:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:51,413 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:33:51,413 DEBUG 103:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:51,414 DEBUG 105:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:51,414 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-05-23 13:33:51,416 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:51,909 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 223
2021-05-23 13:33:51,910 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-05-23 13:33:51,911 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1621776743967,"modificationTime":1621776793062}
2021-05-23 13:33:51,914 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:51,915 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:51,915 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:51,915 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:51,916 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:33:51,916 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:33:51,918 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:33:53,476 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 615
2021-05-23 13:33:53,477 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:33:53,478 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:33:53,486 DEBUG 103:onap_service.py(1) - [SDC][Submit Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:33:53,486 DEBUG 105:onap_service.py(1) - [SDC][Submit Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/actions
2021-05-23 13:33:53,487 DEBUG 106:onap_service.py(1) - [SDC][Submit Vsp] data sent: {

  "action": "Submit"
}
2021-05-23 13:33:53,489 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:34:27,674 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/actions HTTP/1.1" 200 2
2021-05-23 13:34:27,681 INFO 116:onap_service.py(1) - [SDC][Submit Vsp] response code: 200
2021-05-23 13:34:27,682 DEBUG 120:onap_service.py(1) - [SDC][Submit Vsp] response: {}
2021-05-23 13:34:27,689 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:27,689 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:34:27,690 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:34:27,691 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:27,691 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:34:27,691 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:34:27,695 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:34:27,806 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 264
2021-05-23 13:34:27,808 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:34:27,808 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1621776743967,"modificationTime":1621776856901,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-05-23 13:34:27,810 INFO 219:vsp.py(1) - attempting to create CSAR package for basic_vm_VSP in SDC
2021-05-23 13:34:27,810 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:27,810 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:34:27,810 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:34:27,811 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:27,811 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:34:27,811 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:34:27,812 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:34:27,884 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 264
2021-05-23 13:34:27,885 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:34:27,885 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1621776743967,"modificationTime":1621776856901,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-05-23 13:34:27,892 DEBUG 103:onap_service.py(1) - [SDC][Create_Package Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:27,892 DEBUG 105:onap_service.py(1) - [SDC][Create_Package Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/actions
2021-05-23 13:34:27,893 DEBUG 106:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: {

  "action": "Create_Package"
}
2021-05-23 13:34:27,894 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:34:32,814 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/actions HTTP/1.1" 200 316
2021-05-23 13:34:32,816 INFO 116:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200
2021-05-23 13:34:32,816 DEBUG 120:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","packageId":"265c38ac64af4721882d1bd897e8e909","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-05-23 13:34:32,817 INFO 204:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","packageId":"265c38ac64af4721882d1bd897e8e909","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-05-23 13:34:32,820 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC
2021-05-23 13:34:32,820 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-05-23 13:34:32,820 DEBUG 195:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:32,820 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:34:32,821 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:34:32,821 DEBUG 103:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:32,821 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:34:32,821 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:34:32,823 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:34:33,177 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 404 225
2021-05-23 13:34:33,179 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 404
2021-05-23 13:34:33,179 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}
2021-05-23 13:34:33,179 ERROR 129:onap_service.py(1) - [SDC][get Vfs] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:33,180 ERROR 212:onap_service.py(1) - [SDC][get Vfs] request failed: Code: 404. Info: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}.
2021-05-23 13:34:33,180 DEBUG 143:__init__.py(1) - Couldn't get Vf: Code: 404. Info: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}.
2021-05-23 13:34:33,180 DEBUG 147:__init__.py(1) - number of Vf returned: 0
2021-05-23 13:34:33,180 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:34:33,180 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC
2021-05-23 13:34:33,180 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC
2021-05-23 13:34:33,181 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-05-23 13:34:33,181 DEBUG 195:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:33,181 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:34:33,181 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:34:33,181 DEBUG 103:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:33,182 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:34:33,182 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:34:33,183 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:34:33,467 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 404 225
2021-05-23 13:34:33,468 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 404
2021-05-23 13:34:33,469 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}
2021-05-23 13:34:33,469 ERROR 129:onap_service.py(1) - [SDC][get Vfs] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:33,469 ERROR 212:onap_service.py(1) - [SDC][get Vfs] request failed: Code: 404. Info: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}.
2021-05-23 13:34:33,469 DEBUG 143:__init__.py(1) - Couldn't get Vf: Code: 404. Info: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}.
2021-05-23 13:34:33,469 DEBUG 147:__init__.py(1) - number of Vf returned: 0
2021-05-23 13:34:33,469 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:34:33,469 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC
2021-05-23 13:34:33,469 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC
2021-05-23 13:34:33,470 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-05-23 13:34:33,470 DEBUG 195:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:33,470 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:34:33,470 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:34:33,470 DEBUG 103:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:33,470 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:34:33,470 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:34:33,472 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:34:33,864 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 404 225
2021-05-23 13:34:33,865 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 404
2021-05-23 13:34:33,865 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}
2021-05-23 13:34:33,866 ERROR 129:onap_service.py(1) - [SDC][get Vfs] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:33,866 ERROR 212:onap_service.py(1) - [SDC][get Vfs] request failed: Code: 404. Info: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}.
2021-05-23 13:34:33,866 DEBUG 143:__init__.py(1) - Couldn't get Vf: Code: 404. Info: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}.
2021-05-23 13:34:33,866 DEBUG 147:__init__.py(1) - number of Vf returned: 0
2021-05-23 13:34:33,866 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:34:33,866 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC
2021-05-23 13:34:33,867 DEBUG 159:__init__.py(1) - check if ResourceCategory Generic exists in SDC
2021-05-23 13:34:33,867 INFO 129:__init__.py(1) - retrieving all objects of type ResourceCategory from SDC
2021-05-23 13:34:33,867 DEBUG 195:onap_service.py(1) - [SDC][get ResourceCategorys] sent header: <bound method BaseCategory.headers of <class 'onapsdk.sdc.category_management.ResourceCategory'>>
2021-05-23 13:34:33,868 DEBUG 197:onap_service.py(1) - [SDC][get ResourceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui
2021-05-23 13:34:33,868 DEBUG 198:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None
2021-05-23 13:34:33,868 DEBUG 103:onap_service.py(1) - [SDC][get ResourceCategorys] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'demo', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:33,868 DEBUG 105:onap_service.py(1) - [SDC][get ResourceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui
2021-05-23 13:34:33,868 DEBUG 106:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None
2021-05-23 13:34:33,870 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:34:37,579 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/setup/ui HTTP/1.1" 200 None
2021-05-23 13:34:37,582 INFO 116:onap_service.py(1) - [SDC][get ResourceCategorys] response code: 200
2021-05-23 13:34:37,583 DEBUG 120:onap_service.py(1) - [SDC][get ResourceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"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":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"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":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"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":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"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":"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":"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":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"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":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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":"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":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"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":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"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":"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}],"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}],"serviceCategories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network 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},{"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":"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":"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":null,"type":null,"version":null,"ownerId":null,"empty":false}],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.8.5"}
2021-05-23 13:34:37,594 DEBUG 147:__init__.py(1) - number of ResourceCategory returned: 9
2021-05-23 13:34:37,594 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Generic
2021-05-23 13:34:37,595 INFO 192:__init__.py(1) - ResourceCategory found, updating information
2021-05-23 13:34:37,595 INFO 267:__init__.py(1) - attempting to create Vf basic_vm in SDC
2021-05-23 13:34:37,595 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC
2021-05-23 13:34:37,595 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-05-23 13:34:37,595 DEBUG 195:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:37,595 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:34:37,596 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:34:37,596 DEBUG 103:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:37,596 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:34:37,596 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:34:37,598 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:34:37,913 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 404 225
2021-05-23 13:34:37,914 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 404
2021-05-23 13:34:37,915 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}
2021-05-23 13:34:37,915 ERROR 129:onap_service.py(1) - [SDC][get Vfs] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:37,916 ERROR 212:onap_service.py(1) - [SDC][get Vfs] request failed: Code: 404. Info: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}.
2021-05-23 13:34:37,916 DEBUG 143:__init__.py(1) - Couldn't get Vf: Code: 404. Info: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4642",
      "text": "No %1 were found to match criteria %2",
      "variables": [
        "resources",
        "resourceType\u003dVF"
      ]
    }
  }
}.
2021-05-23 13:34:37,916 DEBUG 147:__init__.py(1) - number of Vf returned: 0
2021-05-23 13:34:37,916 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:34:37,917 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC
2021-05-23 13:34:37,940 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC
2021-05-23 13:34:37,940 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-05-23 13:34:37,940 DEBUG 195:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:37,941 DEBUG 197:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:34:37,941 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:34:37,941 DEBUG 103:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:37,942 DEBUG 105:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-05-23 13:34:37,942 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-05-23 13:34:37,944 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:34:38,107 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 808
2021-05-23 13:34:38,109 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-05-23 13:34:38,109 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 59515f86-d50c","description":"vendor software product","vendorName":"3206a8ab-6109-4387-9356","vendorId":"bb3099cb8c37420eab2af5024b313409","onboardingMethod":"NetworkPackage","id":"fde3ba9196a24ff6949a511ae7ca2b84","owner":"cs0008","status":"ACTIVE"},{"name":"vFW f4457b0c-f855","description":"vendor software product","vendorName":"d86b0671-f575-446e-a7aa","vendorId":"feb4e21a711a4ee586613360d2a65378","onboardingMethod":"NetworkPackage","id":"76064bb76e4941959fdd9dd767b9e07c","owner":"cs0008","status":"ACTIVE"}],"listCount":3}
2021-05-23 13:34:38,112 DEBUG 303:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-05-23 13:34:38,112 DEBUG 303:vsp.py(1) - importing VSP pNF 59515f86-d50c from SDC
2021-05-23 13:34:38,112 DEBUG 303:vsp.py(1) - importing VSP vFW f4457b0c-f855 from SDC
2021-05-23 13:34:38,112 DEBUG 147:__init__.py(1) - number of Vsp returned: 3
2021-05-23 13:34:38,112 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP
2021-05-23 13:34:38,112 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:38,112 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:34:38,113 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:34:38,113 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:38,113 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:34:38,113 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:34:38,115 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:34:38,206 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 264
2021-05-23 13:34:38,208 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:34:38,208 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1621776743967,"modificationTime":1621776856901,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-05-23 13:34:38,210 DEBUG 22:sdc_element.py(1) - details found, updating
2021-05-23 13:34:38,210 INFO 192:__init__.py(1) - Vsp found, updating information
2021-05-23 13:34:38,210 INFO 219:vsp.py(1) - attempting to create CSAR package for basic_vm_VSP in SDC
2021-05-23 13:34:38,210 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:38,211 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:34:38,211 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:34:38,211 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:38,211 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:34:38,211 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:34:38,213 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:34:38,406 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 264
2021-05-23 13:34:38,407 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:34:38,407 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1621776743967,"modificationTime":1621776856901,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-05-23 13:34:38,409 DEBUG 195:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:38,409 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:34:38,409 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:34:38,409 DEBUG 103:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:38,409 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions
2021-05-23 13:34:38,410 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-05-23 13:34:38,411 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:34:38,606 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/265c38ac64af4721882d1bd897e8e909/versions HTTP/1.1" 200 264
2021-05-23 13:34:38,608 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-05-23 13:34:38,608 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2c57d77eb9df4634b527c8aa1ee0b6bd","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1621776743967,"modificationTime":1621776856901,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-05-23 13:34:38,611 DEBUG 22:sdc_element.py(1) - details found, updating
2021-05-23 13:34:38,617 DEBUG 103:onap_service.py(1) - [SDC][Create_Package Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:38,617 DEBUG 105:onap_service.py(1) - [SDC][Create_Package Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/actions
2021-05-23 13:34:38,618 DEBUG 106:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: {

  "action": "Create_Package"
}
2021-05-23 13:34:38,619 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:34:43,439 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd/actions HTTP/1.1" 200 316
2021-05-23 13:34:43,440 INFO 116:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200
2021-05-23 13:34:43,440 DEBUG 120:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","packageId":"265c38ac64af4721882d1bd897e8e909","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-05-23 13:34:43,440 INFO 204:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","packageId":"265c38ac64af4721882d1bd897e8e909","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-05-23 13:34:43,442 DEBUG 195:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:43,442 DEBUG 197:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:34:43,442 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:34:43,443 DEBUG 103:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:43,443 DEBUG 105:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd
2021-05-23 13:34:43,443 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-05-23 13:34:43,444 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:34:45,178 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/265c38ac64af4721882d1bd897e8e909/versions/2c57d77eb9df4634b527c8aa1ee0b6bd HTTP/1.1" 200 615
2021-05-23 13:34:45,179 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-05-23 13:34:45,180 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"d1754b7fa89d450e93e8cb6e5c96cf3c","onboardingMethod":"NetworkPackage","id":"265c38ac64af4721882d1bd897e8e909","version":"2c57d77eb9df4634b527c8aa1ee0b6bd","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"}
2021-05-23 13:34:45,182 DEBUG 195:onap_service.py(1) - [SDC][create Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:45,182 DEBUG 197:onap_service.py(1) - [SDC][create Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources
2021-05-23 13:34:45,182 DEBUG 198:onap_service.py(1) - [SDC][create Vf] data sent: {
    "artifacts": {},
    "attributes": [],
    "capabilities": {},
      "categories": [
    {
      "normalizedName": "generic",
      "name": "Generic",
      "uniqueId": "resourceNewCategory.generic",
      "subcategories": [{"empty": false, "groupings": null, "icons": ["objectStorage", "compute"], "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": "265c38ac64af4721882d1bd897e8e909",
    "csarVersion": "1.0",
    "deploymentArtifacts": {},
    "description": "VF",
    "icon": "defaulticon",
    "name": "basic_vm",
    "properties": [],
    "groups": [],
    "requirements": {},
    "resourceType": "VF",
    "tags": ["basic_vm"],
    "toscaArtifacts": {},
    "vendorName": "basicvm_vendor",
    "vendorRelease": "1.0"
}
2021-05-23 13:34:45,182 DEBUG 103:onap_service.py(1) - [SDC][create Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:34:45,182 DEBUG 105:onap_service.py(1) - [SDC][create Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources
2021-05-23 13:34:45,183 DEBUG 106:onap_service.py(1) - [SDC][create Vf] data sent: {
    "artifacts": {},
    "attributes": [],
    "capabilities": {},
      "categories": [
    {
      "normalizedName": "generic",
      "name": "Generic",
      "uniqueId": "resourceNewCategory.generic",
      "subcategories": [{"empty": false, "groupings": null, "icons": ["objectStorage", "compute"], "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": "265c38ac64af4721882d1bd897e8e909",
    "csarVersion": "1.0",
    "deploymentArtifacts": {},
    "description": "VF",
    "icon": "defaulticon",
    "name": "basic_vm",
    "properties": [],
    "groups": [],
    "requirements": {},
    "resourceType": "VF",
    "tags": ["basic_vm"],
    "toscaArtifacts": {},
    "vendorName": "basicvm_vendor",
    "vendorRelease": "1.0"
}
2021-05-23 13:34:45,184 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:35:20,902 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources HTTP/1.1" 201 None
2021-05-23 13:35:20,919 INFO 116:onap_service.py(1) - [SDC][create Vf] response code: 201
2021-05-23 13:35:20,924 DEBUG 120:onap_service.py(1) - [SDC][create Vf] response: {"artifacts":{"vspbasicvmvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZkbTFmVmxOUUNpQWdJQ0JpTGlBZ0lDQkVaWE5qY21sd2RHbHZiaUIyWlc1a2IzSWdjMjltZEhkaGNtVWdjSEp2WkhWamRBb2dJQ0FnWXk0Z0lDQWdWbVZ5YzJsdmJqb2dNQzR3Q2lBZ0lDQmtMaUFnSUNCV1pXNWtiM0k2SUdKaGMybGpkbTFmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1621776913576,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vspbasicvmvspinformationtxt","artifactName":"VSP_basic_vm_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MDg2MTBiODhmMzZkZTRmN2EzZjAxYzdiNWQxMzRhMDc=","artifactUUID":"8cc5b2b7-a72d-46b9-b7f4-23d968671f9b","artifactDisplayName":"VSP_basic_vm_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasicvmvspinformationtxt","esId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vspbasicvmvspinformationtxt","duplicated":false,"payloadUpdateDate":1621776913578,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1621776913576,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"name":"VSP_basic_vm_VSP_Information.txt","empty":false}},"deploymentArtifacts":{"heat1":{"payloadData":"YUdWaGRGOTBaVzF3YkdGMFpWOTJaWEp6YVc5dU9pQXlNREV6TFRBMUxUSXpDZ3BrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnZFdKMWJuUjFJRlpOSUVOc2IzTmxaQ0JNYjI5d0lHWnZjaUJQVGtGUUNncHdZWEpoYldWMFpYSnpPZ29nSUNNZ1RXVjBZV1JoZEdFZ2NtVnhkV2x5WldRZ1lua2dUMDVCVUFvZ0lIWnVabDl1WVcxbE9nb2dJQ0FnZEhsd1pUb2djM1J5YVc1bkNpQWdJQ0JzWVdKbGJEb2dWazBnYm1GdFpRb2dJQ0FnWkdWelkzSnBjSFJwYjI0NklGUm9aU0JXVFNCdVlXMWxDaUFnZG01bVgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVms1R0lFbEVDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWR2hsSUZaT1JpQkpSQ0JwY3lCd2NtOTJhV1JsWkNCaWVTQlBUa0ZRQ2lBZ2RtWmZiVzlrZFd4bFgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVmtZZ2JXOWtkV3hsSUVsRUNpQWdJQ0JrWlhOamNtbHdkR2x2YmpvZ1ZHaGxJRlpHSUUxdlpIVnNaU0JKUkNCcGN5QndjbTkyYVdSbFpDQmllU0JQVGtGUUNnb2pJRk5sY25abGNpQndZWEpoYldWMFpYSnpMQ0J1WVcxcGJtY2djbVZ4ZFdseVpXUWdZbmtnVDA1QlVBb2dJRlZpZFc1MGRUSXdYMmx0WVdkbFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCSmJXRm5aU0J1WVcxbElHOXlJRWxFQ2lBZ0lDQmtaWE5qY21sd2RHbHZiam9nU1cxaFoyVWdkRzhnWW1VZ2RYTmxaQ0JtYjNJZ1kyOXRjSFYwWlNCcGJuTjBZVzVqWlFvZ0lGVmlkVzUwZFRJd1gyWnNZWFp2Y2w5dVlXMWxPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nUm14aGRtOXlDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWSGx3WlNCdlppQnBibk4wWVc1alpTQW9abXhoZG05eUtTQjBieUJpWlNCMWMyVmtDaUFnVldKMWJuUjFNakJmY0hWaVgydGxlVG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZCMVlteHBZeUJyWlhrS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWRXSnNhV01nYTJWNUlIUnZJR0psSUdsdWMzUmhiR3hsWkNCdmJpQjBhR1VnWTI5dGNIVjBaU0JwYm5OMFlXNWpaUW9nSUZWaWRXNTBkVEl3WDI1aGJXVmZNRG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZaTklHNWhiV1VLSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJVYUdVZ1ZrMGdibUZ0WlFvS0l5Qk9aWFIzYjNKcklIQmhjbUZ0WlhSbGNuTXNJRzVoYldsdVp5QnlaWEYxYVhKbFpDQmllU0JQVGtGUUNpQWdZV1J0YVc1ZmNHeGhibVZmYm1WMFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCdFlXNWhaMlZ0Wlc1MElHNWxkSGR2Y21zS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCVWFHVWdaWGgwWlhKdVlXd2diV0Z1WVdkbGJXVnVkQ0J1WlhSM2IzSnJDZ29qSUVSRFFVVWdjR0Z5WVcxbGRHVnljd29nSUdSallXVmZZMjlzYkdWamRHOXlYMmx3T2dvZ0lDQWdkSGx3WlRvZ2MzUnlhVzVuQ2lBZ0lDQnNZV0psYkRvZ1JFTkJSU0JqYjJ4c1pXTjBiM0lnU1ZBZ1lXUmtjbVZ6Y3dvZ0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVsUUlHRmtaSEpsYzNNZ2IyWWdkR2hsSUVSRFFVVWdZMjlzYkdWamRHOXlDaUFnWkdOaFpWOWpiMnhzWldOMGIzSmZjRzl5ZERvS0lDQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQWdiR0ZpWld3NklFUkRRVVVnWTI5c2JHVmpkRzl5SUhCdmNuUUtJQ0FnSUdSbGMyTnlhWEIwYVc5dU9pQlFiM0owSUc5bUlIUm9aU0JFUTBGRklHTnZiR3hsWTNSdmNnb0tjbVZ6YjNWeVkyVnpPZ29nSUhKaGJtUnZiUzF6ZEhJNkNpQWdJQ0IwZVhCbE9pQlBVem82U0dWaGREbzZVbUZ1Wkc5dFUzUnlhVzVuQ2lBZ0lDQndjbTl3WlhKMGFXVnpPZ29nSUNBZ0lDQnNaVzVuZEdnNklEUUtDaUFnVldKMWJuUjFNakJmYVc1emRHRnVkR2xoZEdWa1gydGxlVjl1WVcxbE9nb2dJQ0FnZEhsd1pUb2dUMU02T2s1dmRtRTZPa3RsZVZCaGFYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUc1aGJXVTZDaUFnSUNBZ0lDQWdjM1J5WDNKbGNHeGhZMlU2Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2NISmxYMkpoYzJWZmNtRnVaQW9nSUNBZ0lDQWdJQ0FnY0dGeVlXMXpPZ29nSUNBZ0lDQWdJQ0FnSUNCd2NtVTZJR3RsZVY4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J3ZFdKc2FXTmZhMlY1T2lCN0lHZGxkRjl3WVhKaGJUb2dWV0oxYm5SMU1qQmZjSFZpWDJ0bGVTQjlDaUFnSUNBZ0lITmhkbVZmY0hKcGRtRjBaVjlyWlhrNklHWmhiSE5sQ2dvZ0lGVmlkVzUwZFRJd1gyRmtiV2x1WDNObFkzVnlhWFI1WDJkeWIzVndPZ29nSUNBZ2RIbHdaVG9nVDFNNk9rNWxkWFJ5YjI0Nk9sTmxZM1Z5YVhSNVIzSnZkWEFLSUNBZ0lIQnliM0JsY25ScFpYTTZDaUFnSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJ6WldOMWNtbDBlU0JuY205MWNBb2dJQ0FnSUNCdVlXMWxPZ29nSUNBZ0lDQWdJSE4wY2w5eVpYQnNZV05sT2dvZ0lDQWdJQ0FnSUNBZ2RHVnRjR3hoZEdVNklIQnlaVjlpWVhObFgzSmhibVFLSUNBZ0lDQWdJQ0FnSUhCaGNtRnRjem9LSUNBZ0lDQWdJQ0FnSUNBZ2NISmxPaUJ6WjE4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J5ZFd4bGN6b2dXd29nSUNBZ0lDQWdJSHR5WlcxdmRHVmZhWEJmY0hKbFptbDRPaUF3TGpBdU1DNHdMekFzSUhCeWIzUnZZMjlzT2lCMFkzQXNJSEJ2Y25SZmNtRnVaMlZmYldsdU9pQXlNaXdnY0c5eWRGOXlZVzVuWlY5dFlYZzZJREl5ZlN3S0lDQWdJQ0FnSUNCN2NtVnRiM1JsWDJsd1gzQnlaV1pwZURvZ01DNHdMakF1TUM4d0xDQndjbTkwYjJOdmJEb2dhV050Y0gxZENnb2dJRlZpZFc1MGRUSXdYekJmWVdSdGFXNWZjR3hoYm1WZmNHOXlkRjh3T2dvZ0lDQWdkSGx3WlRvZ1QxTTZPazVsZFhSeWIyNDZPbEJ2Y25RS0lDQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdJRzVoYldVNkNpQWdJQ0FnSUNBZ2MzUnlYM0psY0d4aFkyVTZDaUFnSUNBZ0lDQWdJQ0IwWlcxd2JHRjBaVG9nY0hKbFgySmhjMlZmY21GdVpBb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0J3Y21VNklIQnZjblJmQ2lBZ0lDQWdJQ0FnSUNBZ0lHSmhjMlU2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYm1GdFpTQjlDaUFnSUNBZ0lDQWdJQ0FnSUhKaGJtUTZJSHNnWjJWMFgzSmxjMjkxY21ObE9pQnlZVzVrYjIwdGMzUnlJSDBLSUNBZ0lDQWdibVYwZDI5eWF6b2dleUJuWlhSZmNHRnlZVzA2SUdGa2JXbHVYM0JzWVc1bFgyNWxkRjl1WVcxbElIMEtJQ0FnSUNBZ2MyVmpkWEpwZEhsZlozSnZkWEJ6T2lCYmV5Qm5aWFJmY21WemIzVnlZMlU2SUZWaWRXNTBkVEl3WDJGa2JXbHVYM05sWTNWeWFYUjVYMmR5YjNWd0lIMWRDZ29nSUZWaWRXNTBkVEl3WDFaTlgzTmxkSFJwYm1kek9nb2dJQ0FnZEhsd1pUb2dUMU02T2tobFlYUTZPbE52Wm5SM1lYSmxRMjl1Wm1sbkNpQWdJQ0J3Y205d1pYSjBhV1Z6T2dvZ0lDQWdJQ0JqYjI1bWFXYzZJSHdLSUNBZ0lDQWdJQ0FnSUNBZ0l5RXZZbWx1TDJKaGMyZ0tJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElIVndaR0YwWlFvS0lDQlZZblZ1ZEhVeU1GOXpaWEoyWlhKZk1Eb0tJQ0FnSUhSNWNHVTZJRTlUT2pwT2IzWmhPanBUWlhKMlpYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUdsdFlXZGxPaUI3SUdkbGRGOXdZWEpoYlRvZ1ZXSjFiblIxTWpCZmFXMWhaMlZmYm1GdFpTQjlDaUFnSUNBZ0lHWnNZWFp2Y2pvZ2V5Qm5aWFJmY0dGeVlXMDZJRlZpZFc1MGRUSXdYMlpzWVhadmNsOXVZVzFsSUgwS0lDQWdJQ0FnYm1GdFpUb2dleUJuWlhSZmNHRnlZVzA2SUZWaWRXNTBkVEl3WDI1aGJXVmZNQ0I5Q2lBZ0lDQWdJRzFsZEdGa1lYUmhPaUI3ZG01bVgybGtPaUI3SUdkbGRGOXdZWEpoYlRvZ2RtNW1YMmxrSUgwc0lIWm1YMjF2WkhWc1pWOXBaRG9nZXlCblpYUmZjR0Z5WVcwNklIWm1YMjF2WkhWc1pWOXBaQ0I5TENCMmJtWmZibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDE5Q2lBZ0lDQWdJR3RsZVY5dVlXMWxPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dWV0oxYm5SMU1qQmZhVzV6ZEdGdWRHbGhkR1ZrWDJ0bGVWOXVZVzFsSUgwS0lDQWdJQ0FnYm1WMGQyOXlhM002Q2lBZ0lDQWdJQ0FnTFNCd2IzSjBPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dWV0oxYm5SMU1qQmZNRjloWkcxcGJsOXdiR0Z1WlY5d2IzSjBYekFnZlFvZ0lDQWdJQ0IxYzJWeVgyUmhkR0ZmWm05eWJXRjBPaUJTUVZjS0lDQWdJQ0FnZFhObGNsOWtZWFJoT2dvZ0lDQWdJQ0FnSUhOMGNsOXlaWEJzWVdObE9nb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0JmWDJSallXVmZZMjlzYkdWamRHOXlYMmx3WDE4NklIc2daMlYwWDNCaGNtRnRPaUJrWTJGbFgyTnZiR3hsWTNSdmNsOXBjQ0I5Q2lBZ0lDQWdJQ0FnSUNBZ0lGOWZaR05oWlY5amIyeHNaV04wYjNKZmNHOXlkRjlmT2lCN0lHZGxkRjl3WVhKaGJUb2daR05oWlY5amIyeHNaV04wYjNKZmNHOXlkQ0I5Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2ZBb2dJQ0FnSUNBZ0lDQWdJQ0FqSVM5aWFXNHZZbUZ6YUFvS0lDQWdJQ0FnSUNBZ0lDQWdJeUJEY21WaGRHVWdZMjl1Wm1sbmRYSmhkR2x2YmlCbWFXeGxjd29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFyWkdseUlDOXZjSFF2WTI5dVptbG5DaUFnSUNBZ0lDQWdJQ0FnSUdWamFHOGdYMTlrWTJGbFgyTnZiR3hsWTNSdmNsOXBjRjlmSUQ0Z0wyOXdkQzlqYjI1bWFXY3ZaR05oWlY5amIyeHNaV04wYjNKZmFYQXVkSGgwQ2lBZ0lDQWdJQ0FnSUNBZ0lHVmphRzhnWDE5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMFgxOGdQaUF2YjNCMEwyTnZibVpwWnk5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMExuUjRkQW9nSUNBZ0lDQWdJQ0FnSUNCalpDQXZiM0IwQ2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnWVhCMExXZGxkQ0IxY0dSaGRHVUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElHbHVjM1JoYkd3Z0xTMWhiR3h2ZHkxMWJtRjFkR2hsYm5ScFkyRjBaV1FnTFhrZ2JXRnJaU0JuWTJNZ2NuQnNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdZWEIwTFdkbGRDQjFjR1JoZEdVZ0ppWWdjM1ZrYnlCaGNIUXRaMlYwSUMxNUlIVndaM0poWkdVS0lDQWdJQ0FnSUNBZ0lDQWdjM1ZrYnlCaGNIUXRaMlYwSUdsdWMzUmhiR3dnTFhrZ2JHbGlZM1Z5YkRRdGIzQmxibk56YkMxa1pYWUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5Qm5hWFFnWTJ4dmJtVWdhSFIwY0hNNkx5OW5hWFJvZFdJdVkyOXRMMjl1WVhBdmRtNW1jMlJyTFhabGN5MWhaMlZ1ZEM1bmFYUUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmpjQ0F0Y2lCMmJtWnpaR3N0ZG1WekxXRm5aVzUwTDNabGMyeHBZbkpoY25rdmRtVnpYMk5zYVdKeVlYSjVMeUF2YjNCMENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NtMGdMWEptSUM5dmNIUXZkbTVtYzJSckxYWmxjeTFoWjJWdWRDOEtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmphRzF2WkNBcmVDQXZiM0IwTDNabGMxOWpiR2xpY21GeWVTOWxkbVZzTDJWMlpXd3RiR2xpY21GeWVTOWpiMlJsTDFaRlUzSmxjRzl5ZEdsdVoxOTJSbGN2WjI4dFkyeHBaVzUwTG5Ob0NpQWdJQ0FnSUNBZ0lDQWdJR05rSUM5dmNIUXZkbVZ6WDJOc2FXSnlZWEo1TDJWMlpXd3ZaWFpsYkMxc2FXSnlZWEo1TDJKc1pHcHZZbk12Q2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnYlhZZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtZGZka1pYSUM0dUwyTnZaR1V2VmtWVGNtVndiM0owYVc1bkNpQWdJQ0FnSUNBZ0lDQWdJQ01nWTJodmIzTmxJRWhVVkZCVENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NuQnNJQ0FpTUN3Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0x5b2dTRlJVVUZNL0lpQWlNU3dnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHlvZ1NGUlVVRk0vSWlBZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtY3ZkbkJ3WDIxbFlYTjFjbVZ0Wlc1MFgzSmxjRzl5ZEdWeUxtTUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QWdiV0ZyWlNCamJHVmhiZ29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFoYTJVZ1lXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdjMnhsWlhBZ01Rb2dJQ0FnSUNBZ0lDQWdJQ0JqWkNBdmIzQjBMM1psYzE5amJHbGljbUZ5ZVM5bGRtVnNMMlYyWld3dGJHbGljbUZ5ZVM5c2FXSnpMM2c0Tmw4Mk5Bb2dJQ0FnSUNBZ0lDQWdJQ0J6ZFdSdklHTndJR3hwWW1WMlpXd3VjMjhnTDNWemNpOXNhV0lLSUNBZ0lDQWdJQ0FnSUNBZ2MzVmtieUJzWkdOdmJtWnBad29nSUNBZ0lDQWdJQ0FnSUNBaklGTjBZWEowSUZaRlV5QmpiR2xsYm5RS0lDQWdJQ0FnSUNBZ0lDQWdZMlFnTDI5d2RDOTJaWE5mWTJ4cFluSmhjbmt2WlhabGJDOWxkbVZzTFd4cFluSmhjbmt2WTI5a1pTOVdSVk55WlhCdmNuUnBibWN2Q2lBZ0lDQWdJQ0FnSUNBZ0lDNHZaMjh0WTJ4cFpXNTBMbk5vSUNZK0wyUmxkaTl1ZFd4c0lDWmthWE52ZDI0S0lDQWdJQ0FnSUNBaloyVjBYM0psYzI5MWNtTmxPaUJWWW5WdWRIVXlNRjlXVFY5elpYUjBhVzVuY3dvPQ==","listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1621776913801,"description":"created from csar","artifactType":"HEAT","uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.heat1","artifactName":"base_ubuntu20.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=","artifactUUID":"cd06ecb1-41df-476c-b5b9-d0027bfc6bb3","artifactDisplayName":"base_ubuntu20","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.heat1","duplicated":false,"payloadUpdateDate":1621776913821,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1621776913801,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"name":"base_ubuntu20.yaml","empty":false},"vspbasicvmvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZkbTFmVmxOUUNpQWdJQ0JpTGlBZ0lDQkVaWE5qY21sd2RHbHZiaUIyWlc1a2IzSWdjMjltZEhkaGNtVWdjSEp2WkhWamRBb2dJQ0FnWXk0Z0lDQWdWbVZ5YzJsdmJqb2dNQzR3Q2lBZ0lDQmtMaUFnSUNCV1pXNWtiM0k2SUdKaGMybGpkbTFmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1621776913576,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vspbasicvmvspinformationtxt","artifactName":"VSP_basic_vm_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MDg2MTBiODhmMzZkZTRmN2EzZjAxYzdiNWQxMzRhMDc=","artifactUUID":"8cc5b2b7-a72d-46b9-b7f4-23d968671f9b","artifactDisplayName":"VSP_basic_vm_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasicvmvspinformationtxt","esId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vspbasicvmvspinformationtxt","duplicated":false,"payloadUpdateDate":1621776913578,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1621776913576,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"name":"VSP_basic_vm_VSP_Information.txt","empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1621776913960,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.heat1env","artifactName":"base_ubuntu20.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"M2Q0YTI5NGQxZjdhNmFjNTBjM2E1ZjEyZGJlYWI0Yjc=","generatedFromId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1621776913960,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1621776913960,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"name":"base_ubuntu20.env","empty":false}},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"creationDate":1621776891861,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.assettoscacsar","artifactName":"resource-BasicVm-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":1621776891861,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"name":"resource-BasicVm-csar.csar","empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1621776891860,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.assettoscatemplate","artifactName":"resource-BasicVm-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":1621776891860,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"name":"resource-BasicVm-template.yml","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":[{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Node","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"feature","uniqueId":"capability.192f21e8-9912-4056-aec5-863cc3d71f28.feature","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"feature_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Node","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"feature","uniqueId":"capability.192f21e8-9912-4056-aec5-863cc3d71f28.feature","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"feature_Ubuntu20","empty":false}],"tosca.capabilities.Scalable":[{"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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Scalable","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"scalable","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.scalable","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"scalable_Ubuntu20","empty":false}],"org.openecomp.capabilities.Forwarder":[{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.Forwarder","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"forwarder","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.forwarder","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Bindable":[{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.network.Bindable","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"binding","uniqueId":"capability.c64ec7c3-c216-4ef3-8346-343112ea154a.binding","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"binding_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.network.Bindable","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"binding","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.binding","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"binding_Ubuntu20","empty":false}],"org.openecomp.capabilities.PortMirroring":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"Ubuntu20\",\"network_role\":{\"get_input\":\"port_Ubuntu20_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"af6eedc5-f2b9-4012-8f07-312801454b83","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"af6eedc5-f2b9-4012-8f07-312801454b83","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.PortMirroring","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"port_mirroring","uniqueId":"capability.af6eedc5-f2b9-4012-8f07-312801454b83.port_mirroring","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Container":[{"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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Container","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"host","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.host","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"host_Ubuntu20","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.packets.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.packets.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outgoing.bytes","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outgoing.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outgoing.packets.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outgoing.packets.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outpoing.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outpoing.packets","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outpoing.packets","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.bytes.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.bytes","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outgoing.bytes.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outgoing.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.packets","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.packets","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.ephemeral.size","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.ephemeral.size","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.ephemeral.size_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"instance","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.instance","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"instance_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"memory","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.memory","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.iops","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.iops","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.iops_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"cpu.delta","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.cpu.delta","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu.delta_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.capacity","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.capacity","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.capacity_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.latency","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.latency","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.latency_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.usage","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.usage","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.usage_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"cpu_util","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.cpu_util","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_util_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.allocation","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.allocation","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.allocation_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.requests.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.requests.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.latency","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.latency","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.latency_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"cpu","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.cpu","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.read.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.read.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.requests_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.root.size","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.root.size","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.root.size_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"vcpus","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.vcpus","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"vcpus_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.iops","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.iops","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.iops_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.usage","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.usage","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.usage_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.requests.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.requests.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.requests.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.requests.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.allocation","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.allocation","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.allocation_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.read.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.read.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.read.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.read.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"memory.usage","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.memory.usage","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.usage_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.capacity","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.capacity","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.capacity_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"memory.resident","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.memory.resident","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.resident_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests_Ubuntu20","empty":false}],"tosca.capabilities.OperatingSystem":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.OperatingSystem","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"os","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.os","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"os_Ubuntu20","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Endpoint.Admin","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"endpoint","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.endpoint","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"endpoint_Ubuntu20","empty":false}],"tosca.capabilities.Attachment":[{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Attachment","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"attachment","uniqueId":"capability.c64ec7c3-c216-4ef3-8346-343112ea154a.attachment","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"node":"tosca.nodes.Root","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"dependency","uniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28.dependency","capability":"tosca.capabilities.Node","ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"external":false,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"node":"tosca.nodes.Root","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"dependency","uniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28.dependency","capability":"tosca.capabilities.Node","ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_Ubuntu20","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"link","uniqueId":"6627a2ae-4c46-407f-9d59-2ed9482d0bde.link","capability":"tosca.capabilities.network.Linkable","ownerId":"6627a2ae-4c46-407f-9d59-2ed9482d0bde","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.network.LinksTo","name":"link_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"node":"tosca.nodes.BlockStorage","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"local_storage","uniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_Ubuntu20","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_related_networks","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_related_networks","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.RelatedNetworksAssignments","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_vlan_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_vlan_requirements","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.VlanRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"Ubuntu20_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","getInputValues":[{"propName":"vm_flavor_name","inputName":"Ubuntu20_flavor_name","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.compute_Ubuntu20_user_data_format","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_user_data_format","value":"[\"RAW\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_network_role","type":"string","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network_role","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"ed9ccf62-d1e3-4a15-a463-de1dc379509e.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_Ubuntu20ServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"Ubuntu20_image_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","getInputValues":[{"propName":"vm_image_name","inputName":"Ubuntu20_image_name","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_network","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network","value":"[{\"get_input\":\"admin_plane_net_name\"}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"port_Ubuntu20_admin_plane_port_0_network","inputName":"admin_plane_net_name","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.admin_plane_net_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.compute_Ubuntu20_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_Ubuntu20_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":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.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":"fc900679-29c1-4bee-a348-cd924b3a8e4d.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"Ubuntu20","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_subnetpoolid","type":"string","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_subnetpoolid","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_exCP_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_exCP_naming","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"Ubuntu20","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_order","type":"integer","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_order","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.compute_Ubuntu20_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_Ubuntu20_name","value":"[{\"get_input\":\"Ubuntu20_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"compute_Ubuntu20_name","inputName":"Ubuntu20_name_0","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_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":"fc900679-29c1-4bee-a348-cd924b3a8e4d.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.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":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_mac_requirements","type":"org.openecomp.datatypes.network.MacRequirements","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_mac_requirements","value":"{\"mac_count_required\":{\"is_required\":false}}","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_ip_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_ip_requirements","value":"[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":false},\"floating_ip_count_required\":{\"is_required\":false}}]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.IpRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_security_groups","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_security_groups","value":"[[\"Ubuntu20_admin_security_group\"]]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.compute_Ubuntu20_key_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_key_name","value":"[\"UNSUPPORTED_RESOURCE_Ubuntu20_instantiated_key_name\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.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":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_network_role_tag","type":"string","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network_role_tag","value":"admin_plane","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"abstract_Ubuntu20"},"actualComponentUid":"3f11fe33-d40d-4168-87ee-5be7379ae40b","createdFromCsar":true,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","normalizedName":"abstract_ubuntu20","name":"abstract_Ubuntu20","creationTime":1621776911308,"icon":"defaulticon","originType":"CVFC","isProxy":false,"toscaArtifacts":{},"directives":["substitutable"],"invariantName":"abstract_ubuntu20","createdFrom":"CSAR","componentUid":"3f11fe33-d40d-4168-87ee-5be7379ae40b","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.BasicVmcvfc.abstract.abstract.nodes.ubuntu20","modificationTime":1621776912675,"customizationUUID":"a8ccd30a-6af2-4e4e-aa5b-071d7e6fdd18","posX":"475.0","posY":"325.0","componentName":"basic_vm-nodes.Ubuntu20Cvfc","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false},{"capabilities":{"tosca.capabilities.Node":[{"path":["cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group"],"type":"tosca.capabilities.Node","source":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","uniqueId":"capability.192f21e8-9912-4056-aec5-863cc3d71f28.feature","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"name":"feature","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group"],"node":"tosca.nodes.Root","source":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","uniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28.dependency","capability":"tosca.capabilities.Node","ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group"],"node":"org.openecomp.resource.cp.nodes.heat.network.neutron.Port","source":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1.port","capability":"tosca.capabilities.Attachment","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"org.openecomp.relationships.AttachesTo","name":"port","empty":false}]},"properties":[{"definition":false,"hidden":false,"uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1.name","type":"string","required":false,"description":"A symbolic name for this security group, which is not required to be unique.","password":false,"name":"name","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1.description","type":"string","required":false,"description":"Description of the security group","password":false,"name":"description","value":"security group","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1.rules","type":"list","required":false,"description":"List of security group rules","schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"rules","value":"[{\"protocol\":\"tcp\",\"remote_ip_prefix\":\"0.0.0.0/0\",\"port_range_max\":22,\"port_range_min\":22},{\"protocol\":\"icmp\",\"remote_ip_prefix\":\"0.0.0.0/0\"}]","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false}],"attributes":[{"parentUniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28","definition":false,"name":"tosca_name","type":"string","uniqueId":"attribute.192f21e8-9912-4056-aec5-863cc3d71f28.tosca_name","ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","empty":false},{"definition":false,"name":"show","type":"string","description":"Detailed information about resource","status":"supported","uniqueId":"attribute.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.show","empty":false},{"parentUniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28","definition":false,"name":"state","type":"string","uniqueId":"attribute.192f21e8-9912-4056-aec5-863cc3d71f28.state","ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","empty":false},{"parentUniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28","definition":false,"name":"tosca_id","type":"string","uniqueId":"attribute.192f21e8-9912-4056-aec5-863cc3d71f28.tosca_id","ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"Ubuntu20_admin_security_group"},"actualComponentUid":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","createdFromCsar":true,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group","normalizedName":"ubuntu20_admin_security_group","name":"Ubuntu20_admin_security_group","creationTime":1621776911305,"icon":"securityrules","originType":"VFC","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"ubuntu20_admin_security_group","createdFrom":"CSAR","componentUid":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules","modificationTime":1621776912675,"customizationUUID":"0e6c31c4-a4cf-4220-b698-5b3473cf008a","posX":"275.0","posY":"325.0","componentName":"SecurityRules","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[{"toNode":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","relationships":[{"relation":{"requirement":"port","capabilityOwnerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","requirementOwnerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group","id":"0ae38f27-46c6-4efc-a7d6-446e818a2a1d","relationship":{"type":"org.openecomp.relationships.AttachesTo"},"capability":"attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilityUid":"capability.c64ec7c3-c216-4ef3-8346-343112ea154a.attachment","requirementUid":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1.port"},"operations":[]}],"fromNode":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group","originUI":false}],"componentInstancesInputs":{"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20":[{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_related_networks","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_related_networks","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.RelatedNetworksAssignments","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_vlan_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_vlan_requirements","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.VlanRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"Ubuntu20_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_flavor_name","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","getInputValues":[{"propName":"vm_flavor_name","inputName":"Ubuntu20_flavor_name","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.compute_Ubuntu20_user_data_format","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_user_data_format","value":"[\"RAW\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_network_role","type":"string","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network_role","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"ed9ccf62-d1e3-4a15-a463-de1dc379509e.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_Ubuntu20ServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"Ubuntu20_image_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_image_name","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","getInputValues":[{"propName":"vm_image_name","inputName":"Ubuntu20_image_name","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_network","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network","value":"[{\"get_input\":\"admin_plane_net_name\"}]","immutable":false,"mappedToComponentProperty":true,"inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.admin_plane_net_name","getInputValues":[{"propName":"port_Ubuntu20_admin_plane_port_0_network","inputName":"admin_plane_net_name","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.admin_plane_net_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.compute_Ubuntu20_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_Ubuntu20_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":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vf_module_id","getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.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":"fc900679-29c1-4bee-a348-cd924b3a8e4d.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"Ubuntu20","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_subnetpoolid","type":"string","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_subnetpoolid","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_exCP_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_exCP_naming","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"Ubuntu20","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_order","type":"integer","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_order","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.compute_Ubuntu20_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_Ubuntu20_name","value":"[{\"get_input\":\"Ubuntu20_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_name_0","getInputValues":[{"propName":"compute_Ubuntu20_name","inputName":"Ubuntu20_name_0","inputId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_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":"fc900679-29c1-4bee-a348-cd924b3a8e4d.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.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":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_mac_requirements","type":"org.openecomp.datatypes.network.MacRequirements","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_mac_requirements","value":"{\"mac_count_required\":{\"is_required\":false}}","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_ip_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_ip_requirements","value":"[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":false},\"floating_ip_count_required\":{\"is_required\":false}}]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.IpRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_security_groups","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_security_groups","value":"[[\"Ubuntu20_admin_security_group\"]]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.compute_Ubuntu20_key_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_key_name","value":"[\"UNSUPPORTED_RESOURCE_Ubuntu20_instantiated_key_name\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"fc900679-29c1-4bee-a348-cd924b3a8e4d.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":"fc900679-29c1-4bee-a348-cd924b3a8e4d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"fc900679-29c1-4bee-a348-cd924b3a8e4d","empty":false},{"definition":false,"hidden":false,"uniqueId":"3f11fe33-d40d-4168-87ee-5be7379ae40b.port_Ubuntu20_admin_plane_port_0_network_role_tag","type":"string","required":true,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network_role_tag","value":"admin_plane","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}]},"componentInstancesProperties":{"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group":[{"definition":false,"hidden":false,"uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1.name","type":"string","required":false,"description":"A symbolic name for this security group, which is not required to be unique.","password":false,"name":"name","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1.description","type":"string","required":false,"description":"Description of the security group","password":false,"name":"description","value":"security group","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1.rules","type":"list","required":false,"description":"List of security group rules","schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"rules","value":"[{\"protocol\":\"tcp\",\"remote_ip_prefix\":\"0.0.0.0/0\",\"port_range_max\":22,\"port_range_min\":22},{\"protocol\":\"icmp\",\"remote_ip_prefix\":\"0.0.0.0/0\"}]","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false}]},"componentInstancesAttributes":{"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group":[{"parentUniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28","uniqueId":"attribute.192f21e8-9912-4056-aec5-863cc3d71f28.tosca_name","name":"tosca_name","type":"string","definition":false,"ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","empty":false},{"uniqueId":"attribute.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.show","name":"show","type":"string","definition":false,"description":"Detailed information about resource","status":"supported","empty":false},{"parentUniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28","uniqueId":"attribute.192f21e8-9912-4056-aec5-863cc3d71f28.state","name":"state","type":"string","definition":false,"ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","empty":false},{"parentUniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28","uniqueId":"attribute.192f21e8-9912-4056-aec5-863cc3d71f28.tosca_id","name":"tosca_id","type":"string","definition":false,"ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Node","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"feature","uniqueId":"capability.192f21e8-9912-4056-aec5-863cc3d71f28.feature","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"feature_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Node","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"feature","uniqueId":"capability.192f21e8-9912-4056-aec5-863cc3d71f28.feature","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"feature_Ubuntu20","empty":false},{"path":["cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group"],"type":"tosca.capabilities.Node","source":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","uniqueId":"capability.192f21e8-9912-4056-aec5-863cc3d71f28.feature","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"name":"feature","empty":false}],"tosca.capabilities.Scalable":[{"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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Scalable","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"scalable","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.scalable","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"scalable_Ubuntu20","empty":false}],"org.openecomp.capabilities.Forwarder":[{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.Forwarder","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"forwarder","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.forwarder","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Bindable":[{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.network.Bindable","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"binding","uniqueId":"capability.c64ec7c3-c216-4ef3-8346-343112ea154a.binding","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"binding_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.network.Bindable","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"binding","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.binding","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"binding_Ubuntu20","empty":false}],"org.openecomp.capabilities.PortMirroring":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"Ubuntu20\",\"network_role\":{\"get_input\":\"port_Ubuntu20_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"af6eedc5-f2b9-4012-8f07-312801454b83","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"af6eedc5-f2b9-4012-8f07-312801454b83","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.PortMirroring","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"port_mirroring","uniqueId":"capability.af6eedc5-f2b9-4012-8f07-312801454b83.port_mirroring","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Container":[{"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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Container","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"host","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.host","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"host_Ubuntu20","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.packets.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.packets.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outgoing.bytes","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outgoing.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outgoing.packets.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outgoing.packets.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outpoing.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outpoing.packets","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outpoing.packets","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.bytes.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.bytes","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outgoing.bytes.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outgoing.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.packets","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.packets","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.ephemeral.size","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.ephemeral.size","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.ephemeral.size_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"instance","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.instance","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"instance_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"memory","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.memory","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.iops","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.iops","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.iops_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"cpu.delta","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.cpu.delta","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu.delta_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.capacity","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.capacity","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.capacity_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.latency","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.latency","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.latency_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.usage","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.usage","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.usage_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"cpu_util","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.cpu_util","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_util_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.allocation","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.allocation","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.allocation_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.requests.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.requests.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.latency","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.latency","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.latency_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"cpu","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.cpu","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.read.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.read.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.requests_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.root.size","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.root.size","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.root.size_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"vcpus","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.vcpus","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"vcpus_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.iops","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.iops","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.iops_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.usage","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.usage","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.usage_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.requests.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.requests.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.requests.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.requests.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.allocation","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.allocation","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.allocation_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.read.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.read.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes.rate_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.read.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.read.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"memory.usage","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.memory.usage","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.usage_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.capacity","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.capacity","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.capacity_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"memory.resident","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.memory.resident","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.resident_Ubuntu20","empty":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":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests_Ubuntu20","empty":false}],"tosca.capabilities.OperatingSystem":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.OperatingSystem","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"os","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.os","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"os_Ubuntu20","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"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":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Endpoint.Admin","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"endpoint","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.endpoint","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"endpoint_Ubuntu20","empty":false}],"tosca.capabilities.Attachment":[{"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"type":"tosca.capabilities.Attachment","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"attachment","uniqueId":"capability.c64ec7c3-c216-4ef3-8346-343112ea154a.attachment","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"node":"tosca.nodes.Root","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"dependency","uniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28.dependency","capability":"tosca.capabilities.Node","ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"external":false,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"node":"tosca.nodes.Root","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"dependency","uniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28.dependency","capability":"tosca.capabilities.Node","ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_Ubuntu20","empty":false},{"external":false,"path":["cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group"],"node":"tosca.nodes.Root","source":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","uniqueId":"192f21e8-9912-4056-aec5-863cc3d71f28.dependency","capability":"tosca.capabilities.Node","ownerId":"192f21e8-9912-4056-aec5-863cc3d71f28","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"link","uniqueId":"6627a2ae-4c46-407f-9d59-2ed9482d0bde.link","capability":"tosca.capabilities.network.Linkable","ownerId":"6627a2ae-4c46-407f-9d59-2ed9482d0bde","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.network.LinksTo","name":"link_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"],"node":"tosca.nodes.BlockStorage","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"local_storage","uniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_Ubuntu20","empty":false},{"external":false,"path":["cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group"],"node":"org.openecomp.resource.cp.nodes.heat.network.neutron.Port","source":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1.port","capability":"tosca.capabilities.Attachment","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"org.openecomp.relationships.AttachesTo","name":"port","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vf_module_id","type":"string","required":false,"defaultValue":"Ubuntu20-VF-module","description":"The VF Module ID is provided by ONAP","password":false,"name":"vf_module_id","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.multi_stage_design","type":"boolean","required":false,"defaultValue":"false","password":false,"name":"multi_stage_design","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.availability_zone_max_count","type":"integer","required":false,"defaultValue":"1","password":false,"name":"availability_zone_max_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_pub_key","type":"string","required":false,"defaultValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","description":"Public key to be installed on the compute instance","password":false,"name":"Ubuntu20_pub_key","label":"Public key","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vnf_name","type":"string","required":false,"defaultValue":"Ubuntu20-VNF-name","description":"The VM name","password":false,"name":"vnf_name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_image_name","type":"string","required":false,"defaultValue":"ubuntu-20.04","description":"Image to be used for compute instance","password":false,"name":"Ubuntu20_image_name","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.dcae_collector_ip","type":"string","required":false,"defaultValue":"10.4.2.166","description":"IP address of the DCAE collector","password":false,"name":"dcae_collector_ip","label":"DCAE collector IP address","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vnf_id","type":"string","required":false,"defaultValue":"Ubuntu20-VNF","description":"The VNF ID is provided by ONAP","password":false,"name":"vnf_id","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_name_0","type":"string","required":false,"defaultValue":"Ubuntu20","description":"The VM name","password":false,"name":"Ubuntu20_name_0","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.dcae_collector_port","type":"string","required":false,"defaultValue":"30417","description":"Port of the DCAE collector","password":false,"name":"dcae_collector_port","label":"DCAE collector port","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.admin_plane_net_name","type":"string","required":false,"defaultValue":"admin","description":"The external management network","password":false,"name":"admin_plane_net_name","label":"management network","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_flavor_name","type":"string","required":false,"defaultValue":"m1.small","description":"Type of instance (flavor) to be used","password":false,"name":"Ubuntu20_flavor_name","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}],"groups":[{"typeUid":"org.openecomp.groups.heat.HeatStack.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"base_ubuntu20_group","uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.base_ubuntu20_group","name":"base_ubuntu20_group","version":"0.0","type":"org.openecomp.groups.heat.HeatStack","invariantName":"base_ubuntu20_group","createdFrom":"CSAR","invariantUUID":"252c390d-7034-494e-9445-78563929e61c","groupUUID":"ed0c5e3c-b564-4913-a8d7-39b3a0c9021d","members":{"Ubuntu20_admin_security_group":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group","abstract_Ubuntu20":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"},"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_ubuntu20.yaml","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description.property.2","type":"string","required":true,"description":"group description","password":false,"name":"description","value":"Heat template to deploy ubuntu VM Closed Loop for ONAP","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","empty":false}],"empty":false},{"typeUid":"org.openecomp.groups.VfModule.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"BasicVm..base_ubuntu20..module-0","uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.BasicVm..base_ubuntu20..module-0","name":"BasicVm..base_ubuntu20..module-0","version":"0.0","type":"org.openecomp.groups.VfModule","artifacts":["cbbc012e-9cc9-4957-be9f-52e2dba38e7b.heat1","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.heat1env"],"invariantName":"BasicVm..base_ubuntu20..module-0","createdFrom":"CSAR","invariantUUID":"e55fc318-eb88-472f-b547-63efa0169903","artifactsUuid":["cd06ecb1-41df-476c-b5b9-d0027bfc6bb3"],"groupUUID":"8e0a64b8-7b60-481c-b046-2da5f9aa080a","members":{"Ubuntu20_admin_security_group":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group","abstract_Ubuntu20":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20"},"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_ubuntu20","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.BasicVm","vendorName":"basicvm_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","creationDate":1621776891861,"version":"0.1","icon":"defaulticon","description":"VF","tags":["basic_vm"],"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b","componentMetadataForSupportLog":{"SupportablityComponentUUID":"4f411cca-04c8-41f6-b08f-772198f02388","SupportablityComponentName":"basic_vm","SupportablityCsarVersion":"1.0","SupportablityCsarUUID":"265c38ac64af4721882d1bd897e8e909","SupportablityComponentVersion":"0.1"},"contactId":"cs0008","uuid":"4f411cca-04c8-41f6-b08f-772198f02388","highestVersion":true,"systemName":"BasicVm","invariantUUID":"9fb3de3e-1941-42f5-9b94-5a2081e09d4f","normalizedName":"basicvm","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","componentType":"RESOURCE","creatorFullName":"Carlos Santana","lastUpdateDate":1621776912066,"allArtifacts":{"heat1":{"payloadData":"YUdWaGRGOTBaVzF3YkdGMFpWOTJaWEp6YVc5dU9pQXlNREV6TFRBMUxUSXpDZ3BrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnZFdKMWJuUjFJRlpOSUVOc2IzTmxaQ0JNYjI5d0lHWnZjaUJQVGtGUUNncHdZWEpoYldWMFpYSnpPZ29nSUNNZ1RXVjBZV1JoZEdFZ2NtVnhkV2x5WldRZ1lua2dUMDVCVUFvZ0lIWnVabDl1WVcxbE9nb2dJQ0FnZEhsd1pUb2djM1J5YVc1bkNpQWdJQ0JzWVdKbGJEb2dWazBnYm1GdFpRb2dJQ0FnWkdWelkzSnBjSFJwYjI0NklGUm9aU0JXVFNCdVlXMWxDaUFnZG01bVgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVms1R0lFbEVDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWR2hsSUZaT1JpQkpSQ0JwY3lCd2NtOTJhV1JsWkNCaWVTQlBUa0ZRQ2lBZ2RtWmZiVzlrZFd4bFgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVmtZZ2JXOWtkV3hsSUVsRUNpQWdJQ0JrWlhOamNtbHdkR2x2YmpvZ1ZHaGxJRlpHSUUxdlpIVnNaU0JKUkNCcGN5QndjbTkyYVdSbFpDQmllU0JQVGtGUUNnb2pJRk5sY25abGNpQndZWEpoYldWMFpYSnpMQ0J1WVcxcGJtY2djbVZ4ZFdseVpXUWdZbmtnVDA1QlVBb2dJRlZpZFc1MGRUSXdYMmx0WVdkbFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCSmJXRm5aU0J1WVcxbElHOXlJRWxFQ2lBZ0lDQmtaWE5qY21sd2RHbHZiam9nU1cxaFoyVWdkRzhnWW1VZ2RYTmxaQ0JtYjNJZ1kyOXRjSFYwWlNCcGJuTjBZVzVqWlFvZ0lGVmlkVzUwZFRJd1gyWnNZWFp2Y2w5dVlXMWxPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nUm14aGRtOXlDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWSGx3WlNCdlppQnBibk4wWVc1alpTQW9abXhoZG05eUtTQjBieUJpWlNCMWMyVmtDaUFnVldKMWJuUjFNakJmY0hWaVgydGxlVG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZCMVlteHBZeUJyWlhrS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWRXSnNhV01nYTJWNUlIUnZJR0psSUdsdWMzUmhiR3hsWkNCdmJpQjBhR1VnWTI5dGNIVjBaU0JwYm5OMFlXNWpaUW9nSUZWaWRXNTBkVEl3WDI1aGJXVmZNRG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZaTklHNWhiV1VLSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJVYUdVZ1ZrMGdibUZ0WlFvS0l5Qk9aWFIzYjNKcklIQmhjbUZ0WlhSbGNuTXNJRzVoYldsdVp5QnlaWEYxYVhKbFpDQmllU0JQVGtGUUNpQWdZV1J0YVc1ZmNHeGhibVZmYm1WMFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCdFlXNWhaMlZ0Wlc1MElHNWxkSGR2Y21zS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCVWFHVWdaWGgwWlhKdVlXd2diV0Z1WVdkbGJXVnVkQ0J1WlhSM2IzSnJDZ29qSUVSRFFVVWdjR0Z5WVcxbGRHVnljd29nSUdSallXVmZZMjlzYkdWamRHOXlYMmx3T2dvZ0lDQWdkSGx3WlRvZ2MzUnlhVzVuQ2lBZ0lDQnNZV0psYkRvZ1JFTkJSU0JqYjJ4c1pXTjBiM0lnU1ZBZ1lXUmtjbVZ6Y3dvZ0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVsUUlHRmtaSEpsYzNNZ2IyWWdkR2hsSUVSRFFVVWdZMjlzYkdWamRHOXlDaUFnWkdOaFpWOWpiMnhzWldOMGIzSmZjRzl5ZERvS0lDQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQWdiR0ZpWld3NklFUkRRVVVnWTI5c2JHVmpkRzl5SUhCdmNuUUtJQ0FnSUdSbGMyTnlhWEIwYVc5dU9pQlFiM0owSUc5bUlIUm9aU0JFUTBGRklHTnZiR3hsWTNSdmNnb0tjbVZ6YjNWeVkyVnpPZ29nSUhKaGJtUnZiUzF6ZEhJNkNpQWdJQ0IwZVhCbE9pQlBVem82U0dWaGREbzZVbUZ1Wkc5dFUzUnlhVzVuQ2lBZ0lDQndjbTl3WlhKMGFXVnpPZ29nSUNBZ0lDQnNaVzVuZEdnNklEUUtDaUFnVldKMWJuUjFNakJmYVc1emRHRnVkR2xoZEdWa1gydGxlVjl1WVcxbE9nb2dJQ0FnZEhsd1pUb2dUMU02T2s1dmRtRTZPa3RsZVZCaGFYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUc1aGJXVTZDaUFnSUNBZ0lDQWdjM1J5WDNKbGNHeGhZMlU2Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2NISmxYMkpoYzJWZmNtRnVaQW9nSUNBZ0lDQWdJQ0FnY0dGeVlXMXpPZ29nSUNBZ0lDQWdJQ0FnSUNCd2NtVTZJR3RsZVY4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J3ZFdKc2FXTmZhMlY1T2lCN0lHZGxkRjl3WVhKaGJUb2dWV0oxYm5SMU1qQmZjSFZpWDJ0bGVTQjlDaUFnSUNBZ0lITmhkbVZmY0hKcGRtRjBaVjlyWlhrNklHWmhiSE5sQ2dvZ0lGVmlkVzUwZFRJd1gyRmtiV2x1WDNObFkzVnlhWFI1WDJkeWIzVndPZ29nSUNBZ2RIbHdaVG9nVDFNNk9rNWxkWFJ5YjI0Nk9sTmxZM1Z5YVhSNVIzSnZkWEFLSUNBZ0lIQnliM0JsY25ScFpYTTZDaUFnSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJ6WldOMWNtbDBlU0JuY205MWNBb2dJQ0FnSUNCdVlXMWxPZ29nSUNBZ0lDQWdJSE4wY2w5eVpYQnNZV05sT2dvZ0lDQWdJQ0FnSUNBZ2RHVnRjR3hoZEdVNklIQnlaVjlpWVhObFgzSmhibVFLSUNBZ0lDQWdJQ0FnSUhCaGNtRnRjem9LSUNBZ0lDQWdJQ0FnSUNBZ2NISmxPaUJ6WjE4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J5ZFd4bGN6b2dXd29nSUNBZ0lDQWdJSHR5WlcxdmRHVmZhWEJmY0hKbFptbDRPaUF3TGpBdU1DNHdMekFzSUhCeWIzUnZZMjlzT2lCMFkzQXNJSEJ2Y25SZmNtRnVaMlZmYldsdU9pQXlNaXdnY0c5eWRGOXlZVzVuWlY5dFlYZzZJREl5ZlN3S0lDQWdJQ0FnSUNCN2NtVnRiM1JsWDJsd1gzQnlaV1pwZURvZ01DNHdMakF1TUM4d0xDQndjbTkwYjJOdmJEb2dhV050Y0gxZENnb2dJRlZpZFc1MGRUSXdYekJmWVdSdGFXNWZjR3hoYm1WZmNHOXlkRjh3T2dvZ0lDQWdkSGx3WlRvZ1QxTTZPazVsZFhSeWIyNDZPbEJ2Y25RS0lDQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdJRzVoYldVNkNpQWdJQ0FnSUNBZ2MzUnlYM0psY0d4aFkyVTZDaUFnSUNBZ0lDQWdJQ0IwWlcxd2JHRjBaVG9nY0hKbFgySmhjMlZmY21GdVpBb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0J3Y21VNklIQnZjblJmQ2lBZ0lDQWdJQ0FnSUNBZ0lHSmhjMlU2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYm1GdFpTQjlDaUFnSUNBZ0lDQWdJQ0FnSUhKaGJtUTZJSHNnWjJWMFgzSmxjMjkxY21ObE9pQnlZVzVrYjIwdGMzUnlJSDBLSUNBZ0lDQWdibVYwZDI5eWF6b2dleUJuWlhSZmNHRnlZVzA2SUdGa2JXbHVYM0JzWVc1bFgyNWxkRjl1WVcxbElIMEtJQ0FnSUNBZ2MyVmpkWEpwZEhsZlozSnZkWEJ6T2lCYmV5Qm5aWFJmY21WemIzVnlZMlU2SUZWaWRXNTBkVEl3WDJGa2JXbHVYM05sWTNWeWFYUjVYMmR5YjNWd0lIMWRDZ29nSUZWaWRXNTBkVEl3WDFaTlgzTmxkSFJwYm1kek9nb2dJQ0FnZEhsd1pUb2dUMU02T2tobFlYUTZPbE52Wm5SM1lYSmxRMjl1Wm1sbkNpQWdJQ0J3Y205d1pYSjBhV1Z6T2dvZ0lDQWdJQ0JqYjI1bWFXYzZJSHdLSUNBZ0lDQWdJQ0FnSUNBZ0l5RXZZbWx1TDJKaGMyZ0tJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElIVndaR0YwWlFvS0lDQlZZblZ1ZEhVeU1GOXpaWEoyWlhKZk1Eb0tJQ0FnSUhSNWNHVTZJRTlUT2pwT2IzWmhPanBUWlhKMlpYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUdsdFlXZGxPaUI3SUdkbGRGOXdZWEpoYlRvZ1ZXSjFiblIxTWpCZmFXMWhaMlZmYm1GdFpTQjlDaUFnSUNBZ0lHWnNZWFp2Y2pvZ2V5Qm5aWFJmY0dGeVlXMDZJRlZpZFc1MGRUSXdYMlpzWVhadmNsOXVZVzFsSUgwS0lDQWdJQ0FnYm1GdFpUb2dleUJuWlhSZmNHRnlZVzA2SUZWaWRXNTBkVEl3WDI1aGJXVmZNQ0I5Q2lBZ0lDQWdJRzFsZEdGa1lYUmhPaUI3ZG01bVgybGtPaUI3SUdkbGRGOXdZWEpoYlRvZ2RtNW1YMmxrSUgwc0lIWm1YMjF2WkhWc1pWOXBaRG9nZXlCblpYUmZjR0Z5WVcwNklIWm1YMjF2WkhWc1pWOXBaQ0I5TENCMmJtWmZibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDE5Q2lBZ0lDQWdJR3RsZVY5dVlXMWxPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dWV0oxYm5SMU1qQmZhVzV6ZEdGdWRHbGhkR1ZrWDJ0bGVWOXVZVzFsSUgwS0lDQWdJQ0FnYm1WMGQyOXlhM002Q2lBZ0lDQWdJQ0FnTFNCd2IzSjBPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dWV0oxYm5SMU1qQmZNRjloWkcxcGJsOXdiR0Z1WlY5d2IzSjBYekFnZlFvZ0lDQWdJQ0IxYzJWeVgyUmhkR0ZmWm05eWJXRjBPaUJTUVZjS0lDQWdJQ0FnZFhObGNsOWtZWFJoT2dvZ0lDQWdJQ0FnSUhOMGNsOXlaWEJzWVdObE9nb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0JmWDJSallXVmZZMjlzYkdWamRHOXlYMmx3WDE4NklIc2daMlYwWDNCaGNtRnRPaUJrWTJGbFgyTnZiR3hsWTNSdmNsOXBjQ0I5Q2lBZ0lDQWdJQ0FnSUNBZ0lGOWZaR05oWlY5amIyeHNaV04wYjNKZmNHOXlkRjlmT2lCN0lHZGxkRjl3WVhKaGJUb2daR05oWlY5amIyeHNaV04wYjNKZmNHOXlkQ0I5Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2ZBb2dJQ0FnSUNBZ0lDQWdJQ0FqSVM5aWFXNHZZbUZ6YUFvS0lDQWdJQ0FnSUNBZ0lDQWdJeUJEY21WaGRHVWdZMjl1Wm1sbmRYSmhkR2x2YmlCbWFXeGxjd29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFyWkdseUlDOXZjSFF2WTI5dVptbG5DaUFnSUNBZ0lDQWdJQ0FnSUdWamFHOGdYMTlrWTJGbFgyTnZiR3hsWTNSdmNsOXBjRjlmSUQ0Z0wyOXdkQzlqYjI1bWFXY3ZaR05oWlY5amIyeHNaV04wYjNKZmFYQXVkSGgwQ2lBZ0lDQWdJQ0FnSUNBZ0lHVmphRzhnWDE5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMFgxOGdQaUF2YjNCMEwyTnZibVpwWnk5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMExuUjRkQW9nSUNBZ0lDQWdJQ0FnSUNCalpDQXZiM0IwQ2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnWVhCMExXZGxkQ0IxY0dSaGRHVUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElHbHVjM1JoYkd3Z0xTMWhiR3h2ZHkxMWJtRjFkR2hsYm5ScFkyRjBaV1FnTFhrZ2JXRnJaU0JuWTJNZ2NuQnNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdZWEIwTFdkbGRDQjFjR1JoZEdVZ0ppWWdjM1ZrYnlCaGNIUXRaMlYwSUMxNUlIVndaM0poWkdVS0lDQWdJQ0FnSUNBZ0lDQWdjM1ZrYnlCaGNIUXRaMlYwSUdsdWMzUmhiR3dnTFhrZ2JHbGlZM1Z5YkRRdGIzQmxibk56YkMxa1pYWUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5Qm5hWFFnWTJ4dmJtVWdhSFIwY0hNNkx5OW5hWFJvZFdJdVkyOXRMMjl1WVhBdmRtNW1jMlJyTFhabGN5MWhaMlZ1ZEM1bmFYUUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmpjQ0F0Y2lCMmJtWnpaR3N0ZG1WekxXRm5aVzUwTDNabGMyeHBZbkpoY25rdmRtVnpYMk5zYVdKeVlYSjVMeUF2YjNCMENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NtMGdMWEptSUM5dmNIUXZkbTVtYzJSckxYWmxjeTFoWjJWdWRDOEtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmphRzF2WkNBcmVDQXZiM0IwTDNabGMxOWpiR2xpY21GeWVTOWxkbVZzTDJWMlpXd3RiR2xpY21GeWVTOWpiMlJsTDFaRlUzSmxjRzl5ZEdsdVoxOTJSbGN2WjI4dFkyeHBaVzUwTG5Ob0NpQWdJQ0FnSUNBZ0lDQWdJR05rSUM5dmNIUXZkbVZ6WDJOc2FXSnlZWEo1TDJWMlpXd3ZaWFpsYkMxc2FXSnlZWEo1TDJKc1pHcHZZbk12Q2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnYlhZZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtZGZka1pYSUM0dUwyTnZaR1V2VmtWVGNtVndiM0owYVc1bkNpQWdJQ0FnSUNBZ0lDQWdJQ01nWTJodmIzTmxJRWhVVkZCVENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NuQnNJQ0FpTUN3Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0x5b2dTRlJVVUZNL0lpQWlNU3dnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHlvZ1NGUlVVRk0vSWlBZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtY3ZkbkJ3WDIxbFlYTjFjbVZ0Wlc1MFgzSmxjRzl5ZEdWeUxtTUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QWdiV0ZyWlNCamJHVmhiZ29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFoYTJVZ1lXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdjMnhsWlhBZ01Rb2dJQ0FnSUNBZ0lDQWdJQ0JqWkNBdmIzQjBMM1psYzE5amJHbGljbUZ5ZVM5bGRtVnNMMlYyWld3dGJHbGljbUZ5ZVM5c2FXSnpMM2c0Tmw4Mk5Bb2dJQ0FnSUNBZ0lDQWdJQ0J6ZFdSdklHTndJR3hwWW1WMlpXd3VjMjhnTDNWemNpOXNhV0lLSUNBZ0lDQWdJQ0FnSUNBZ2MzVmtieUJzWkdOdmJtWnBad29nSUNBZ0lDQWdJQ0FnSUNBaklGTjBZWEowSUZaRlV5QmpiR2xsYm5RS0lDQWdJQ0FnSUNBZ0lDQWdZMlFnTDI5d2RDOTJaWE5mWTJ4cFluSmhjbmt2WlhabGJDOWxkbVZzTFd4cFluSmhjbmt2WTI5a1pTOVdSVk55WlhCdmNuUnBibWN2Q2lBZ0lDQWdJQ0FnSUNBZ0lDNHZaMjh0WTJ4cFpXNTBMbk5vSUNZK0wyUmxkaTl1ZFd4c0lDWmthWE52ZDI0S0lDQWdJQ0FnSUNBaloyVjBYM0psYzI5MWNtTmxPaUJWWW5WdWRIVXlNRjlXVFY5elpYUjBhVzVuY3dvPQ==","listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1621776913801,"description":"created from csar","artifactType":"HEAT","uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.heat1","artifactName":"base_ubuntu20.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=","artifactUUID":"cd06ecb1-41df-476c-b5b9-d0027bfc6bb3","artifactDisplayName":"base_ubuntu20","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.heat1","duplicated":false,"payloadUpdateDate":1621776913821,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1621776913801,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"name":"base_ubuntu20.yaml","empty":false},"vspbasicvmvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZkbTFmVmxOUUNpQWdJQ0JpTGlBZ0lDQkVaWE5qY21sd2RHbHZiaUIyWlc1a2IzSWdjMjltZEhkaGNtVWdjSEp2WkhWamRBb2dJQ0FnWXk0Z0lDQWdWbVZ5YzJsdmJqb2dNQzR3Q2lBZ0lDQmtMaUFnSUNCV1pXNWtiM0k2SUdKaGMybGpkbTFmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1621776913576,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vspbasicvmvspinformationtxt","artifactName":"VSP_basic_vm_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MDg2MTBiODhmMzZkZTRmN2EzZjAxYzdiNWQxMzRhMDc=","artifactUUID":"8cc5b2b7-a72d-46b9-b7f4-23d968671f9b","artifactDisplayName":"VSP_basic_vm_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasicvmvspinformationtxt","esId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vspbasicvmvspinformationtxt","duplicated":false,"payloadUpdateDate":1621776913578,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1621776913576,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"name":"VSP_basic_vm_VSP_Information.txt","empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1621776913960,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.heat1env","artifactName":"base_ubuntu20.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"M2Q0YTI5NGQxZjdhNmFjNTBjM2E1ZjEyZGJlYWI0Yjc=","generatedFromId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1621776913960,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1621776913960,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"name":"base_ubuntu20.env","empty":false}},"actualComponentType":"VF","topologyTemplate":true,"creatorUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","allVersions":{"0.1":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b"},"categorySpecificMetadata":{},"csarUUID":"265c38ac64af4721882d1bd897e8e909","csarVersion":"1.0","archiveTime":0,"vspArchived":false,"service":false,"name":"basic_vm"}
2021-05-23 13:35:20,935 INFO 284:__init__.py(1) - Vf basic_vm is created in SDC
2021-05-23 13:35:20,935 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:35:30,946 INFO 254:__init__.py(1) - attempting to certify/sumbit Vf basic_vm in SDC
2021-05-23 13:35:30,951 DEBUG 103:onap_service.py(1) - [SDC][Certify Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:35:30,951 DEBUG 105:onap_service.py(1) - [SDC][Certify Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources/cbbc012e-9cc9-4957-be9f-52e2dba38e7b/lifecycleState/Certify
2021-05-23 13:35:30,951 DEBUG 106:onap_service.py(1) - [SDC][Certify Vf] data sent: {
  "userRemarks": "certify"
}
2021-05-23 13:35:30,952 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:36:12,171 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources/cbbc012e-9cc9-4957-be9f-52e2dba38e7b/lifecycleState/Certify HTTP/1.1" 200 1276
2021-05-23 13:36:12,178 INFO 116:onap_service.py(1) - [SDC][Certify Vf] response code: 200
2021-05-23 13:36:12,179 DEBUG 120:onap_service.py(1) - [SDC][Certify Vf] response: {"uniqueId":"ceca8dde-7daa-4ec8-9cd1-c811300ffca2","name":"basic_vm","version":"1.0","isHighestVersion":true,"creationDate":1621776891861,"lastUpdateDate":1621776938607,"description":"VF","lifecycleState":"CERTIFIED","tags":["basic_vm"],"icon":"defaulticon","normalizedName":"basicvm","systemName":"BasicVm","contactId":"cs0008","allVersions":{"1.0":"ceca8dde-7daa-4ec8-9cd1-c811300ffca2"},"csarUUID":"265c38ac64af4721882d1bd897e8e909","csarVersion":"1.0","invariantUUID":"9fb3de3e-1941-42f5-9b94-5a2081e09d4f","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":"basicvm_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicVm","uuid":"4f411cca-04c8-41f6-b08f-772198f02388"}
2021-05-23 13:36:12,184 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC
2021-05-23 13:36:12,184 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-05-23 13:36:12,185 DEBUG 195:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:12,185 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:36:12,185 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:36:12,186 DEBUG 103:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:12,186 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:36:12,186 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:36:12,189 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:36:12,871 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 354
2021-05-23 13:36:12,873 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-05-23 13:36:12,873 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"4f411cca-04c8-41f6-b08f-772198f02388","invariantUUID":"9fb3de3e-1941-42f5-9b94-5a2081e09d4f","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/4f411cca-04c8-41f6-b08f-772198f02388/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-05-23 13:36:12,877 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-05-23 13:36:12,877 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:36:12,877 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:36:12,878 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-05-23 13:36:12,878 DEBUG 147:__init__.py(1) - number of Vf returned: 1
2021-05-23 13:36:12,878 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:36:12,878 INFO 192:__init__.py(1) - Vf found, updating information
2021-05-23 13:36:12,879 DEBUG 195:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:12,879 DEBUG 197:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-05-23 13:36:12,879 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-05-23 13:36:12,879 DEBUG 103:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:12,880 DEBUG 105:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-05-23 13:36:12,880 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-05-23 13:36:12,882 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:36:22,114 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-05-23 13:36:22,118 INFO 116:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200
2021-05-23 13:36:22,120 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"19c523d0-a7f6-4cf5-8810-1574cae9e3be","lifecycleState":"CERTIFIED","lastUpdateDate":1621768321510,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4f3f9221-5706-46b6-9b41-eeeb2beccf62","invariantUUID":"374d2b5a-2db9-4e3f-9d4f-f32d56f53a2d","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5712a3bb-8061-4d72-810a-6b87d31299ed","lifecycleState":"CERTIFIED","lastUpdateDate":1621775411160,"name":"pNF 59515f86-d50c","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c39def70-5f53-49a4-b3a6-cfbb5077fa34","invariantUUID":"e39abd4b-82c4-42f3-a6fe-b261d7ea6e7e","systemName":"Pnf59515f86D50c","description":"vendor software product","tags":["pNF 59515f86-d50c"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","lifecycleState":"CERTIFIED","lastUpdateDate":1621767839566,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cfbec6d1-2db3-4c2e-b75f-d847d0644556","invariantUUID":"19d8b1b1-1a8e-4fe4-9f0b-366773a03500","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":"e3638cb0-5e82-4ad7-b308-4397f42690cf","lifecycleState":"CERTIFIED","lastUpdateDate":1621769884004,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f2f4753f-2c81-4014-a0bb-7fd65a8c7e1c","invariantUUID":"09a12cac-0585-43b8-affa-c70e01e1285b","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":"port","uniqueId":"4391ed4e-1cab-497d-ba6e-ff3ff0b374e9","lifecycleState":"CERTIFIED","lastUpdateDate":1621769689360,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"df0146e8-31d4-4ed9-bff1-302dc4865d94","invariantUUID":"464ca23f-e0c6-4f1d-99ef-a902a70f4e17","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":"network","uniqueId":"5cd26945-89d6-4524-a8e2-e98f58405499","lifecycleState":"CERTIFIED","lastUpdateDate":1621769166167,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97fa0b2d-83b9-4488-b69b-e4cea8d36401","invariantUUID":"9e4b049f-6fdb-44e8-9820-8d6100f4042b","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":"defaulticon","uniqueId":"0809f33b-3abf-4d2a-a1ad-7a27de2c89be","lifecycleState":"CERTIFIED","lastUpdateDate":1621769390764,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"13074f22-55d3-43ee-a035-7ba8b74e476d","invariantUUID":"a3c04048-49c6-47ad-b3c7-f9a173ca77a8","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":"d2d3a50e-b88b-4f3f-a57e-8c4f9b14c0d2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769470373,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3922194e-86c8-4f4e-8170-4b53c23f9e42","invariantUUID":"b11e5086-9b78-40ac-9d3d-839edfd3df36","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"066edaf8-9efc-4ed0-a2dd-bb65eda343a3","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1621769734861,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f3b973c-7fad-42ee-825e-f7d15fdc8a28","invariantUUID":"4895f8a8-6077-4a81-a488-75e5d6b926b3","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":"2ee3e8d1-1210-4fbd-b014-16a97ecc8ed4","lifecycleState":"CERTIFIED","lastUpdateDate":1621768357761,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b4472fcf-5260-4c86-8d0a-506d2bd87c3f","invariantUUID":"d32bc636-d61c-4b27-ac7a-dc75105e67cd","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":"defaulticon","uniqueId":"c074e5da-0371-4973-b3b4-5f0bd6ddf27e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769032701,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39f1625c-0716-4fa3-9ae4-bb11550ae5b9","invariantUUID":"f40c0b20-99fa-4f14-93fd-78a2b43de498","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":"372aa058-b38f-47c3-8923-a255c3d9fd6c","lifecycleState":"CERTIFIED","lastUpdateDate":1621768643401,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5440df4e-c878-402a-b41b-79a92d89dd01","invariantUUID":"3df839d4-9297-49bd-b343-9831dce681a3","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4bc82668-7683-4ff5-b743-200610674cb0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769801259,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70b47909-6a39-44de-a34a-db828e13991d","invariantUUID":"bbc1b91f-3651-49b5-be14-af6ff139b186","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0ffb7c1b-16be-4006-af18-e58cbc026bd5","lifecycleState":"CERTIFIED","lastUpdateDate":1621767989060,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5879e33-98a4-425a-a569-d63d36bc2343","invariantUUID":"2dd21e42-a8ba-4722-8bdb-7230d4261f6b","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":"d0cfaef0-d0af-46fc-8104-6bb932960e40","lifecycleState":"CERTIFIED","lastUpdateDate":1621768995360,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"71d42313-313c-4ef5-abd4-ec09393552ca","invariantUUID":"1e888af7-72ba-4505-9fa7-4b4844544da5","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4267c5eb-18a0-4f18-bff9-9f99971f28bf","lifecycleState":"CERTIFIED","lastUpdateDate":1621768770168,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0af09754-fdd7-47ec-b7b9-2666d81fa54c","invariantUUID":"8272d4d7-6999-47f0-b096-16454e4cc192","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":"d19dabc4-472a-4e19-a690-65796c0cf132","lifecycleState":"CERTIFIED","lastUpdateDate":1621768085002,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2dd74989-eebd-4182-a984-1c76a2bbc208","invariantUUID":"9a5fcbd9-5a90-410f-805d-29a38c4caf6e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c67eff1c-5435-4127-a203-b9e086d0dfae","lifecycleState":"CERTIFIED","lastUpdateDate":1621768340559,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67945a30-b496-499c-bdb2-ea3d21d09891","invariantUUID":"2b38d8f7-39ff-4e5b-88a5-4c60a492e34e","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":"objectStorage","uniqueId":"3543e7ca-1d64-4a7f-af6d-cecf991e9f92","lifecycleState":"CERTIFIED","lastUpdateDate":1621769254960,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0998f992-045f-409e-8142-fd761ace1328","invariantUUID":"4895f8a8-6077-4a81-a488-75e5d6b926b3","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3d203e30-11c3-491a-b42e-35bf0459d1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1621769866663,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf778535-5bae-4201-b4a3-7c1600d1ed8c","invariantUUID":"9619ca04-bdb8-4e33-b46f-185602a6fa14","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":"compute","uniqueId":"5340d1ba-c8c4-4a89-a612-f776998f2234","lifecycleState":"CERTIFIED","lastUpdateDate":1621769088862,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cabcb4d-75b7-4741-bc88-ba82ab8c6aba","invariantUUID":"26935526-2aeb-4288-976c-50edf7c49415","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0d43b684-e0f5-492e-89d5-6085d788eac0","lifecycleState":"CERTIFIED","lastUpdateDate":1621768570268,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3ede8be-1eba-4345-a120-71bd19c687bc","invariantUUID":"8aca36fe-fedc-4374-87e6-990bba88998e","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"38640ede-1dcf-4951-9a1f-198c1b0d3ae0","lifecycleState":"CERTIFIED","lastUpdateDate":1621768977369,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"56c78758-ba13-47c2-adaf-91ae080255ec","invariantUUID":"cb1c1f8f-c68e-4ede-a8ee-807f48077ed9","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":"b1dde5c5-1fd5-4929-8467-a0b53ae11093","lifecycleState":"CERTIFIED","lastUpdateDate":1621767944260,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"d1aac115-190a-449c-a073-103a4f2d1095","invariantUUID":"e262615e-3aea-4ead-a284-71038fe75494","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":"port","uniqueId":"3bd2fcf1-4c05-45cc-ac9d-81f57c80c2de","lifecycleState":"CERTIFIED","lastUpdateDate":1621768259465,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"85a83f97-3c7a-47ac-989f-6ee5d96bbe73","invariantUUID":"3f6b1403-67c2-497a-bce3-af9b424e4f21","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":"6627a2ae-4c46-407f-9d59-2ed9482d0bde","lifecycleState":"CERTIFIED","lastUpdateDate":1621768066001,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e66b36-0153-412c-9b4e-22c335e664b8","invariantUUID":"12ce0a46-f040-42b9-94a6-b7ef7a9deedc","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":"2a5896f4-491d-4004-b5b7-5256fadd8790","lifecycleState":"CERTIFIED","lastUpdateDate":1621768661164,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b523935a-43a2-42ba-b527-18cf0149df7b","invariantUUID":"e9e3be5a-d1a4-4a84-86ed-8f6d874d0e0d","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"af6eedc5-f2b9-4012-8f07-312801454b83","lifecycleState":"CERTIFIED","lastUpdateDate":1621768727301,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8a28db8d-291c-44e0-812a-88cba2010257","invariantUUID":"9efb24e9-b5aa-48ae-af4d-74987044a3a2","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":"f50f1f66-2585-4a50-9c32-e983d909b2df","lifecycleState":"CERTIFIED","lastUpdateDate":1621768623962,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8986115c-9585-4903-813d-1aa7499bce39","invariantUUID":"25b8e29c-6218-4df3-a9b6-908e69b665cd","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d6d3aed9-1f9b-4938-9bb4-37aed86d4ed3","lifecycleState":"CERTIFIED","lastUpdateDate":1621769561069,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"185eab92-84fa-4dc5-a9d0-60fec10bdfa7","invariantUUID":"8e6a59aa-4a22-45a2-b186-5da5f8022be8","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":"compute","uniqueId":"181e5cb7-273b-414e-b324-cfe336ca5cd0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769849974,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6fb3a03-f485-44f4-bc30-a4aec69fdb8e","invariantUUID":"382e03da-7738-4b83-8830-017e08ca1ec6","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":"3bf92c83-6112-42c5-a28e-9d8f80043a0e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769050756,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"83e3b11f-f754-42bf-8107-a0d1fc75786d","invariantUUID":"5a4d1ff7-4daa-4489-a55e-e951d9c5928d","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"141dc1e8-ecf4-483a-8cea-df536f4293de","lifecycleState":"CERTIFIED","lastUpdateDate":1621769833560,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1e1ee497-cfb0-453d-b263-b14fd008c7a5","invariantUUID":"d2471ecf-445b-48b1-ad2a-e7d4f6c51f1f","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"fd3ad296-796f-474f-a0cb-a80403e54e7d","lifecycleState":"CERTIFIED","lastUpdateDate":1621769630860,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f67f164d-0f63-42de-a64c-211452cfb7eb","invariantUUID":"8215a1ce-af13-4371-86a9-2f402cf22768","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":"networkrules","uniqueId":"1ae3e783-7f4e-4baa-a8fa-c2a74d594c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1621768549601,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"423134ad-2beb-4a5b-8b06-f7fa10fe824e","invariantUUID":"77471576-9d90-432d-be1d-93b36028ab3a","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"1d8b8b78-a25e-4667-944d-03d486d09c38","lifecycleState":"CERTIFIED","lastUpdateDate":1621769448062,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18fceb7a-b11c-4653-bf52-3c6ed7299af7","invariantUUID":"29a5c810-0888-4e31-9452-7447eb7ac35d","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":"87f9aa82-2dc6-4f31-8120-e696d194e6a9","lifecycleState":"CERTIFIED","lastUpdateDate":1621769508102,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f2333da-309b-474f-b6fe-fd07f61dc203","invariantUUID":"3f3d85b7-f51d-4887-8a7a-3bb07220aa47","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c1888f84-0990-4a29-9b73-092eb49d8ad6","lifecycleState":"CERTIFIED","lastUpdateDate":1621769488264,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b6c40da-0082-4fdc-a145-3a190d7459b6","invariantUUID":"5845458b-67fa-4a98-a10b-27dbd895a3c7","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ddc89a28-181f-474e-ad4b-0af8fbccd336","lifecycleState":"CERTIFIED","lastUpdateDate":1621769541702,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6466100-24a5-472a-9fc2-a5734032ea12","invariantUUID":"0453d627-4385-4d23-84e8-8bc9ccea9c47","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":"objectStorage","uniqueId":"4cbb9d40-2f9c-4805-b7f3-db6d0f0a8769","lifecycleState":"CERTIFIED","lastUpdateDate":1621769290571,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"293eb30d-2f5d-4758-b582-187085848128","invariantUUID":"12ebf102-cf5e-46a6-9758-1c9d7ec2b001","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":"securityrules","uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","lifecycleState":"CERTIFIED","lastUpdateDate":1621768590471,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"96cf20dd-7b03-4309-8e6c-f64b74366e41","invariantUUID":"a7236011-a7b1-44b6-81cb-4e9b545254d5","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5b525147-b0b7-4689-a9ad-c71a61c5778c","lifecycleState":"CERTIFIED","lastUpdateDate":1621768851861,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d5a8300d-11f9-42fe-a146-c52a38c58f25","invariantUUID":"e92ac611-6dbe-46d8-8077-c8c00c68b62b","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ceca8dde-7daa-4ec8-9cd1-c811300ffca2","lifecycleState":"CERTIFIED","lastUpdateDate":1621776938607,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f411cca-04c8-41f6-b08f-772198f02388","invariantUUID":"9fb3de3e-1941-42f5-9b94-5a2081e09d4f","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":"3e100fb5-24c6-4042-9d2e-651c4f08b923","lifecycleState":"CERTIFIED","lastUpdateDate":1621769410563,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c7941b99-b56f-42c6-9e28-638163e1bc99","invariantUUID":"991ba285-8e81-4264-9ae6-e936409f8a3d","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":"objectStorage","uniqueId":"e7f104bb-97df-48a9-9471-64ab26621635","lifecycleState":"CERTIFIED","lastUpdateDate":1621768170057,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc9132c6-35a8-4209-8bd1-f76f9e6db3f9","invariantUUID":"da80347e-fe0f-467b-a50b-3a91e6d7340f","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":"4b49c0d7-35b8-4db1-9cf2-c6777ca91b46","lifecycleState":"CERTIFIED","lastUpdateDate":1621768301565,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6455b787-4f8a-4f2c-b36c-d0dbeea4f2e4","invariantUUID":"8e496f08-fba8-4d56-8c08-5f9e15004c1d","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":"77e08eac-c97e-48c5-910f-c95f0e18b6a7","lifecycleState":"CERTIFIED","lastUpdateDate":1621769147002,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bc03d03-49ee-411f-b951-ebfde451b4e9","invariantUUID":"b8158d24-f4ca-4aac-bb4e-94e6d835f252","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":"objectStorage","uniqueId":"125a2206-9b33-4541-b3e6-2fa77042fca1","lifecycleState":"CERTIFIED","lastUpdateDate":1621767966161,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e4f84126-8632-4643-af42-59d3e8bb789b","invariantUUID":"ef660e38-0ded-4c65-9f6e-0362d831419a","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":"29dd92fb-61f1-4251-bafe-5b4e171d2946","lifecycleState":"CERTIFIED","lastUpdateDate":1621768960460,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"43e71fb8-d5b0-4f78-a299-3f70b1113f7c","invariantUUID":"d5d0002e-0b6f-4806-81ac-571fe141cdec","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ff659386-6591-460e-a42f-4f02a3ad3252","lifecycleState":"CERTIFIED","lastUpdateDate":1621768906560,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"71bfa6de-79ec-4652-9c0a-e94d9c849038","invariantUUID":"db7604c4-d011-4b6d-8d37-c4f33bd7a0b5","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"49d93a02-0fa6-4174-8229-9cce9355e5ac","lifecycleState":"CERTIFIED","lastUpdateDate":1621768235363,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a5ab428a-4da5-49c6-ba7a-5166dea0a811","invariantUUID":"d9e04d50-c3af-421c-b55a-7f05fa0a469c","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8607fd39-a6fe-40ba-a3c5-960f77b2c8c8","lifecycleState":"CERTIFIED","lastUpdateDate":1621768374602,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"fc0c0f03-764a-4edf-bf5d-eda2e5d8930e","invariantUUID":"b3f36317-5ba3-4c4f-ae2d-045133fada9d","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"dcad83c3-3356-4192-9c4d-38c70f4cfabd","lifecycleState":"CERTIFIED","lastUpdateDate":1621769014463,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"2b4d3849-4b3b-4828-8fca-b760aba0bd4a","invariantUUID":"aa244c21-5c70-4f88-90af-2f832cc88713","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"60d5f9ca-3f85-4f79-81de-72ad8d3d6355","lifecycleState":"CERTIFIED","lastUpdateDate":1621768280370,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4fbf50-d981-4534-84fb-9bb51517c809","invariantUUID":"891fb3ad-c0f2-47e3-8fef-238c1ff6726b","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9447bc1c-22a1-4c4e-8e8f-5b7273eda8c8","lifecycleState":"CERTIFIED","lastUpdateDate":1621769109960,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4ef3f7e4-4334-4861-8589-72a4d099b10f","invariantUUID":"e642b87e-3430-410c-85a6-c1ca0c43b304","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":"compute","uniqueId":"f88d0ab4-3eed-4836-af48-a423d491f003","lifecycleState":"CERTIFIED","lastUpdateDate":1621769220264,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2b9849f6-eb34-475f-b6ed-d4ccc8ee72e8","invariantUUID":"9022dfbd-d6b6-4c77-9ef3-89f2101e8d16","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":"5afbc371-f2ff-4089-97be-0f79cc2917b2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769313564,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7e86bf78-c7c6-4321-8564-4adfa12bc0ea","invariantUUID":"b401af83-89a8-489f-8232-306d1ab02ce4","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c64ec7c3-c216-4ef3-8346-343112ea154a","lifecycleState":"CERTIFIED","lastUpdateDate":1621768751163,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"de92c077-cbc0-429e-97d1-99c9ec9da3e9","invariantUUID":"857808f1-2ba2-458d-8540-6179bb1f4078","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":"loadBalancer","uniqueId":"46e9b7da-b1f0-41af-9623-549f2fbbe23b","lifecycleState":"CERTIFIED","lastUpdateDate":1621768046462,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6876eed0-0b8a-48cc-8947-512e4f566a8a","invariantUUID":"d2a04bf0-aa2e-42dd-82bc-dc7d98321213","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":"compute","uniqueId":"7d199a77-8f1f-4b60-a9b3-45bda170b55e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769181902,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93927a94-444f-40a6-89fe-e9fd8af97f25","invariantUUID":"2ad4706e-63a4-489b-b42c-f186af8cf5ed","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":"40c7a466-8045-477e-9ec2-eec499b9adf7","lifecycleState":"CERTIFIED","lastUpdateDate":1621768680466,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"279374fc-c32e-468e-aec1-56d1f66ab142","invariantUUID":"b666ea39-0bb7-4c1c-8384-07f4f0167292","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":"objectStorage","uniqueId":"3984651c-23c2-49eb-8761-b69728333a1c","lifecycleState":"CERTIFIED","lastUpdateDate":1621769238657,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"61928cad-f222-409a-a17a-b0cd9264ec3b","invariantUUID":"b8b6d9aa-e00e-498e-8aed-52c286696303","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":"e7010c1f-5c39-4444-b1b4-abdcaa3e32bb","lifecycleState":"CERTIFIED","lastUpdateDate":1621769069461,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6be31040-81c8-45f0-a2e0-3ca304e6ad7a","invariantUUID":"387703e9-d13e-46f2-a1a8-22c50f2a0f7d","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5012005c-07e8-44cb-9733-52b0a732eb7f","lifecycleState":"CERTIFIED","lastUpdateDate":1621768190762,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39734e78-ea99-47b2-a210-73c47ed4efa3","invariantUUID":"6ad3c17c-03f0-422f-b119-2c48a362ac14","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"594d63e8-184a-488e-b3bb-5e42557c6862","lifecycleState":"CERTIFIED","lastUpdateDate":1621769598668,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"921014a7-776c-44eb-a7fe-c8117951f053","invariantUUID":"26acff2f-8b79-4eb8-931f-c29862c2565a","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8c33a854-69bb-43bf-84f5-d9c6eb197fb0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769707262,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b14d1714-a9f8-4c16-8249-ccf6ec2c5f0b","invariantUUID":"e5cac9da-903d-48a3-9924-30c3e82e7dc5","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":"networkrules","uniqueId":"7839fe02-a1b7-4742-a7db-86b50cd4156e","lifecycleState":"CERTIFIED","lastUpdateDate":1621768479875,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6e742e01-d226-455f-a2a7-be5959214821","invariantUUID":"3c0b4246-55dc-4bb1-9605-0ab99e59e719","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":"port","uniqueId":"4ed2392d-5b73-4b13-aaef-d624fff980fb","lifecycleState":"CERTIFIED","lastUpdateDate":1621768500663,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"16e318d2-c816-43d4-a783-d56bb8ed0215","invariantUUID":"1fd72847-a92c-424b-90ed-e4fe9ea2a3fb","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":"port","uniqueId":"14a05eec-322d-4dba-b26d-afe8b8d283bf","lifecycleState":"CERTIFIED","lastUpdateDate":1621769429868,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9a58f5bc-1cc4-464a-b3c9-afe52be421d2","invariantUUID":"d9e1e683-2a93-46c6-8e08-7b17e327594d","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"0892061c-d6e5-43ce-a27e-09e9803037c2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769659461,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3b10f477-cb71-4735-b51d-0a2c17bfbaee","invariantUUID":"bc287207-d537-4f8f-af4a-da9cea023a07","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":"56adb4d8-4c4f-42ca-9baf-f9d9e69cab89","lifecycleState":"CERTIFIED","lastUpdateDate":1621768921759,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c61e1d5-8823-424d-8c14-197a04a14f9c","invariantUUID":"7cb2ccea-8e05-4b0f-83b0-a15533ab75d0","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bd3dde65-d170-4b1c-9060-9e23ec91cc9e","lifecycleState":"CERTIFIED","lastUpdateDate":1621768213761,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c7afc2d-b07b-4f95-ba97-354ee5c1c094","invariantUUID":"4cce75a8-8622-4539-a78d-51a11576acb4","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dd536de8-2063-49fe-856a-ec65c6bd2f53","lifecycleState":"CERTIFIED","lastUpdateDate":1621769526602,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39413201-dd6e-4523-a2aa-2a002c1abc6a","invariantUUID":"05fda61d-5bbd-48c7-ac13-a28758a9ea15","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}]}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"bb1a4fa6-fd69-4abf-b2ae-851c57b8731f","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1621776700668,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"007d3f9a-98ca-4821-a42d-e4a9541f043a","invariantUUID":"c3cd9479-2712-4b5b-8c96-342fb3981ebe","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"e7f3fa73-bbe9-412f-98f2-072237ff6307","lifecycleState":"CERTIFIED","lastUpdateDate":1621775484064,"name":"Demo_pNF_M0s9K0gr1xjqOeYAYTFR","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"8ecd2eab-e117-4465-b9ed-53957a6bf989","invariantUUID":"57ca48d8-c491-4383-9553-1031026f9841","systemName":"DemoPnfM0s9k0gr1xjqoeyaytfr","description":"catalog service description","tags":["robot-ete","Demo_pNF_M0s9K0gr1xjqOeYAYTFR"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-05-23 13:36:22,126 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in resources list
2021-05-23 13:36:32,136 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC
2021-05-23 13:36:32,137 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-05-23 13:36:32,137 DEBUG 195:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:32,137 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:36:32,137 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:36:32,138 DEBUG 103:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:32,138 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:36:32,138 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:36:32,139 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:36:33,306 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 354
2021-05-23 13:36:33,307 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-05-23 13:36:33,308 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"4f411cca-04c8-41f6-b08f-772198f02388","invariantUUID":"9fb3de3e-1941-42f5-9b94-5a2081e09d4f","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/4f411cca-04c8-41f6-b08f-772198f02388/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-05-23 13:36:33,310 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-05-23 13:36:33,310 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:36:33,310 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:36:33,310 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-05-23 13:36:33,310 DEBUG 147:__init__.py(1) - number of Vf returned: 1
2021-05-23 13:36:33,310 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:36:33,311 INFO 192:__init__.py(1) - Vf found, updating information
2021-05-23 13:36:33,311 DEBUG 195:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:33,311 DEBUG 197:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-05-23 13:36:33,311 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-05-23 13:36:33,311 DEBUG 103:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:33,311 DEBUG 105:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-05-23 13:36:33,311 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-05-23 13:36:33,313 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:36:40,984 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-05-23 13:36:40,990 INFO 116:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200
2021-05-23 13:36:40,991 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"19c523d0-a7f6-4cf5-8810-1574cae9e3be","lifecycleState":"CERTIFIED","lastUpdateDate":1621768321510,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4f3f9221-5706-46b6-9b41-eeeb2beccf62","invariantUUID":"374d2b5a-2db9-4e3f-9d4f-f32d56f53a2d","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5712a3bb-8061-4d72-810a-6b87d31299ed","lifecycleState":"CERTIFIED","lastUpdateDate":1621775411160,"name":"pNF 59515f86-d50c","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c39def70-5f53-49a4-b3a6-cfbb5077fa34","invariantUUID":"e39abd4b-82c4-42f3-a6fe-b261d7ea6e7e","systemName":"Pnf59515f86D50c","description":"vendor software product","tags":["pNF 59515f86-d50c"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","lifecycleState":"CERTIFIED","lastUpdateDate":1621767839566,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cfbec6d1-2db3-4c2e-b75f-d847d0644556","invariantUUID":"19d8b1b1-1a8e-4fe4-9f0b-366773a03500","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":"e3638cb0-5e82-4ad7-b308-4397f42690cf","lifecycleState":"CERTIFIED","lastUpdateDate":1621769884004,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f2f4753f-2c81-4014-a0bb-7fd65a8c7e1c","invariantUUID":"09a12cac-0585-43b8-affa-c70e01e1285b","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":"port","uniqueId":"4391ed4e-1cab-497d-ba6e-ff3ff0b374e9","lifecycleState":"CERTIFIED","lastUpdateDate":1621769689360,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"df0146e8-31d4-4ed9-bff1-302dc4865d94","invariantUUID":"464ca23f-e0c6-4f1d-99ef-a902a70f4e17","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":"network","uniqueId":"5cd26945-89d6-4524-a8e2-e98f58405499","lifecycleState":"CERTIFIED","lastUpdateDate":1621769166167,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97fa0b2d-83b9-4488-b69b-e4cea8d36401","invariantUUID":"9e4b049f-6fdb-44e8-9820-8d6100f4042b","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":"defaulticon","uniqueId":"0809f33b-3abf-4d2a-a1ad-7a27de2c89be","lifecycleState":"CERTIFIED","lastUpdateDate":1621769390764,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"13074f22-55d3-43ee-a035-7ba8b74e476d","invariantUUID":"a3c04048-49c6-47ad-b3c7-f9a173ca77a8","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":"d2d3a50e-b88b-4f3f-a57e-8c4f9b14c0d2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769470373,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3922194e-86c8-4f4e-8170-4b53c23f9e42","invariantUUID":"b11e5086-9b78-40ac-9d3d-839edfd3df36","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"066edaf8-9efc-4ed0-a2dd-bb65eda343a3","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1621769734861,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f3b973c-7fad-42ee-825e-f7d15fdc8a28","invariantUUID":"4895f8a8-6077-4a81-a488-75e5d6b926b3","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":"2ee3e8d1-1210-4fbd-b014-16a97ecc8ed4","lifecycleState":"CERTIFIED","lastUpdateDate":1621768357761,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b4472fcf-5260-4c86-8d0a-506d2bd87c3f","invariantUUID":"d32bc636-d61c-4b27-ac7a-dc75105e67cd","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":"defaulticon","uniqueId":"c074e5da-0371-4973-b3b4-5f0bd6ddf27e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769032701,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39f1625c-0716-4fa3-9ae4-bb11550ae5b9","invariantUUID":"f40c0b20-99fa-4f14-93fd-78a2b43de498","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":"372aa058-b38f-47c3-8923-a255c3d9fd6c","lifecycleState":"CERTIFIED","lastUpdateDate":1621768643401,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5440df4e-c878-402a-b41b-79a92d89dd01","invariantUUID":"3df839d4-9297-49bd-b343-9831dce681a3","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4bc82668-7683-4ff5-b743-200610674cb0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769801259,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70b47909-6a39-44de-a34a-db828e13991d","invariantUUID":"bbc1b91f-3651-49b5-be14-af6ff139b186","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0ffb7c1b-16be-4006-af18-e58cbc026bd5","lifecycleState":"CERTIFIED","lastUpdateDate":1621767989060,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5879e33-98a4-425a-a569-d63d36bc2343","invariantUUID":"2dd21e42-a8ba-4722-8bdb-7230d4261f6b","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":"d0cfaef0-d0af-46fc-8104-6bb932960e40","lifecycleState":"CERTIFIED","lastUpdateDate":1621768995360,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"71d42313-313c-4ef5-abd4-ec09393552ca","invariantUUID":"1e888af7-72ba-4505-9fa7-4b4844544da5","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4267c5eb-18a0-4f18-bff9-9f99971f28bf","lifecycleState":"CERTIFIED","lastUpdateDate":1621768770168,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0af09754-fdd7-47ec-b7b9-2666d81fa54c","invariantUUID":"8272d4d7-6999-47f0-b096-16454e4cc192","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":"d19dabc4-472a-4e19-a690-65796c0cf132","lifecycleState":"CERTIFIED","lastUpdateDate":1621768085002,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2dd74989-eebd-4182-a984-1c76a2bbc208","invariantUUID":"9a5fcbd9-5a90-410f-805d-29a38c4caf6e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c67eff1c-5435-4127-a203-b9e086d0dfae","lifecycleState":"CERTIFIED","lastUpdateDate":1621768340559,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67945a30-b496-499c-bdb2-ea3d21d09891","invariantUUID":"2b38d8f7-39ff-4e5b-88a5-4c60a492e34e","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":"objectStorage","uniqueId":"3543e7ca-1d64-4a7f-af6d-cecf991e9f92","lifecycleState":"CERTIFIED","lastUpdateDate":1621769254960,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0998f992-045f-409e-8142-fd761ace1328","invariantUUID":"4895f8a8-6077-4a81-a488-75e5d6b926b3","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3d203e30-11c3-491a-b42e-35bf0459d1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1621769866663,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf778535-5bae-4201-b4a3-7c1600d1ed8c","invariantUUID":"9619ca04-bdb8-4e33-b46f-185602a6fa14","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":"compute","uniqueId":"5340d1ba-c8c4-4a89-a612-f776998f2234","lifecycleState":"CERTIFIED","lastUpdateDate":1621769088862,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cabcb4d-75b7-4741-bc88-ba82ab8c6aba","invariantUUID":"26935526-2aeb-4288-976c-50edf7c49415","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0d43b684-e0f5-492e-89d5-6085d788eac0","lifecycleState":"CERTIFIED","lastUpdateDate":1621768570268,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3ede8be-1eba-4345-a120-71bd19c687bc","invariantUUID":"8aca36fe-fedc-4374-87e6-990bba88998e","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"38640ede-1dcf-4951-9a1f-198c1b0d3ae0","lifecycleState":"CERTIFIED","lastUpdateDate":1621768977369,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"56c78758-ba13-47c2-adaf-91ae080255ec","invariantUUID":"cb1c1f8f-c68e-4ede-a8ee-807f48077ed9","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":"b1dde5c5-1fd5-4929-8467-a0b53ae11093","lifecycleState":"CERTIFIED","lastUpdateDate":1621767944260,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"d1aac115-190a-449c-a073-103a4f2d1095","invariantUUID":"e262615e-3aea-4ead-a284-71038fe75494","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":"port","uniqueId":"3bd2fcf1-4c05-45cc-ac9d-81f57c80c2de","lifecycleState":"CERTIFIED","lastUpdateDate":1621768259465,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"85a83f97-3c7a-47ac-989f-6ee5d96bbe73","invariantUUID":"3f6b1403-67c2-497a-bce3-af9b424e4f21","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":"6627a2ae-4c46-407f-9d59-2ed9482d0bde","lifecycleState":"CERTIFIED","lastUpdateDate":1621768066001,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e66b36-0153-412c-9b4e-22c335e664b8","invariantUUID":"12ce0a46-f040-42b9-94a6-b7ef7a9deedc","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":"2a5896f4-491d-4004-b5b7-5256fadd8790","lifecycleState":"CERTIFIED","lastUpdateDate":1621768661164,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b523935a-43a2-42ba-b527-18cf0149df7b","invariantUUID":"e9e3be5a-d1a4-4a84-86ed-8f6d874d0e0d","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"af6eedc5-f2b9-4012-8f07-312801454b83","lifecycleState":"CERTIFIED","lastUpdateDate":1621768727301,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8a28db8d-291c-44e0-812a-88cba2010257","invariantUUID":"9efb24e9-b5aa-48ae-af4d-74987044a3a2","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":"f50f1f66-2585-4a50-9c32-e983d909b2df","lifecycleState":"CERTIFIED","lastUpdateDate":1621768623962,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8986115c-9585-4903-813d-1aa7499bce39","invariantUUID":"25b8e29c-6218-4df3-a9b6-908e69b665cd","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d6d3aed9-1f9b-4938-9bb4-37aed86d4ed3","lifecycleState":"CERTIFIED","lastUpdateDate":1621769561069,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"185eab92-84fa-4dc5-a9d0-60fec10bdfa7","invariantUUID":"8e6a59aa-4a22-45a2-b186-5da5f8022be8","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":"compute","uniqueId":"181e5cb7-273b-414e-b324-cfe336ca5cd0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769849974,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6fb3a03-f485-44f4-bc30-a4aec69fdb8e","invariantUUID":"382e03da-7738-4b83-8830-017e08ca1ec6","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":"3bf92c83-6112-42c5-a28e-9d8f80043a0e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769050756,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"83e3b11f-f754-42bf-8107-a0d1fc75786d","invariantUUID":"5a4d1ff7-4daa-4489-a55e-e951d9c5928d","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"141dc1e8-ecf4-483a-8cea-df536f4293de","lifecycleState":"CERTIFIED","lastUpdateDate":1621769833560,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1e1ee497-cfb0-453d-b263-b14fd008c7a5","invariantUUID":"d2471ecf-445b-48b1-ad2a-e7d4f6c51f1f","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"fd3ad296-796f-474f-a0cb-a80403e54e7d","lifecycleState":"CERTIFIED","lastUpdateDate":1621769630860,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f67f164d-0f63-42de-a64c-211452cfb7eb","invariantUUID":"8215a1ce-af13-4371-86a9-2f402cf22768","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":"networkrules","uniqueId":"1ae3e783-7f4e-4baa-a8fa-c2a74d594c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1621768549601,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"423134ad-2beb-4a5b-8b06-f7fa10fe824e","invariantUUID":"77471576-9d90-432d-be1d-93b36028ab3a","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"1d8b8b78-a25e-4667-944d-03d486d09c38","lifecycleState":"CERTIFIED","lastUpdateDate":1621769448062,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18fceb7a-b11c-4653-bf52-3c6ed7299af7","invariantUUID":"29a5c810-0888-4e31-9452-7447eb7ac35d","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":"87f9aa82-2dc6-4f31-8120-e696d194e6a9","lifecycleState":"CERTIFIED","lastUpdateDate":1621769508102,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f2333da-309b-474f-b6fe-fd07f61dc203","invariantUUID":"3f3d85b7-f51d-4887-8a7a-3bb07220aa47","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c1888f84-0990-4a29-9b73-092eb49d8ad6","lifecycleState":"CERTIFIED","lastUpdateDate":1621769488264,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b6c40da-0082-4fdc-a145-3a190d7459b6","invariantUUID":"5845458b-67fa-4a98-a10b-27dbd895a3c7","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ddc89a28-181f-474e-ad4b-0af8fbccd336","lifecycleState":"CERTIFIED","lastUpdateDate":1621769541702,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6466100-24a5-472a-9fc2-a5734032ea12","invariantUUID":"0453d627-4385-4d23-84e8-8bc9ccea9c47","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":"objectStorage","uniqueId":"4cbb9d40-2f9c-4805-b7f3-db6d0f0a8769","lifecycleState":"CERTIFIED","lastUpdateDate":1621769290571,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"293eb30d-2f5d-4758-b582-187085848128","invariantUUID":"12ebf102-cf5e-46a6-9758-1c9d7ec2b001","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":"securityrules","uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","lifecycleState":"CERTIFIED","lastUpdateDate":1621768590471,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"96cf20dd-7b03-4309-8e6c-f64b74366e41","invariantUUID":"a7236011-a7b1-44b6-81cb-4e9b545254d5","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5b525147-b0b7-4689-a9ad-c71a61c5778c","lifecycleState":"CERTIFIED","lastUpdateDate":1621768851861,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d5a8300d-11f9-42fe-a146-c52a38c58f25","invariantUUID":"e92ac611-6dbe-46d8-8077-c8c00c68b62b","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ceca8dde-7daa-4ec8-9cd1-c811300ffca2","lifecycleState":"CERTIFIED","lastUpdateDate":1621776938607,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f411cca-04c8-41f6-b08f-772198f02388","invariantUUID":"9fb3de3e-1941-42f5-9b94-5a2081e09d4f","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":"3e100fb5-24c6-4042-9d2e-651c4f08b923","lifecycleState":"CERTIFIED","lastUpdateDate":1621769410563,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c7941b99-b56f-42c6-9e28-638163e1bc99","invariantUUID":"991ba285-8e81-4264-9ae6-e936409f8a3d","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":"objectStorage","uniqueId":"e7f104bb-97df-48a9-9471-64ab26621635","lifecycleState":"CERTIFIED","lastUpdateDate":1621768170057,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc9132c6-35a8-4209-8bd1-f76f9e6db3f9","invariantUUID":"da80347e-fe0f-467b-a50b-3a91e6d7340f","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":"4b49c0d7-35b8-4db1-9cf2-c6777ca91b46","lifecycleState":"CERTIFIED","lastUpdateDate":1621768301565,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6455b787-4f8a-4f2c-b36c-d0dbeea4f2e4","invariantUUID":"8e496f08-fba8-4d56-8c08-5f9e15004c1d","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":"77e08eac-c97e-48c5-910f-c95f0e18b6a7","lifecycleState":"CERTIFIED","lastUpdateDate":1621769147002,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bc03d03-49ee-411f-b951-ebfde451b4e9","invariantUUID":"b8158d24-f4ca-4aac-bb4e-94e6d835f252","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":"objectStorage","uniqueId":"125a2206-9b33-4541-b3e6-2fa77042fca1","lifecycleState":"CERTIFIED","lastUpdateDate":1621767966161,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e4f84126-8632-4643-af42-59d3e8bb789b","invariantUUID":"ef660e38-0ded-4c65-9f6e-0362d831419a","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":"29dd92fb-61f1-4251-bafe-5b4e171d2946","lifecycleState":"CERTIFIED","lastUpdateDate":1621768960460,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"43e71fb8-d5b0-4f78-a299-3f70b1113f7c","invariantUUID":"d5d0002e-0b6f-4806-81ac-571fe141cdec","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ff659386-6591-460e-a42f-4f02a3ad3252","lifecycleState":"CERTIFIED","lastUpdateDate":1621768906560,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"71bfa6de-79ec-4652-9c0a-e94d9c849038","invariantUUID":"db7604c4-d011-4b6d-8d37-c4f33bd7a0b5","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"49d93a02-0fa6-4174-8229-9cce9355e5ac","lifecycleState":"CERTIFIED","lastUpdateDate":1621768235363,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a5ab428a-4da5-49c6-ba7a-5166dea0a811","invariantUUID":"d9e04d50-c3af-421c-b55a-7f05fa0a469c","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8607fd39-a6fe-40ba-a3c5-960f77b2c8c8","lifecycleState":"CERTIFIED","lastUpdateDate":1621768374602,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"fc0c0f03-764a-4edf-bf5d-eda2e5d8930e","invariantUUID":"b3f36317-5ba3-4c4f-ae2d-045133fada9d","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"dcad83c3-3356-4192-9c4d-38c70f4cfabd","lifecycleState":"CERTIFIED","lastUpdateDate":1621769014463,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"2b4d3849-4b3b-4828-8fca-b760aba0bd4a","invariantUUID":"aa244c21-5c70-4f88-90af-2f832cc88713","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"60d5f9ca-3f85-4f79-81de-72ad8d3d6355","lifecycleState":"CERTIFIED","lastUpdateDate":1621768280370,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4fbf50-d981-4534-84fb-9bb51517c809","invariantUUID":"891fb3ad-c0f2-47e3-8fef-238c1ff6726b","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9447bc1c-22a1-4c4e-8e8f-5b7273eda8c8","lifecycleState":"CERTIFIED","lastUpdateDate":1621769109960,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4ef3f7e4-4334-4861-8589-72a4d099b10f","invariantUUID":"e642b87e-3430-410c-85a6-c1ca0c43b304","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":"compute","uniqueId":"f88d0ab4-3eed-4836-af48-a423d491f003","lifecycleState":"CERTIFIED","lastUpdateDate":1621769220264,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2b9849f6-eb34-475f-b6ed-d4ccc8ee72e8","invariantUUID":"9022dfbd-d6b6-4c77-9ef3-89f2101e8d16","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":"5afbc371-f2ff-4089-97be-0f79cc2917b2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769313564,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7e86bf78-c7c6-4321-8564-4adfa12bc0ea","invariantUUID":"b401af83-89a8-489f-8232-306d1ab02ce4","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c64ec7c3-c216-4ef3-8346-343112ea154a","lifecycleState":"CERTIFIED","lastUpdateDate":1621768751163,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"de92c077-cbc0-429e-97d1-99c9ec9da3e9","invariantUUID":"857808f1-2ba2-458d-8540-6179bb1f4078","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":"loadBalancer","uniqueId":"46e9b7da-b1f0-41af-9623-549f2fbbe23b","lifecycleState":"CERTIFIED","lastUpdateDate":1621768046462,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6876eed0-0b8a-48cc-8947-512e4f566a8a","invariantUUID":"d2a04bf0-aa2e-42dd-82bc-dc7d98321213","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":"compute","uniqueId":"7d199a77-8f1f-4b60-a9b3-45bda170b55e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769181902,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93927a94-444f-40a6-89fe-e9fd8af97f25","invariantUUID":"2ad4706e-63a4-489b-b42c-f186af8cf5ed","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":"40c7a466-8045-477e-9ec2-eec499b9adf7","lifecycleState":"CERTIFIED","lastUpdateDate":1621768680466,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"279374fc-c32e-468e-aec1-56d1f66ab142","invariantUUID":"b666ea39-0bb7-4c1c-8384-07f4f0167292","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":"objectStorage","uniqueId":"3984651c-23c2-49eb-8761-b69728333a1c","lifecycleState":"CERTIFIED","lastUpdateDate":1621769238657,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"61928cad-f222-409a-a17a-b0cd9264ec3b","invariantUUID":"b8b6d9aa-e00e-498e-8aed-52c286696303","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":"e7010c1f-5c39-4444-b1b4-abdcaa3e32bb","lifecycleState":"CERTIFIED","lastUpdateDate":1621769069461,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6be31040-81c8-45f0-a2e0-3ca304e6ad7a","invariantUUID":"387703e9-d13e-46f2-a1a8-22c50f2a0f7d","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5012005c-07e8-44cb-9733-52b0a732eb7f","lifecycleState":"CERTIFIED","lastUpdateDate":1621768190762,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39734e78-ea99-47b2-a210-73c47ed4efa3","invariantUUID":"6ad3c17c-03f0-422f-b119-2c48a362ac14","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"594d63e8-184a-488e-b3bb-5e42557c6862","lifecycleState":"CERTIFIED","lastUpdateDate":1621769598668,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"921014a7-776c-44eb-a7fe-c8117951f053","invariantUUID":"26acff2f-8b79-4eb8-931f-c29862c2565a","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8c33a854-69bb-43bf-84f5-d9c6eb197fb0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769707262,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b14d1714-a9f8-4c16-8249-ccf6ec2c5f0b","invariantUUID":"e5cac9da-903d-48a3-9924-30c3e82e7dc5","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":"networkrules","uniqueId":"7839fe02-a1b7-4742-a7db-86b50cd4156e","lifecycleState":"CERTIFIED","lastUpdateDate":1621768479875,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6e742e01-d226-455f-a2a7-be5959214821","invariantUUID":"3c0b4246-55dc-4bb1-9605-0ab99e59e719","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":"port","uniqueId":"4ed2392d-5b73-4b13-aaef-d624fff980fb","lifecycleState":"CERTIFIED","lastUpdateDate":1621768500663,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"16e318d2-c816-43d4-a783-d56bb8ed0215","invariantUUID":"1fd72847-a92c-424b-90ed-e4fe9ea2a3fb","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":"port","uniqueId":"14a05eec-322d-4dba-b26d-afe8b8d283bf","lifecycleState":"CERTIFIED","lastUpdateDate":1621769429868,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9a58f5bc-1cc4-464a-b3c9-afe52be421d2","invariantUUID":"d9e1e683-2a93-46c6-8e08-7b17e327594d","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"0892061c-d6e5-43ce-a27e-09e9803037c2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769659461,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3b10f477-cb71-4735-b51d-0a2c17bfbaee","invariantUUID":"bc287207-d537-4f8f-af4a-da9cea023a07","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":"56adb4d8-4c4f-42ca-9baf-f9d9e69cab89","lifecycleState":"CERTIFIED","lastUpdateDate":1621768921759,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c61e1d5-8823-424d-8c14-197a04a14f9c","invariantUUID":"7cb2ccea-8e05-4b0f-83b0-a15533ab75d0","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bd3dde65-d170-4b1c-9060-9e23ec91cc9e","lifecycleState":"CERTIFIED","lastUpdateDate":1621768213761,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c7afc2d-b07b-4f95-ba97-354ee5c1c094","invariantUUID":"4cce75a8-8622-4539-a78d-51a11576acb4","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dd536de8-2063-49fe-856a-ec65c6bd2f53","lifecycleState":"CERTIFIED","lastUpdateDate":1621769526602,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39413201-dd6e-4523-a2aa-2a002c1abc6a","invariantUUID":"05fda61d-5bbd-48c7-ac13-a28758a9ea15","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}]}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"bb1a4fa6-fd69-4abf-b2ae-851c57b8731f","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1621776700668,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"007d3f9a-98ca-4821-a42d-e4a9541f043a","invariantUUID":"c3cd9479-2712-4b5b-8c96-342fb3981ebe","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"e7f3fa73-bbe9-412f-98f2-072237ff6307","lifecycleState":"CERTIFIED","lastUpdateDate":1621775484064,"name":"Demo_pNF_M0s9K0gr1xjqOeYAYTFR","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"8ecd2eab-e117-4465-b9ed-53957a6bf989","invariantUUID":"57ca48d8-c491-4383-9553-1031026f9841","systemName":"DemoPnfM0s9k0gr1xjqoeyaytfr","description":"catalog service description","tags":["robot-ete","Demo_pNF_M0s9K0gr1xjqOeYAYTFR"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-05-23 13:36:40,995 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in resources list
2021-05-23 13:36:40,995 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC
2021-05-23 13:36:40,996 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-05-23 13:36:40,996 DEBUG 195:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:40,996 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-05-23 13:36:40,996 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None
2021-05-23 13:36:40,996 DEBUG 103:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:40,996 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-05-23 13:36:40,997 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None
2021-05-23 13:36:40,998 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:36:50,061 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 750
2021-05-23 13:36:50,062 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200
2021-05-23 13:36:50,062 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"007d3f9a-98ca-4821-a42d-e4a9541f043a","invariantUUID":"c3cd9479-2712-4b5b-8c96-342fb3981ebe","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/007d3f9a-98ca-4821-a42d-e4a9541f043a/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"8ecd2eab-e117-4465-b9ed-53957a6bf989","invariantUUID":"57ca48d8-c491-4383-9553-1031026f9841","name":"Demo_pNF_M0s9K0gr1xjqOeYAYTFR","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8ecd2eab-e117-4465-b9ed-53957a6bf989/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-05-23 13:36:50,064 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-05-23 13:36:50,065 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:36:50,065 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:36:50,065 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-05-23 13:36:50,065 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_M0s9K0gr1xjqOeYAYTFR from SDC
2021-05-23 13:36:50,065 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:36:50,065 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:36:50,065 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-05-23 13:36:50,065 DEBUG 147:__init__.py(1) - number of Service returned: 2
2021-05-23 13:36:50,066 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:36:50,066 INFO 169:__init__.py(1) - Service basic_vm doesn't exist in SDC
2021-05-23 13:36:50,066 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC
2021-05-23 13:36:50,066 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-05-23 13:36:50,066 DEBUG 195:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:50,066 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-05-23 13:36:50,066 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None
2021-05-23 13:36:50,067 DEBUG 103:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:36:50,067 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-05-23 13:36:50,067 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None
2021-05-23 13:36:50,068 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:37:01,369 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 750
2021-05-23 13:37:01,370 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200
2021-05-23 13:37:01,370 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"007d3f9a-98ca-4821-a42d-e4a9541f043a","invariantUUID":"c3cd9479-2712-4b5b-8c96-342fb3981ebe","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/007d3f9a-98ca-4821-a42d-e4a9541f043a/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"8ecd2eab-e117-4465-b9ed-53957a6bf989","invariantUUID":"57ca48d8-c491-4383-9553-1031026f9841","name":"Demo_pNF_M0s9K0gr1xjqOeYAYTFR","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8ecd2eab-e117-4465-b9ed-53957a6bf989/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-05-23 13:37:01,372 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-05-23 13:37:01,372 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:37:01,372 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:37:01,372 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-05-23 13:37:01,372 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_M0s9K0gr1xjqOeYAYTFR from SDC
2021-05-23 13:37:01,373 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:37:01,373 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:37:01,373 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-05-23 13:37:01,373 DEBUG 147:__init__.py(1) - number of Service returned: 2
2021-05-23 13:37:01,373 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:37:01,373 INFO 169:__init__.py(1) - Service basic_vm doesn't exist in SDC
2021-05-23 13:37:01,373 DEBUG 159:__init__.py(1) - check if ServiceCategory Network Service exists in SDC
2021-05-23 13:37:01,373 INFO 129:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC
2021-05-23 13:37:01,373 DEBUG 195:onap_service.py(1) - [SDC][get ServiceCategorys] sent header: <bound method BaseCategory.headers of <class 'onapsdk.sdc.category_management.ServiceCategory'>>
2021-05-23 13:37:01,374 DEBUG 197:onap_service.py(1) - [SDC][get ServiceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui
2021-05-23 13:37:01,374 DEBUG 198:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None
2021-05-23 13:37:01,374 DEBUG 103:onap_service.py(1) - [SDC][get ServiceCategorys] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'demo', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:01,374 DEBUG 105:onap_service.py(1) - [SDC][get ServiceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui
2021-05-23 13:37:01,374 DEBUG 106:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None
2021-05-23 13:37:01,375 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:37:05,873 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/setup/ui HTTP/1.1" 200 None
2021-05-23 13:37:05,874 INFO 116:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200
2021-05-23 13:37:05,875 DEBUG 120:onap_service.py(1) - [SDC][get ServiceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"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":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"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":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"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":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"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":"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":"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":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"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":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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":"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":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"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":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"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":"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}],"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}],"serviceCategories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network 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},{"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":"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":"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":null,"type":null,"version":null,"ownerId":null,"empty":false}],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.8.5"}
2021-05-23 13:37:05,878 DEBUG 147:__init__.py(1) - number of ServiceCategory returned: 8
2021-05-23 13:37:05,878 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Network Service
2021-05-23 13:37:05,878 INFO 192:__init__.py(1) - ServiceCategory found, updating information
2021-05-23 13:37:05,878 INFO 267:__init__.py(1) - attempting to create Service basic_vm in SDC
2021-05-23 13:37:05,878 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC
2021-05-23 13:37:05,878 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-05-23 13:37:05,879 DEBUG 195:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:05,879 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-05-23 13:37:05,879 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None
2021-05-23 13:37:05,879 DEBUG 103:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:05,879 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-05-23 13:37:05,879 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None
2021-05-23 13:37:05,881 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:37:15,267 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 750
2021-05-23 13:37:15,269 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200
2021-05-23 13:37:15,269 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"007d3f9a-98ca-4821-a42d-e4a9541f043a","invariantUUID":"c3cd9479-2712-4b5b-8c96-342fb3981ebe","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/007d3f9a-98ca-4821-a42d-e4a9541f043a/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"8ecd2eab-e117-4465-b9ed-53957a6bf989","invariantUUID":"57ca48d8-c491-4383-9553-1031026f9841","name":"Demo_pNF_M0s9K0gr1xjqOeYAYTFR","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8ecd2eab-e117-4465-b9ed-53957a6bf989/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-05-23 13:37:15,271 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-05-23 13:37:15,272 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:37:15,272 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:37:15,272 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-05-23 13:37:15,272 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_M0s9K0gr1xjqOeYAYTFR from SDC
2021-05-23 13:37:15,272 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:37:15,272 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:37:15,272 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-05-23 13:37:15,272 DEBUG 147:__init__.py(1) - number of Service returned: 2
2021-05-23 13:37:15,273 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:37:15,273 INFO 169:__init__.py(1) - Service basic_vm doesn't exist in SDC
2021-05-23 13:37:15,288 DEBUG 195:onap_service.py(1) - [SDC][create Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:15,288 DEBUG 197:onap_service.py(1) - [SDC][create Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services
2021-05-23 13:37:15,289 DEBUG 198:onap_service.py(1) - [SDC][create Service] data sent: 
{
  "componentType": "SERVICE",
  "properties": [],
  "requirements": {},
  "toscaArtifacts": {},
  "tags": ["basic_vm"],
  "artifacts": {},
  "description": "service",
  "serviceApiArtifacts": {},
  "capabilities": {},
  "name": "basic_vm",
  "componentInstancesProperties": {},
  "componentInstancesAttributes": {},
  "contactId": "cs0008",
  "groups": [],
  "projectCode": "123456",
  "deploymentArtifacts": {},
  "attributes": [],
  "componentInstances": [],
  "ecompGeneratedNaming": true,
  "instantiationType": "A-la-carte",
  "environmentContext": "General_Revenue-Bearing",
    "categories": [
    {
      "normalizedName": "network service",
      "name": "Network Service",
      "uniqueId": "serviceNewCategory.network service",
      "subcategories": null,
      "version": null,
      "ownerId": null,
      "empty": false,
      "type": null,
      "icons": ["network_l_1-3"]
    }
  ],
  "icon": "network_l_1-3"
}
2021-05-23 13:37:15,289 DEBUG 103:onap_service.py(1) - [SDC][create Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:15,289 DEBUG 105:onap_service.py(1) - [SDC][create Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services
2021-05-23 13:37:15,289 DEBUG 106:onap_service.py(1) - [SDC][create Service] data sent: 
{
  "componentType": "SERVICE",
  "properties": [],
  "requirements": {},
  "toscaArtifacts": {},
  "tags": ["basic_vm"],
  "artifacts": {},
  "description": "service",
  "serviceApiArtifacts": {},
  "capabilities": {},
  "name": "basic_vm",
  "componentInstancesProperties": {},
  "componentInstancesAttributes": {},
  "contactId": "cs0008",
  "groups": [],
  "projectCode": "123456",
  "deploymentArtifacts": {},
  "attributes": [],
  "componentInstances": [],
  "ecompGeneratedNaming": true,
  "instantiationType": "A-la-carte",
  "environmentContext": "General_Revenue-Bearing",
    "categories": [
    {
      "normalizedName": "network service",
      "name": "Network Service",
      "uniqueId": "serviceNewCategory.network service",
      "subcategories": null,
      "version": null,
      "ownerId": null,
      "empty": false,
      "type": null,
      "icons": ["network_l_1-3"]
    }
  ],
  "icon": "network_l_1-3"
}
2021-05-23 13:37:15,290 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:37:22,514 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services HTTP/1.1" 201 None
2021-05-23 13:37:22,516 INFO 116:onap_service.py(1) - [SDC][create Service] response code: 201
2021-05-23 13:37:22,518 DEBUG 120:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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,"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":"3d15960c-a8f6-4186-99e4-26e938604fe6.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,"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":"3d15960c-a8f6-4186-99e4-26e938604fe6.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,"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":"3d15960c-a8f6-4186-99e4-26e938604fe6.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,"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":"3d15960c-a8f6-4186-99e4-26e938604fe6.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,"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,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036976,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.assettoscacsar","artifactName":"service-BasicVm-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":1621777036976,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":"service-BasicVm-csar.csar","empty":false},"assettoscatemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.assettoscatemplate","artifactName":"service-BasicVm-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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":"service-BasicVm-template.yml","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":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc","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":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc","empty":false},{"definition":false,"hidden":false,"uniqueId":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc","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":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc","empty":false},{"definition":false,"hidden":false,"uniqueId":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc","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":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc","empty":false},{"definition":false,"hidden":false,"uniqueId":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc","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":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc","empty":false},{"definition":false,"hidden":false,"uniqueId":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc","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":"a109c6cc-cd05-46c3-8ce8-9f232e6450cc","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,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"testing":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"logging":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"monitoring":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"reporting":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"instantiation":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false}},"forwardingPaths":{},"toscaServiceName":null,"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTION_NOT_APPROVED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","creationDate":1621777039503,"version":"0.1","icon":"network_l_1-3","description":"service","tags":["basic_vm"],"uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6","componentMetadataForSupportLog":{"SupportablityComponentUUID":"b2abbde5-579d-4d93-9793-1e310844389e","SupportablityComponentName":"basic_vm","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"contactId":"cs0008","uuid":"b2abbde5-579d-4d93-9793-1e310844389e","highestVersion":true,"systemName":"BasicVm","invariantUUID":"82b76b75-9353-4311-a5a9-58c1becd53ee","normalizedName":"basicvm","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1621777039503,"allArtifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1621777036975,"description":null,"artifactType":"OTHER","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.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":1621777036975,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"name":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_vm"}
2021-05-23 13:37:22,522 INFO 284:__init__.py(1) - Service basic_vm is created in SDC
2021-05-23 13:37:22,522 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:37:22,528 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC
2021-05-23 13:37:22,528 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-05-23 13:37:22,529 DEBUG 195:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:22,529 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:37:22,529 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:37:22,529 DEBUG 103:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:22,529 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-05-23 13:37:22,529 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-05-23 13:37:22,530 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:37:23,473 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 354
2021-05-23 13:37:23,474 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-05-23 13:37:23,475 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"4f411cca-04c8-41f6-b08f-772198f02388","invariantUUID":"9fb3de3e-1941-42f5-9b94-5a2081e09d4f","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/4f411cca-04c8-41f6-b08f-772198f02388/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-05-23 13:37:23,477 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-05-23 13:37:23,477 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:37:23,477 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:37:23,477 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-05-23 13:37:23,477 DEBUG 147:__init__.py(1) - number of Vf returned: 1
2021-05-23 13:37:23,477 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:37:23,477 INFO 192:__init__.py(1) - Vf found, updating information
2021-05-23 13:37:23,477 DEBUG 195:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:23,477 DEBUG 197:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-05-23 13:37:23,478 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-05-23 13:37:23,478 DEBUG 103:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:23,478 DEBUG 105:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-05-23 13:37:23,478 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-05-23 13:37:23,479 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:37:35,684 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-05-23 13:37:35,689 INFO 116:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200
2021-05-23 13:37:35,692 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"19c523d0-a7f6-4cf5-8810-1574cae9e3be","lifecycleState":"CERTIFIED","lastUpdateDate":1621768321510,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4f3f9221-5706-46b6-9b41-eeeb2beccf62","invariantUUID":"374d2b5a-2db9-4e3f-9d4f-f32d56f53a2d","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5712a3bb-8061-4d72-810a-6b87d31299ed","lifecycleState":"CERTIFIED","lastUpdateDate":1621775411160,"name":"pNF 59515f86-d50c","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c39def70-5f53-49a4-b3a6-cfbb5077fa34","invariantUUID":"e39abd4b-82c4-42f3-a6fe-b261d7ea6e7e","systemName":"Pnf59515f86D50c","description":"vendor software product","tags":["pNF 59515f86-d50c"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","lifecycleState":"CERTIFIED","lastUpdateDate":1621767839566,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cfbec6d1-2db3-4c2e-b75f-d847d0644556","invariantUUID":"19d8b1b1-1a8e-4fe4-9f0b-366773a03500","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":"e3638cb0-5e82-4ad7-b308-4397f42690cf","lifecycleState":"CERTIFIED","lastUpdateDate":1621769884004,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f2f4753f-2c81-4014-a0bb-7fd65a8c7e1c","invariantUUID":"09a12cac-0585-43b8-affa-c70e01e1285b","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":"port","uniqueId":"4391ed4e-1cab-497d-ba6e-ff3ff0b374e9","lifecycleState":"CERTIFIED","lastUpdateDate":1621769689360,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"df0146e8-31d4-4ed9-bff1-302dc4865d94","invariantUUID":"464ca23f-e0c6-4f1d-99ef-a902a70f4e17","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":"network","uniqueId":"5cd26945-89d6-4524-a8e2-e98f58405499","lifecycleState":"CERTIFIED","lastUpdateDate":1621769166167,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97fa0b2d-83b9-4488-b69b-e4cea8d36401","invariantUUID":"9e4b049f-6fdb-44e8-9820-8d6100f4042b","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":"defaulticon","uniqueId":"0809f33b-3abf-4d2a-a1ad-7a27de2c89be","lifecycleState":"CERTIFIED","lastUpdateDate":1621769390764,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"13074f22-55d3-43ee-a035-7ba8b74e476d","invariantUUID":"a3c04048-49c6-47ad-b3c7-f9a173ca77a8","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":"d2d3a50e-b88b-4f3f-a57e-8c4f9b14c0d2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769470373,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3922194e-86c8-4f4e-8170-4b53c23f9e42","invariantUUID":"b11e5086-9b78-40ac-9d3d-839edfd3df36","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"066edaf8-9efc-4ed0-a2dd-bb65eda343a3","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1621769734861,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f3b973c-7fad-42ee-825e-f7d15fdc8a28","invariantUUID":"4895f8a8-6077-4a81-a488-75e5d6b926b3","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":"2ee3e8d1-1210-4fbd-b014-16a97ecc8ed4","lifecycleState":"CERTIFIED","lastUpdateDate":1621768357761,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b4472fcf-5260-4c86-8d0a-506d2bd87c3f","invariantUUID":"d32bc636-d61c-4b27-ac7a-dc75105e67cd","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":"defaulticon","uniqueId":"c074e5da-0371-4973-b3b4-5f0bd6ddf27e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769032701,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39f1625c-0716-4fa3-9ae4-bb11550ae5b9","invariantUUID":"f40c0b20-99fa-4f14-93fd-78a2b43de498","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":"372aa058-b38f-47c3-8923-a255c3d9fd6c","lifecycleState":"CERTIFIED","lastUpdateDate":1621768643401,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5440df4e-c878-402a-b41b-79a92d89dd01","invariantUUID":"3df839d4-9297-49bd-b343-9831dce681a3","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4bc82668-7683-4ff5-b743-200610674cb0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769801259,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70b47909-6a39-44de-a34a-db828e13991d","invariantUUID":"bbc1b91f-3651-49b5-be14-af6ff139b186","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0ffb7c1b-16be-4006-af18-e58cbc026bd5","lifecycleState":"CERTIFIED","lastUpdateDate":1621767989060,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5879e33-98a4-425a-a569-d63d36bc2343","invariantUUID":"2dd21e42-a8ba-4722-8bdb-7230d4261f6b","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":"d0cfaef0-d0af-46fc-8104-6bb932960e40","lifecycleState":"CERTIFIED","lastUpdateDate":1621768995360,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"71d42313-313c-4ef5-abd4-ec09393552ca","invariantUUID":"1e888af7-72ba-4505-9fa7-4b4844544da5","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4267c5eb-18a0-4f18-bff9-9f99971f28bf","lifecycleState":"CERTIFIED","lastUpdateDate":1621768770168,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0af09754-fdd7-47ec-b7b9-2666d81fa54c","invariantUUID":"8272d4d7-6999-47f0-b096-16454e4cc192","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":"d19dabc4-472a-4e19-a690-65796c0cf132","lifecycleState":"CERTIFIED","lastUpdateDate":1621768085002,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2dd74989-eebd-4182-a984-1c76a2bbc208","invariantUUID":"9a5fcbd9-5a90-410f-805d-29a38c4caf6e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c67eff1c-5435-4127-a203-b9e086d0dfae","lifecycleState":"CERTIFIED","lastUpdateDate":1621768340559,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67945a30-b496-499c-bdb2-ea3d21d09891","invariantUUID":"2b38d8f7-39ff-4e5b-88a5-4c60a492e34e","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":"objectStorage","uniqueId":"3543e7ca-1d64-4a7f-af6d-cecf991e9f92","lifecycleState":"CERTIFIED","lastUpdateDate":1621769254960,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0998f992-045f-409e-8142-fd761ace1328","invariantUUID":"4895f8a8-6077-4a81-a488-75e5d6b926b3","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3d203e30-11c3-491a-b42e-35bf0459d1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1621769866663,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf778535-5bae-4201-b4a3-7c1600d1ed8c","invariantUUID":"9619ca04-bdb8-4e33-b46f-185602a6fa14","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":"compute","uniqueId":"5340d1ba-c8c4-4a89-a612-f776998f2234","lifecycleState":"CERTIFIED","lastUpdateDate":1621769088862,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cabcb4d-75b7-4741-bc88-ba82ab8c6aba","invariantUUID":"26935526-2aeb-4288-976c-50edf7c49415","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0d43b684-e0f5-492e-89d5-6085d788eac0","lifecycleState":"CERTIFIED","lastUpdateDate":1621768570268,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3ede8be-1eba-4345-a120-71bd19c687bc","invariantUUID":"8aca36fe-fedc-4374-87e6-990bba88998e","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"38640ede-1dcf-4951-9a1f-198c1b0d3ae0","lifecycleState":"CERTIFIED","lastUpdateDate":1621768977369,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"56c78758-ba13-47c2-adaf-91ae080255ec","invariantUUID":"cb1c1f8f-c68e-4ede-a8ee-807f48077ed9","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":"b1dde5c5-1fd5-4929-8467-a0b53ae11093","lifecycleState":"CERTIFIED","lastUpdateDate":1621767944260,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"d1aac115-190a-449c-a073-103a4f2d1095","invariantUUID":"e262615e-3aea-4ead-a284-71038fe75494","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":"port","uniqueId":"3bd2fcf1-4c05-45cc-ac9d-81f57c80c2de","lifecycleState":"CERTIFIED","lastUpdateDate":1621768259465,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"85a83f97-3c7a-47ac-989f-6ee5d96bbe73","invariantUUID":"3f6b1403-67c2-497a-bce3-af9b424e4f21","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":"6627a2ae-4c46-407f-9d59-2ed9482d0bde","lifecycleState":"CERTIFIED","lastUpdateDate":1621768066001,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e66b36-0153-412c-9b4e-22c335e664b8","invariantUUID":"12ce0a46-f040-42b9-94a6-b7ef7a9deedc","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":"2a5896f4-491d-4004-b5b7-5256fadd8790","lifecycleState":"CERTIFIED","lastUpdateDate":1621768661164,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b523935a-43a2-42ba-b527-18cf0149df7b","invariantUUID":"e9e3be5a-d1a4-4a84-86ed-8f6d874d0e0d","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"af6eedc5-f2b9-4012-8f07-312801454b83","lifecycleState":"CERTIFIED","lastUpdateDate":1621768727301,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8a28db8d-291c-44e0-812a-88cba2010257","invariantUUID":"9efb24e9-b5aa-48ae-af4d-74987044a3a2","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":"f50f1f66-2585-4a50-9c32-e983d909b2df","lifecycleState":"CERTIFIED","lastUpdateDate":1621768623962,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8986115c-9585-4903-813d-1aa7499bce39","invariantUUID":"25b8e29c-6218-4df3-a9b6-908e69b665cd","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d6d3aed9-1f9b-4938-9bb4-37aed86d4ed3","lifecycleState":"CERTIFIED","lastUpdateDate":1621769561069,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"185eab92-84fa-4dc5-a9d0-60fec10bdfa7","invariantUUID":"8e6a59aa-4a22-45a2-b186-5da5f8022be8","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":"compute","uniqueId":"181e5cb7-273b-414e-b324-cfe336ca5cd0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769849974,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6fb3a03-f485-44f4-bc30-a4aec69fdb8e","invariantUUID":"382e03da-7738-4b83-8830-017e08ca1ec6","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":"3bf92c83-6112-42c5-a28e-9d8f80043a0e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769050756,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"83e3b11f-f754-42bf-8107-a0d1fc75786d","invariantUUID":"5a4d1ff7-4daa-4489-a55e-e951d9c5928d","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"141dc1e8-ecf4-483a-8cea-df536f4293de","lifecycleState":"CERTIFIED","lastUpdateDate":1621769833560,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1e1ee497-cfb0-453d-b263-b14fd008c7a5","invariantUUID":"d2471ecf-445b-48b1-ad2a-e7d4f6c51f1f","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"fd3ad296-796f-474f-a0cb-a80403e54e7d","lifecycleState":"CERTIFIED","lastUpdateDate":1621769630860,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f67f164d-0f63-42de-a64c-211452cfb7eb","invariantUUID":"8215a1ce-af13-4371-86a9-2f402cf22768","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":"networkrules","uniqueId":"1ae3e783-7f4e-4baa-a8fa-c2a74d594c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1621768549601,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"423134ad-2beb-4a5b-8b06-f7fa10fe824e","invariantUUID":"77471576-9d90-432d-be1d-93b36028ab3a","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"1d8b8b78-a25e-4667-944d-03d486d09c38","lifecycleState":"CERTIFIED","lastUpdateDate":1621769448062,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18fceb7a-b11c-4653-bf52-3c6ed7299af7","invariantUUID":"29a5c810-0888-4e31-9452-7447eb7ac35d","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":"87f9aa82-2dc6-4f31-8120-e696d194e6a9","lifecycleState":"CERTIFIED","lastUpdateDate":1621769508102,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f2333da-309b-474f-b6fe-fd07f61dc203","invariantUUID":"3f3d85b7-f51d-4887-8a7a-3bb07220aa47","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c1888f84-0990-4a29-9b73-092eb49d8ad6","lifecycleState":"CERTIFIED","lastUpdateDate":1621769488264,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b6c40da-0082-4fdc-a145-3a190d7459b6","invariantUUID":"5845458b-67fa-4a98-a10b-27dbd895a3c7","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ddc89a28-181f-474e-ad4b-0af8fbccd336","lifecycleState":"CERTIFIED","lastUpdateDate":1621769541702,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6466100-24a5-472a-9fc2-a5734032ea12","invariantUUID":"0453d627-4385-4d23-84e8-8bc9ccea9c47","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":"objectStorage","uniqueId":"4cbb9d40-2f9c-4805-b7f3-db6d0f0a8769","lifecycleState":"CERTIFIED","lastUpdateDate":1621769290571,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"293eb30d-2f5d-4758-b582-187085848128","invariantUUID":"12ebf102-cf5e-46a6-9758-1c9d7ec2b001","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":"securityrules","uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","lifecycleState":"CERTIFIED","lastUpdateDate":1621768590471,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"96cf20dd-7b03-4309-8e6c-f64b74366e41","invariantUUID":"a7236011-a7b1-44b6-81cb-4e9b545254d5","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5b525147-b0b7-4689-a9ad-c71a61c5778c","lifecycleState":"CERTIFIED","lastUpdateDate":1621768851861,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d5a8300d-11f9-42fe-a146-c52a38c58f25","invariantUUID":"e92ac611-6dbe-46d8-8077-c8c00c68b62b","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ceca8dde-7daa-4ec8-9cd1-c811300ffca2","lifecycleState":"CERTIFIED","lastUpdateDate":1621776938607,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f411cca-04c8-41f6-b08f-772198f02388","invariantUUID":"9fb3de3e-1941-42f5-9b94-5a2081e09d4f","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":"3e100fb5-24c6-4042-9d2e-651c4f08b923","lifecycleState":"CERTIFIED","lastUpdateDate":1621769410563,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c7941b99-b56f-42c6-9e28-638163e1bc99","invariantUUID":"991ba285-8e81-4264-9ae6-e936409f8a3d","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":"objectStorage","uniqueId":"e7f104bb-97df-48a9-9471-64ab26621635","lifecycleState":"CERTIFIED","lastUpdateDate":1621768170057,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc9132c6-35a8-4209-8bd1-f76f9e6db3f9","invariantUUID":"da80347e-fe0f-467b-a50b-3a91e6d7340f","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":"4b49c0d7-35b8-4db1-9cf2-c6777ca91b46","lifecycleState":"CERTIFIED","lastUpdateDate":1621768301565,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6455b787-4f8a-4f2c-b36c-d0dbeea4f2e4","invariantUUID":"8e496f08-fba8-4d56-8c08-5f9e15004c1d","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":"77e08eac-c97e-48c5-910f-c95f0e18b6a7","lifecycleState":"CERTIFIED","lastUpdateDate":1621769147002,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bc03d03-49ee-411f-b951-ebfde451b4e9","invariantUUID":"b8158d24-f4ca-4aac-bb4e-94e6d835f252","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":"objectStorage","uniqueId":"125a2206-9b33-4541-b3e6-2fa77042fca1","lifecycleState":"CERTIFIED","lastUpdateDate":1621767966161,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e4f84126-8632-4643-af42-59d3e8bb789b","invariantUUID":"ef660e38-0ded-4c65-9f6e-0362d831419a","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":"29dd92fb-61f1-4251-bafe-5b4e171d2946","lifecycleState":"CERTIFIED","lastUpdateDate":1621768960460,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"43e71fb8-d5b0-4f78-a299-3f70b1113f7c","invariantUUID":"d5d0002e-0b6f-4806-81ac-571fe141cdec","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ff659386-6591-460e-a42f-4f02a3ad3252","lifecycleState":"CERTIFIED","lastUpdateDate":1621768906560,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"71bfa6de-79ec-4652-9c0a-e94d9c849038","invariantUUID":"db7604c4-d011-4b6d-8d37-c4f33bd7a0b5","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"49d93a02-0fa6-4174-8229-9cce9355e5ac","lifecycleState":"CERTIFIED","lastUpdateDate":1621768235363,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a5ab428a-4da5-49c6-ba7a-5166dea0a811","invariantUUID":"d9e04d50-c3af-421c-b55a-7f05fa0a469c","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8607fd39-a6fe-40ba-a3c5-960f77b2c8c8","lifecycleState":"CERTIFIED","lastUpdateDate":1621768374602,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"fc0c0f03-764a-4edf-bf5d-eda2e5d8930e","invariantUUID":"b3f36317-5ba3-4c4f-ae2d-045133fada9d","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"dcad83c3-3356-4192-9c4d-38c70f4cfabd","lifecycleState":"CERTIFIED","lastUpdateDate":1621769014463,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"2b4d3849-4b3b-4828-8fca-b760aba0bd4a","invariantUUID":"aa244c21-5c70-4f88-90af-2f832cc88713","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"60d5f9ca-3f85-4f79-81de-72ad8d3d6355","lifecycleState":"CERTIFIED","lastUpdateDate":1621768280370,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4fbf50-d981-4534-84fb-9bb51517c809","invariantUUID":"891fb3ad-c0f2-47e3-8fef-238c1ff6726b","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9447bc1c-22a1-4c4e-8e8f-5b7273eda8c8","lifecycleState":"CERTIFIED","lastUpdateDate":1621769109960,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4ef3f7e4-4334-4861-8589-72a4d099b10f","invariantUUID":"e642b87e-3430-410c-85a6-c1ca0c43b304","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":"compute","uniqueId":"f88d0ab4-3eed-4836-af48-a423d491f003","lifecycleState":"CERTIFIED","lastUpdateDate":1621769220264,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2b9849f6-eb34-475f-b6ed-d4ccc8ee72e8","invariantUUID":"9022dfbd-d6b6-4c77-9ef3-89f2101e8d16","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":"5afbc371-f2ff-4089-97be-0f79cc2917b2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769313564,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7e86bf78-c7c6-4321-8564-4adfa12bc0ea","invariantUUID":"b401af83-89a8-489f-8232-306d1ab02ce4","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c64ec7c3-c216-4ef3-8346-343112ea154a","lifecycleState":"CERTIFIED","lastUpdateDate":1621768751163,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"de92c077-cbc0-429e-97d1-99c9ec9da3e9","invariantUUID":"857808f1-2ba2-458d-8540-6179bb1f4078","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":"loadBalancer","uniqueId":"46e9b7da-b1f0-41af-9623-549f2fbbe23b","lifecycleState":"CERTIFIED","lastUpdateDate":1621768046462,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6876eed0-0b8a-48cc-8947-512e4f566a8a","invariantUUID":"d2a04bf0-aa2e-42dd-82bc-dc7d98321213","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":"compute","uniqueId":"7d199a77-8f1f-4b60-a9b3-45bda170b55e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769181902,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93927a94-444f-40a6-89fe-e9fd8af97f25","invariantUUID":"2ad4706e-63a4-489b-b42c-f186af8cf5ed","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":"40c7a466-8045-477e-9ec2-eec499b9adf7","lifecycleState":"CERTIFIED","lastUpdateDate":1621768680466,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"279374fc-c32e-468e-aec1-56d1f66ab142","invariantUUID":"b666ea39-0bb7-4c1c-8384-07f4f0167292","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":"objectStorage","uniqueId":"3984651c-23c2-49eb-8761-b69728333a1c","lifecycleState":"CERTIFIED","lastUpdateDate":1621769238657,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"61928cad-f222-409a-a17a-b0cd9264ec3b","invariantUUID":"b8b6d9aa-e00e-498e-8aed-52c286696303","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":"e7010c1f-5c39-4444-b1b4-abdcaa3e32bb","lifecycleState":"CERTIFIED","lastUpdateDate":1621769069461,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6be31040-81c8-45f0-a2e0-3ca304e6ad7a","invariantUUID":"387703e9-d13e-46f2-a1a8-22c50f2a0f7d","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5012005c-07e8-44cb-9733-52b0a732eb7f","lifecycleState":"CERTIFIED","lastUpdateDate":1621768190762,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39734e78-ea99-47b2-a210-73c47ed4efa3","invariantUUID":"6ad3c17c-03f0-422f-b119-2c48a362ac14","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"594d63e8-184a-488e-b3bb-5e42557c6862","lifecycleState":"CERTIFIED","lastUpdateDate":1621769598668,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"921014a7-776c-44eb-a7fe-c8117951f053","invariantUUID":"26acff2f-8b79-4eb8-931f-c29862c2565a","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8c33a854-69bb-43bf-84f5-d9c6eb197fb0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769707262,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b14d1714-a9f8-4c16-8249-ccf6ec2c5f0b","invariantUUID":"e5cac9da-903d-48a3-9924-30c3e82e7dc5","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":"networkrules","uniqueId":"7839fe02-a1b7-4742-a7db-86b50cd4156e","lifecycleState":"CERTIFIED","lastUpdateDate":1621768479875,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6e742e01-d226-455f-a2a7-be5959214821","invariantUUID":"3c0b4246-55dc-4bb1-9605-0ab99e59e719","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":"port","uniqueId":"4ed2392d-5b73-4b13-aaef-d624fff980fb","lifecycleState":"CERTIFIED","lastUpdateDate":1621768500663,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"16e318d2-c816-43d4-a783-d56bb8ed0215","invariantUUID":"1fd72847-a92c-424b-90ed-e4fe9ea2a3fb","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":"port","uniqueId":"14a05eec-322d-4dba-b26d-afe8b8d283bf","lifecycleState":"CERTIFIED","lastUpdateDate":1621769429868,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9a58f5bc-1cc4-464a-b3c9-afe52be421d2","invariantUUID":"d9e1e683-2a93-46c6-8e08-7b17e327594d","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"0892061c-d6e5-43ce-a27e-09e9803037c2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769659461,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3b10f477-cb71-4735-b51d-0a2c17bfbaee","invariantUUID":"bc287207-d537-4f8f-af4a-da9cea023a07","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":"56adb4d8-4c4f-42ca-9baf-f9d9e69cab89","lifecycleState":"CERTIFIED","lastUpdateDate":1621768921759,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c61e1d5-8823-424d-8c14-197a04a14f9c","invariantUUID":"7cb2ccea-8e05-4b0f-83b0-a15533ab75d0","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bd3dde65-d170-4b1c-9060-9e23ec91cc9e","lifecycleState":"CERTIFIED","lastUpdateDate":1621768213761,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c7afc2d-b07b-4f95-ba97-354ee5c1c094","invariantUUID":"4cce75a8-8622-4539-a78d-51a11576acb4","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dd536de8-2063-49fe-856a-ec65c6bd2f53","lifecycleState":"CERTIFIED","lastUpdateDate":1621769526602,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39413201-dd6e-4523-a2aa-2a002c1abc6a","invariantUUID":"05fda61d-5bbd-48c7-ac13-a28758a9ea15","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}]}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"bb1a4fa6-fd69-4abf-b2ae-851c57b8731f","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1621776700668,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"007d3f9a-98ca-4821-a42d-e4a9541f043a","invariantUUID":"c3cd9479-2712-4b5b-8c96-342fb3981ebe","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1621777039503,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"b2abbde5-579d-4d93-9793-1e310844389e","invariantUUID":"82b76b75-9353-4311-a5a9-58c1becd53ee","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":"e7f3fa73-bbe9-412f-98f2-072237ff6307","lifecycleState":"CERTIFIED","lastUpdateDate":1621775484064,"name":"Demo_pNF_M0s9K0gr1xjqOeYAYTFR","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"8ecd2eab-e117-4465-b9ed-53957a6bf989","invariantUUID":"57ca48d8-c491-4383-9553-1031026f9841","systemName":"DemoPnfM0s9k0gr1xjqoeyaytfr","description":"catalog service description","tags":["robot-ete","Demo_pNF_M0s9K0gr1xjqOeYAYTFR"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-05-23 13:37:35,701 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in resources list
2021-05-23 13:37:35,701 DEBUG 103:onap_service.py(1) - [SDC][Add VF to service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:35,702 DEBUG 105:onap_service.py(1) - [SDC][Add VF to service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/3d15960c-a8f6-4186-99e4-26e938604fe6/resourceInstance
2021-05-23 13:37:35,702 DEBUG 106:onap_service.py(1) - [SDC][Add VF to service] data sent: {
  "name": "basic_vm",
  "componentVersion": "1.0",
  "posY": 100,
  "posX": 200,
  "uniqueId": "ceca8dde-7daa-4ec8-9cd1-c811300ffca2",
  "originType": "VF",
  "componentUid": "ceca8dde-7daa-4ec8-9cd1-c811300ffca2",
  "icon": "defaulticon"
}
2021-05-23 13:37:35,705 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:37:45,376 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/3d15960c-a8f6-4186-99e4-26e938604fe6/resourceInstance HTTP/1.1" 201 None
2021-05-23 13:37:45,385 INFO 116:onap_service.py(1) - [SDC][Add VF to service] response code: 201
2021-05-23 13:37:45,388 DEBUG 120:onap_service.py(1) - [SDC][Add VF to service] response: {"capabilities":{"tosca.capabilities.Node":[{"properties":null,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"tosca.capabilities.Node","description":null,"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"feature","uniqueId":"capability.192f21e8-9912-4056-aec5-863cc3d71f28.feature","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"feature_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.feature_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":null,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"tosca.capabilities.Node","description":null,"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"feature","uniqueId":"capability.192f21e8-9912-4056-aec5-863cc3d71f28.feature","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"feature_Ubuntu20","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.feature_Ubuntu20","empty":false},{"properties":null,"path":["cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"tosca.capabilities.Node","description":null,"source":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","parentName":null,"uniqueId":"capability.192f21e8-9912-4056-aec5-863cc3d71f28.feature","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.a5b4a920-4c4e-4c8b-9a38-32106ada03c1.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"version":null,"name":"ubuntu20_admin_security_group.feature","empty":false}],"tosca.capabilities.Scalable":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"defaultValue":"1","description":null,"schema":null,"password":false,"name":"min_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"defaultValue":"1","description":null,"schema":null,"password":false,"name":"max_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"tosca.capabilities.Scalable","description":null,"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"scalable","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.scalable","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"scalable_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.scalable_Ubuntu20","empty":false}],"org.openecomp.capabilities.Forwarder":[{"properties":null,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.Forwarder","description":null,"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"forwarder","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.forwarder","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Bindable":[{"properties":null,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"tosca.capabilities.network.Bindable","description":null,"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"binding","uniqueId":"capability.c64ec7c3-c216-4ef3-8346-343112ea154a.binding","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","previousName":"binding_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.binding_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":null,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"tosca.capabilities.network.Bindable","description":null,"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"binding","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.binding","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"binding_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.binding_Ubuntu20","empty":false}],"org.openecomp.capabilities.PortMirroring":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"Ubuntu20\",\"network_role\":{\"get_input\":\"port_Ubuntu20_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"af6eedc5-f2b9-4012-8f07-312801454b83","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"af6eedc5-f2b9-4012-8f07-312801454b83","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.PortMirroring","description":null,"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"port_mirroring","uniqueId":"capability.af6eedc5-f2b9-4012-8f07-312801454b83.port_mirroring","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Container":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"num_cpus","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"metadata":null,"constraints":[{"greaterOrEqual":"1"}],"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"disk_size","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"metadata":null,"constraints":[{"greaterOrEqual":"0 MB"}],"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cpu_frequency","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"metadata":null,"constraints":[{"greaterOrEqual":"0.1 GHz"}],"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"mem_size","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"metadata":null,"constraints":[{"greaterOrEqual":"0 MB"}],"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"tosca.capabilities.Container","description":null,"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"host","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.host","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","previousName":"host_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.host_Ubuntu20","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.incoming.packets.rate","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.packets.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.packets.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.outgoing.bytes","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outgoing.bytes","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outgoing.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.outgoing.packets.rate","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outgoing.packets.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outgoing.packets.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.outpoing.packets","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outpoing.packets","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outpoing.packets","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.incoming.bytes.rate","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.bytes.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.incoming.bytes","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.bytes","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.outgoing.bytes.rate","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.outgoing.bytes.rate","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.outgoing.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.incoming.packets","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"8835f1eb-7c1d-4239-9a62-bfcb00713eee","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"network.incoming.packets","uniqueId":"capability.8835f1eb-7c1d-4239-9a62-bfcb00713eee.network.incoming.packets","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.ephemeral.size","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.ephemeral.size","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.ephemeral.size","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.ephemeral.size_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.ephemeral.size_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"instance","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"instance","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.instance","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"instance_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.instance_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"memory","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"memory","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.memory","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"memory_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.memory_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.iops","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.iops","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.iops","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.iops_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.iops_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.read.requests","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.read.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.read.requests_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"cpu.delta","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"cpu.delta","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.cpu.delta","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"cpu.delta_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.cpu.delta_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.capacity","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.capacity","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.capacity","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.capacity_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.capacity_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.read.bytes","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.read.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.read.bytes_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.write.bytes","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.write.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.write.bytes_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.latency","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.latency","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.latency","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.latency_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.latency_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.read.bytes.rate","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.read.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.read.bytes.rate_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.usage","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.usage","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.usage","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.usage_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.usage_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"cpu_util","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"cpu_util","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.cpu_util","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"cpu_util_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.cpu_util_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.allocation","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.allocation","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.allocation","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.allocation_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.allocation_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.write.requests.rate","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.requests.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.requests.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.write.requests.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.write.requests.rate_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.write.bytes.rate","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.write.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.write.bytes.rate_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.latency","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.latency","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.latency","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.latency_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.latency_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"cpu","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"cpu","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.cpu","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"cpu_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.cpu_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.write.requests","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.write.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.write.requests_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.write.bytes","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.write.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.write.bytes_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.read.requests","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.read.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.read.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.read.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.read.requests_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.root.size","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.root.size","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.root.size","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.root.size_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.root.size_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.write.bytes.rate","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.write.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.write.bytes.rate_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"vcpus","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"vcpus","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.vcpus","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"vcpus_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.vcpus_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.iops","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.iops","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.iops","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.iops_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.iops_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.usage","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.usage","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.usage","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.usage_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.usage_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.read.requests.rate","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.read.requests.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.read.requests.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.read.requests.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.read.requests.rate_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.write.requests.rate","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.write.requests.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.write.requests.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.write.requests.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.write.requests.rate_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.allocation","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.allocation","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.allocation","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.allocation_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.allocation_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.read.bytes.rate","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.read.bytes.rate","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.read.bytes.rate","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.read.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.read.bytes.rate_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.read.bytes","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.read.bytes","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.read.bytes","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.read.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.read.bytes_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"memory.usage","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"memory.usage","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.memory.usage","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"memory.usage_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.memory.usage_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.capacity","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.device.capacity","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.device.capacity","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.device.capacity_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.device.capacity_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"memory.resident","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"memory.resident","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.memory.resident","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"memory.resident_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.memory.resident_Ubuntu20","empty":false},{"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.write.requests","label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"disk.write.requests","uniqueId":"capability.0b5dfad1-d1f9-4c52-83a0-3b5a11bac10d.disk.write.requests","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"disk.write.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.disk.write.requests_Ubuntu20","empty":false}],"tosca.capabilities.OperatingSystem":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"type","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"distribution","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"architecture","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"tosca.capabilities.OperatingSystem","description":null,"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"os","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.os","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"os_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.os_Ubuntu20","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"secure","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","empty":false}],"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.db2cbe38-4fd8-439c-81b6-2bd1e0f173e3.ubuntu20","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"tosca.capabilities.Endpoint.Admin","description":null,"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"endpoint","uniqueId":"capability.9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5.endpoint","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"endpoint_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"version":null,"name":"abstract_ubuntu20.endpoint_Ubuntu20","empty":false}],"tosca.capabilities.Attachment":[{"properties":null,"path":["3f11fe33-d40d-4168-87ee-5be7379ae40b.c64ec7c3-c216-4ef3-8346-343112ea154a.ubuntu20_ubuntu20_admin_plane_port_0","cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0"],"ownerType":null,"type":"tosca.capabilities.Attachment","description":null,"source":"3f11fe33-d40d-4168-87ee-5be7379ae40b","parentName":"attachment","uniqueId":"capability.c64ec7c3-c216-4ef3-8346-343112ea154a.attachment","ownerId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.3f11fe33-d40d-4168-87ee-5be7379ae40b.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"version":null,"name":"abstract_ubuntu20.attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}]},"requirements":null,"deploymentArtifacts":null,"artifacts":null,"groupInstances":null,"interfaces":null,"properties":null,"attributes":null,"nodeFilter":null,"inputs":[{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vf_module_id","type":"string","required":false,"defaultValue":null,"description":"The VF Module ID is provided by ONAP","schema":null,"password":false,"name":"vf_module_id","value":"Ubuntu20-VF-module","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_pub_key","type":"string","required":false,"defaultValue":null,"description":"Public key to be installed on the compute instance","schema":null,"password":false,"name":"Ubuntu20_pub_key","value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","label":"Public key","immutable":false,"mappedToComponentProperty":true,"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":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vnf_name","type":"string","required":false,"defaultValue":null,"description":"The VM name","schema":null,"password":false,"name":"vnf_name","value":"Ubuntu20-VNF-name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_image_name","type":"string","required":false,"defaultValue":null,"description":"Image to be used for compute instance","schema":null,"password":false,"name":"Ubuntu20_image_name","value":"ubuntu-20.04","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"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":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.dcae_collector_ip","type":"string","required":false,"defaultValue":null,"description":"IP address of the DCAE collector","schema":null,"password":false,"name":"dcae_collector_ip","value":"10.4.2.166","label":"DCAE collector IP address","immutable":false,"mappedToComponentProperty":true,"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":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.vnf_id","type":"string","required":false,"defaultValue":null,"description":"The VNF ID is provided by ONAP","schema":null,"password":false,"name":"vnf_id","value":"Ubuntu20-VNF","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_name_0","type":"string","required":false,"defaultValue":null,"description":"The VM name","schema":null,"password":false,"name":"Ubuntu20_name_0","value":"Ubuntu20","label":"VM name","immutable":false,"mappedToComponentProperty":true,"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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.dcae_collector_port","type":"string","required":false,"defaultValue":null,"description":"Port of the DCAE collector","schema":null,"password":false,"name":"dcae_collector_port","value":"30417","label":"DCAE collector port","immutable":false,"mappedToComponentProperty":true,"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":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.admin_plane_net_name","type":"string","required":false,"defaultValue":null,"description":"The external management network","schema":null,"password":false,"name":"admin_plane_net_name","value":"admin","label":"management network","immutable":false,"mappedToComponentProperty":true,"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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c.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,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","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":"5ddc7e4d-ff1b-4423-91c2-0b6de6a6460c","empty":false},{"definition":false,"hidden":false,"uniqueId":"cbbc012e-9cc9-4957-be9f-52e2dba38e7b.Ubuntu20_flavor_name","type":"string","required":false,"defaultValue":null,"description":"Type of instance (flavor) to be used","schema":null,"password":false,"name":"Ubuntu20_flavor_name","value":"m1.small","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"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}],"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"basic_vm 0","SupportablityComponentVersion":null},"actualComponentUid":"ceca8dde-7daa-4ec8-9cd1-c811300ffca2","createdFromCsar":false,"uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6.ceca8dde-7daa-4ec8-9cd1-c811300ffca2.basic_vm0","normalizedName":"basic_vm0","name":"basic_vm 0","creationTime":1621777060461,"icon":"defaulticon","description":null,"originType":"VF","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"basic_vm0","createdFrom":null,"componentUid":"ceca8dde-7daa-4ec8-9cd1-c811300ffca2","componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vf.BasicVm","modificationTime":1621777060461,"customizationUUID":"33e55244-7dfb-4385-9ee3-c5e9d700d6da","posX":"200","posY":"100","componentName":"basic_vm","propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"originArchived":false,"type":null,"version":null,"ownerId":null,"empty":false}
2021-05-23 13:37:45,389 INFO 479:service.py(1) - Resource VF basic_vm has been added on serice basic_vm
2021-05-23 13:37:45,392 DEBUG 195:onap_service.py(1) - [SDC][Get Metadata for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:45,392 DEBUG 197:onap_service.py(1) - [SDC][Get Metadata for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/b2abbde5-579d-4d93-9793-1e310844389e/distribution
2021-05-23 13:37:45,392 DEBUG 198:onap_service.py(1) - [SDC][Get Metadata for basic_vm] data sent: None
2021-05-23 13:37:45,392 DEBUG 103:onap_service.py(1) - [SDC][Get Metadata for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:45,392 DEBUG 105:onap_service.py(1) - [SDC][Get Metadata for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/b2abbde5-579d-4d93-9793-1e310844389e/distribution
2021-05-23 13:37:45,392 DEBUG 106:onap_service.py(1) - [SDC][Get Metadata for basic_vm] data sent: None
2021-05-23 13:37:45,394 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:37:45,809 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/b2abbde5-579d-4d93-9793-1e310844389e/distribution HTTP/1.1" 200 38
2021-05-23 13:37:45,811 INFO 116:onap_service.py(1) - [SDC][Get Metadata for basic_vm] response code: 200
2021-05-23 13:37:45,811 DEBUG 120:onap_service.py(1) - [SDC][Get Metadata for basic_vm] response: {"distributionStatusOfServiceList":[]}
2021-05-23 13:37:45,815 DEBUG 195:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:45,815 DEBUG 197:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None
2021-05-23 13:37:45,815 DEBUG 198:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None
2021-05-23 13:37:45,815 DEBUG 103:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:45,816 DEBUG 105:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None
2021-05-23 13:37:45,816 DEBUG 106:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None
2021-05-23 13:37:45,818 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:37:46,066 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/None HTTP/1.1" 200 29
2021-05-23 13:37:46,067 INFO 116:onap_service.py(1) - [SDC][Check distribution for basic_vm] response code: 200
2021-05-23 13:37:46,067 DEBUG 120:onap_service.py(1) - [SDC][Check distribution for basic_vm] response: {"distributionStatusList":[]}
2021-05-23 13:37:46,069 DEBUG 599:service.py(1) - [SDC][Get Distribution] distrib_list = []
2021-05-23 13:37:46,069 INFO 696:service.py(1) - attempting to checkin Service basic_vm in SDC
2021-05-23 13:37:46,073 DEBUG 103:onap_service.py(1) - [SDC][checkin Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:46,073 DEBUG 105:onap_service.py(1) - [SDC][checkin Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/3d15960c-a8f6-4186-99e4-26e938604fe6/lifecycleState/checkin
2021-05-23 13:37:46,073 DEBUG 106:onap_service.py(1) - [SDC][checkin Service] data sent: {
  "userRemarks": "checkin"
}
2021-05-23 13:37:46,074 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:37:54,774 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/3d15960c-a8f6-4186-99e4-26e938604fe6/lifecycleState/checkin HTTP/1.1" 200 1179
2021-05-23 13:37:54,776 INFO 116:onap_service.py(1) - [SDC][checkin Service] response code: 200
2021-05-23 13:37:54,776 DEBUG 120:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6","name":"basic_vm","version":"0.1","isHighestVersion":true,"creationDate":1621777039503,"lastUpdateDate":1621777070164,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_vm"],"icon":"network_l_1-3","normalizedName":"basicvm","systemName":"BasicVm","contactId":"cs0008","allVersions":{"0.1":"3d15960c-a8f6-4186-99e4-26e938604fe6"},"projectCode":"123456","invariantUUID":"82b76b75-9353-4311-a5a9-58c1becd53ee","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":"b2abbde5-579d-4d93-9793-1e310844389e"}
2021-05-23 13:37:54,778 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC
2021-05-23 13:37:54,779 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-05-23 13:37:54,779 DEBUG 195:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:54,779 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-05-23 13:37:54,779 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None
2021-05-23 13:37:54,779 DEBUG 103:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:37:54,780 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-05-23 13:37:54,780 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None
2021-05-23 13:37:54,781 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:38:00,573 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1126
2021-05-23 13:38:00,574 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200
2021-05-23 13:38:00,574 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"b2abbde5-579d-4d93-9793-1e310844389e","invariantUUID":"82b76b75-9353-4311-a5a9-58c1becd53ee","name":"basic_vm","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/b2abbde5-579d-4d93-9793-1e310844389e/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"007d3f9a-98ca-4821-a42d-e4a9541f043a","invariantUUID":"c3cd9479-2712-4b5b-8c96-342fb3981ebe","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/007d3f9a-98ca-4821-a42d-e4a9541f043a/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"8ecd2eab-e117-4465-b9ed-53957a6bf989","invariantUUID":"57ca48d8-c491-4383-9553-1031026f9841","name":"Demo_pNF_M0s9K0gr1xjqOeYAYTFR","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8ecd2eab-e117-4465-b9ed-53957a6bf989/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-05-23 13:38:00,576 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-05-23 13:38:00,577 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:38:00,577 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:38:00,577 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-05-23 13:38:00,577 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-05-23 13:38:00,577 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:38:00,577 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:38:00,577 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-05-23 13:38:00,578 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_M0s9K0gr1xjqOeYAYTFR from SDC
2021-05-23 13:38:00,578 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:38:00,578 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:38:00,578 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-05-23 13:38:00,578 DEBUG 147:__init__.py(1) - number of Service returned: 3
2021-05-23 13:38:00,578 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:38:00,578 INFO 192:__init__.py(1) - Service found, updating information
2021-05-23 13:38:00,578 DEBUG 195:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:38:00,578 DEBUG 197:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-05-23 13:38:00,579 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-05-23 13:38:00,579 DEBUG 103:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:38:00,579 DEBUG 105:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-05-23 13:38:00,579 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-05-23 13:38:00,580 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:38:09,884 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-05-23 13:38:09,887 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-05-23 13:38:09,888 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"19c523d0-a7f6-4cf5-8810-1574cae9e3be","lifecycleState":"CERTIFIED","lastUpdateDate":1621768321510,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4f3f9221-5706-46b6-9b41-eeeb2beccf62","invariantUUID":"374d2b5a-2db9-4e3f-9d4f-f32d56f53a2d","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5712a3bb-8061-4d72-810a-6b87d31299ed","lifecycleState":"CERTIFIED","lastUpdateDate":1621775411160,"name":"pNF 59515f86-d50c","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c39def70-5f53-49a4-b3a6-cfbb5077fa34","invariantUUID":"e39abd4b-82c4-42f3-a6fe-b261d7ea6e7e","systemName":"Pnf59515f86D50c","description":"vendor software product","tags":["pNF 59515f86-d50c"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","lifecycleState":"CERTIFIED","lastUpdateDate":1621767839566,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cfbec6d1-2db3-4c2e-b75f-d847d0644556","invariantUUID":"19d8b1b1-1a8e-4fe4-9f0b-366773a03500","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":"e3638cb0-5e82-4ad7-b308-4397f42690cf","lifecycleState":"CERTIFIED","lastUpdateDate":1621769884004,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f2f4753f-2c81-4014-a0bb-7fd65a8c7e1c","invariantUUID":"09a12cac-0585-43b8-affa-c70e01e1285b","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":"port","uniqueId":"4391ed4e-1cab-497d-ba6e-ff3ff0b374e9","lifecycleState":"CERTIFIED","lastUpdateDate":1621769689360,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"df0146e8-31d4-4ed9-bff1-302dc4865d94","invariantUUID":"464ca23f-e0c6-4f1d-99ef-a902a70f4e17","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":"network","uniqueId":"5cd26945-89d6-4524-a8e2-e98f58405499","lifecycleState":"CERTIFIED","lastUpdateDate":1621769166167,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97fa0b2d-83b9-4488-b69b-e4cea8d36401","invariantUUID":"9e4b049f-6fdb-44e8-9820-8d6100f4042b","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":"defaulticon","uniqueId":"0809f33b-3abf-4d2a-a1ad-7a27de2c89be","lifecycleState":"CERTIFIED","lastUpdateDate":1621769390764,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"13074f22-55d3-43ee-a035-7ba8b74e476d","invariantUUID":"a3c04048-49c6-47ad-b3c7-f9a173ca77a8","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":"d2d3a50e-b88b-4f3f-a57e-8c4f9b14c0d2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769470373,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3922194e-86c8-4f4e-8170-4b53c23f9e42","invariantUUID":"b11e5086-9b78-40ac-9d3d-839edfd3df36","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"066edaf8-9efc-4ed0-a2dd-bb65eda343a3","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1621769734861,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f3b973c-7fad-42ee-825e-f7d15fdc8a28","invariantUUID":"4895f8a8-6077-4a81-a488-75e5d6b926b3","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":"2ee3e8d1-1210-4fbd-b014-16a97ecc8ed4","lifecycleState":"CERTIFIED","lastUpdateDate":1621768357761,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b4472fcf-5260-4c86-8d0a-506d2bd87c3f","invariantUUID":"d32bc636-d61c-4b27-ac7a-dc75105e67cd","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":"defaulticon","uniqueId":"c074e5da-0371-4973-b3b4-5f0bd6ddf27e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769032701,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39f1625c-0716-4fa3-9ae4-bb11550ae5b9","invariantUUID":"f40c0b20-99fa-4f14-93fd-78a2b43de498","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":"372aa058-b38f-47c3-8923-a255c3d9fd6c","lifecycleState":"CERTIFIED","lastUpdateDate":1621768643401,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5440df4e-c878-402a-b41b-79a92d89dd01","invariantUUID":"3df839d4-9297-49bd-b343-9831dce681a3","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4bc82668-7683-4ff5-b743-200610674cb0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769801259,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70b47909-6a39-44de-a34a-db828e13991d","invariantUUID":"bbc1b91f-3651-49b5-be14-af6ff139b186","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0ffb7c1b-16be-4006-af18-e58cbc026bd5","lifecycleState":"CERTIFIED","lastUpdateDate":1621767989060,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5879e33-98a4-425a-a569-d63d36bc2343","invariantUUID":"2dd21e42-a8ba-4722-8bdb-7230d4261f6b","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":"d0cfaef0-d0af-46fc-8104-6bb932960e40","lifecycleState":"CERTIFIED","lastUpdateDate":1621768995360,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"71d42313-313c-4ef5-abd4-ec09393552ca","invariantUUID":"1e888af7-72ba-4505-9fa7-4b4844544da5","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4267c5eb-18a0-4f18-bff9-9f99971f28bf","lifecycleState":"CERTIFIED","lastUpdateDate":1621768770168,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0af09754-fdd7-47ec-b7b9-2666d81fa54c","invariantUUID":"8272d4d7-6999-47f0-b096-16454e4cc192","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":"d19dabc4-472a-4e19-a690-65796c0cf132","lifecycleState":"CERTIFIED","lastUpdateDate":1621768085002,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2dd74989-eebd-4182-a984-1c76a2bbc208","invariantUUID":"9a5fcbd9-5a90-410f-805d-29a38c4caf6e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c67eff1c-5435-4127-a203-b9e086d0dfae","lifecycleState":"CERTIFIED","lastUpdateDate":1621768340559,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67945a30-b496-499c-bdb2-ea3d21d09891","invariantUUID":"2b38d8f7-39ff-4e5b-88a5-4c60a492e34e","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":"objectStorage","uniqueId":"3543e7ca-1d64-4a7f-af6d-cecf991e9f92","lifecycleState":"CERTIFIED","lastUpdateDate":1621769254960,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0998f992-045f-409e-8142-fd761ace1328","invariantUUID":"4895f8a8-6077-4a81-a488-75e5d6b926b3","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3d203e30-11c3-491a-b42e-35bf0459d1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1621769866663,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf778535-5bae-4201-b4a3-7c1600d1ed8c","invariantUUID":"9619ca04-bdb8-4e33-b46f-185602a6fa14","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":"compute","uniqueId":"5340d1ba-c8c4-4a89-a612-f776998f2234","lifecycleState":"CERTIFIED","lastUpdateDate":1621769088862,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cabcb4d-75b7-4741-bc88-ba82ab8c6aba","invariantUUID":"26935526-2aeb-4288-976c-50edf7c49415","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0d43b684-e0f5-492e-89d5-6085d788eac0","lifecycleState":"CERTIFIED","lastUpdateDate":1621768570268,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3ede8be-1eba-4345-a120-71bd19c687bc","invariantUUID":"8aca36fe-fedc-4374-87e6-990bba88998e","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"38640ede-1dcf-4951-9a1f-198c1b0d3ae0","lifecycleState":"CERTIFIED","lastUpdateDate":1621768977369,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"56c78758-ba13-47c2-adaf-91ae080255ec","invariantUUID":"cb1c1f8f-c68e-4ede-a8ee-807f48077ed9","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":"b1dde5c5-1fd5-4929-8467-a0b53ae11093","lifecycleState":"CERTIFIED","lastUpdateDate":1621767944260,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"d1aac115-190a-449c-a073-103a4f2d1095","invariantUUID":"e262615e-3aea-4ead-a284-71038fe75494","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":"port","uniqueId":"3bd2fcf1-4c05-45cc-ac9d-81f57c80c2de","lifecycleState":"CERTIFIED","lastUpdateDate":1621768259465,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"85a83f97-3c7a-47ac-989f-6ee5d96bbe73","invariantUUID":"3f6b1403-67c2-497a-bce3-af9b424e4f21","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":"6627a2ae-4c46-407f-9d59-2ed9482d0bde","lifecycleState":"CERTIFIED","lastUpdateDate":1621768066001,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e66b36-0153-412c-9b4e-22c335e664b8","invariantUUID":"12ce0a46-f040-42b9-94a6-b7ef7a9deedc","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":"2a5896f4-491d-4004-b5b7-5256fadd8790","lifecycleState":"CERTIFIED","lastUpdateDate":1621768661164,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b523935a-43a2-42ba-b527-18cf0149df7b","invariantUUID":"e9e3be5a-d1a4-4a84-86ed-8f6d874d0e0d","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"af6eedc5-f2b9-4012-8f07-312801454b83","lifecycleState":"CERTIFIED","lastUpdateDate":1621768727301,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8a28db8d-291c-44e0-812a-88cba2010257","invariantUUID":"9efb24e9-b5aa-48ae-af4d-74987044a3a2","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":"f50f1f66-2585-4a50-9c32-e983d909b2df","lifecycleState":"CERTIFIED","lastUpdateDate":1621768623962,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8986115c-9585-4903-813d-1aa7499bce39","invariantUUID":"25b8e29c-6218-4df3-a9b6-908e69b665cd","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d6d3aed9-1f9b-4938-9bb4-37aed86d4ed3","lifecycleState":"CERTIFIED","lastUpdateDate":1621769561069,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"185eab92-84fa-4dc5-a9d0-60fec10bdfa7","invariantUUID":"8e6a59aa-4a22-45a2-b186-5da5f8022be8","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":"compute","uniqueId":"181e5cb7-273b-414e-b324-cfe336ca5cd0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769849974,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6fb3a03-f485-44f4-bc30-a4aec69fdb8e","invariantUUID":"382e03da-7738-4b83-8830-017e08ca1ec6","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":"3bf92c83-6112-42c5-a28e-9d8f80043a0e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769050756,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"83e3b11f-f754-42bf-8107-a0d1fc75786d","invariantUUID":"5a4d1ff7-4daa-4489-a55e-e951d9c5928d","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"141dc1e8-ecf4-483a-8cea-df536f4293de","lifecycleState":"CERTIFIED","lastUpdateDate":1621769833560,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1e1ee497-cfb0-453d-b263-b14fd008c7a5","invariantUUID":"d2471ecf-445b-48b1-ad2a-e7d4f6c51f1f","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"fd3ad296-796f-474f-a0cb-a80403e54e7d","lifecycleState":"CERTIFIED","lastUpdateDate":1621769630860,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f67f164d-0f63-42de-a64c-211452cfb7eb","invariantUUID":"8215a1ce-af13-4371-86a9-2f402cf22768","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":"networkrules","uniqueId":"1ae3e783-7f4e-4baa-a8fa-c2a74d594c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1621768549601,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"423134ad-2beb-4a5b-8b06-f7fa10fe824e","invariantUUID":"77471576-9d90-432d-be1d-93b36028ab3a","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"1d8b8b78-a25e-4667-944d-03d486d09c38","lifecycleState":"CERTIFIED","lastUpdateDate":1621769448062,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18fceb7a-b11c-4653-bf52-3c6ed7299af7","invariantUUID":"29a5c810-0888-4e31-9452-7447eb7ac35d","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":"87f9aa82-2dc6-4f31-8120-e696d194e6a9","lifecycleState":"CERTIFIED","lastUpdateDate":1621769508102,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f2333da-309b-474f-b6fe-fd07f61dc203","invariantUUID":"3f3d85b7-f51d-4887-8a7a-3bb07220aa47","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c1888f84-0990-4a29-9b73-092eb49d8ad6","lifecycleState":"CERTIFIED","lastUpdateDate":1621769488264,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b6c40da-0082-4fdc-a145-3a190d7459b6","invariantUUID":"5845458b-67fa-4a98-a10b-27dbd895a3c7","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ddc89a28-181f-474e-ad4b-0af8fbccd336","lifecycleState":"CERTIFIED","lastUpdateDate":1621769541702,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6466100-24a5-472a-9fc2-a5734032ea12","invariantUUID":"0453d627-4385-4d23-84e8-8bc9ccea9c47","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":"objectStorage","uniqueId":"4cbb9d40-2f9c-4805-b7f3-db6d0f0a8769","lifecycleState":"CERTIFIED","lastUpdateDate":1621769290571,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"293eb30d-2f5d-4758-b582-187085848128","invariantUUID":"12ebf102-cf5e-46a6-9758-1c9d7ec2b001","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":"securityrules","uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","lifecycleState":"CERTIFIED","lastUpdateDate":1621768590471,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"96cf20dd-7b03-4309-8e6c-f64b74366e41","invariantUUID":"a7236011-a7b1-44b6-81cb-4e9b545254d5","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5b525147-b0b7-4689-a9ad-c71a61c5778c","lifecycleState":"CERTIFIED","lastUpdateDate":1621768851861,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d5a8300d-11f9-42fe-a146-c52a38c58f25","invariantUUID":"e92ac611-6dbe-46d8-8077-c8c00c68b62b","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ceca8dde-7daa-4ec8-9cd1-c811300ffca2","lifecycleState":"CERTIFIED","lastUpdateDate":1621776938607,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f411cca-04c8-41f6-b08f-772198f02388","invariantUUID":"9fb3de3e-1941-42f5-9b94-5a2081e09d4f","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":"3e100fb5-24c6-4042-9d2e-651c4f08b923","lifecycleState":"CERTIFIED","lastUpdateDate":1621769410563,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c7941b99-b56f-42c6-9e28-638163e1bc99","invariantUUID":"991ba285-8e81-4264-9ae6-e936409f8a3d","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":"objectStorage","uniqueId":"e7f104bb-97df-48a9-9471-64ab26621635","lifecycleState":"CERTIFIED","lastUpdateDate":1621768170057,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc9132c6-35a8-4209-8bd1-f76f9e6db3f9","invariantUUID":"da80347e-fe0f-467b-a50b-3a91e6d7340f","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":"4b49c0d7-35b8-4db1-9cf2-c6777ca91b46","lifecycleState":"CERTIFIED","lastUpdateDate":1621768301565,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6455b787-4f8a-4f2c-b36c-d0dbeea4f2e4","invariantUUID":"8e496f08-fba8-4d56-8c08-5f9e15004c1d","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":"77e08eac-c97e-48c5-910f-c95f0e18b6a7","lifecycleState":"CERTIFIED","lastUpdateDate":1621769147002,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bc03d03-49ee-411f-b951-ebfde451b4e9","invariantUUID":"b8158d24-f4ca-4aac-bb4e-94e6d835f252","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":"objectStorage","uniqueId":"125a2206-9b33-4541-b3e6-2fa77042fca1","lifecycleState":"CERTIFIED","lastUpdateDate":1621767966161,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e4f84126-8632-4643-af42-59d3e8bb789b","invariantUUID":"ef660e38-0ded-4c65-9f6e-0362d831419a","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":"29dd92fb-61f1-4251-bafe-5b4e171d2946","lifecycleState":"CERTIFIED","lastUpdateDate":1621768960460,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"43e71fb8-d5b0-4f78-a299-3f70b1113f7c","invariantUUID":"d5d0002e-0b6f-4806-81ac-571fe141cdec","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ff659386-6591-460e-a42f-4f02a3ad3252","lifecycleState":"CERTIFIED","lastUpdateDate":1621768906560,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"71bfa6de-79ec-4652-9c0a-e94d9c849038","invariantUUID":"db7604c4-d011-4b6d-8d37-c4f33bd7a0b5","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"49d93a02-0fa6-4174-8229-9cce9355e5ac","lifecycleState":"CERTIFIED","lastUpdateDate":1621768235363,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a5ab428a-4da5-49c6-ba7a-5166dea0a811","invariantUUID":"d9e04d50-c3af-421c-b55a-7f05fa0a469c","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8607fd39-a6fe-40ba-a3c5-960f77b2c8c8","lifecycleState":"CERTIFIED","lastUpdateDate":1621768374602,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"fc0c0f03-764a-4edf-bf5d-eda2e5d8930e","invariantUUID":"b3f36317-5ba3-4c4f-ae2d-045133fada9d","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"dcad83c3-3356-4192-9c4d-38c70f4cfabd","lifecycleState":"CERTIFIED","lastUpdateDate":1621769014463,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"2b4d3849-4b3b-4828-8fca-b760aba0bd4a","invariantUUID":"aa244c21-5c70-4f88-90af-2f832cc88713","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"60d5f9ca-3f85-4f79-81de-72ad8d3d6355","lifecycleState":"CERTIFIED","lastUpdateDate":1621768280370,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4fbf50-d981-4534-84fb-9bb51517c809","invariantUUID":"891fb3ad-c0f2-47e3-8fef-238c1ff6726b","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9447bc1c-22a1-4c4e-8e8f-5b7273eda8c8","lifecycleState":"CERTIFIED","lastUpdateDate":1621769109960,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4ef3f7e4-4334-4861-8589-72a4d099b10f","invariantUUID":"e642b87e-3430-410c-85a6-c1ca0c43b304","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":"compute","uniqueId":"f88d0ab4-3eed-4836-af48-a423d491f003","lifecycleState":"CERTIFIED","lastUpdateDate":1621769220264,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2b9849f6-eb34-475f-b6ed-d4ccc8ee72e8","invariantUUID":"9022dfbd-d6b6-4c77-9ef3-89f2101e8d16","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":"5afbc371-f2ff-4089-97be-0f79cc2917b2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769313564,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7e86bf78-c7c6-4321-8564-4adfa12bc0ea","invariantUUID":"b401af83-89a8-489f-8232-306d1ab02ce4","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c64ec7c3-c216-4ef3-8346-343112ea154a","lifecycleState":"CERTIFIED","lastUpdateDate":1621768751163,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"de92c077-cbc0-429e-97d1-99c9ec9da3e9","invariantUUID":"857808f1-2ba2-458d-8540-6179bb1f4078","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":"loadBalancer","uniqueId":"46e9b7da-b1f0-41af-9623-549f2fbbe23b","lifecycleState":"CERTIFIED","lastUpdateDate":1621768046462,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6876eed0-0b8a-48cc-8947-512e4f566a8a","invariantUUID":"d2a04bf0-aa2e-42dd-82bc-dc7d98321213","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":"compute","uniqueId":"7d199a77-8f1f-4b60-a9b3-45bda170b55e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769181902,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93927a94-444f-40a6-89fe-e9fd8af97f25","invariantUUID":"2ad4706e-63a4-489b-b42c-f186af8cf5ed","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":"40c7a466-8045-477e-9ec2-eec499b9adf7","lifecycleState":"CERTIFIED","lastUpdateDate":1621768680466,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"279374fc-c32e-468e-aec1-56d1f66ab142","invariantUUID":"b666ea39-0bb7-4c1c-8384-07f4f0167292","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":"objectStorage","uniqueId":"3984651c-23c2-49eb-8761-b69728333a1c","lifecycleState":"CERTIFIED","lastUpdateDate":1621769238657,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"61928cad-f222-409a-a17a-b0cd9264ec3b","invariantUUID":"b8b6d9aa-e00e-498e-8aed-52c286696303","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":"e7010c1f-5c39-4444-b1b4-abdcaa3e32bb","lifecycleState":"CERTIFIED","lastUpdateDate":1621769069461,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6be31040-81c8-45f0-a2e0-3ca304e6ad7a","invariantUUID":"387703e9-d13e-46f2-a1a8-22c50f2a0f7d","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5012005c-07e8-44cb-9733-52b0a732eb7f","lifecycleState":"CERTIFIED","lastUpdateDate":1621768190762,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39734e78-ea99-47b2-a210-73c47ed4efa3","invariantUUID":"6ad3c17c-03f0-422f-b119-2c48a362ac14","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"594d63e8-184a-488e-b3bb-5e42557c6862","lifecycleState":"CERTIFIED","lastUpdateDate":1621769598668,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"921014a7-776c-44eb-a7fe-c8117951f053","invariantUUID":"26acff2f-8b79-4eb8-931f-c29862c2565a","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8c33a854-69bb-43bf-84f5-d9c6eb197fb0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769707262,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b14d1714-a9f8-4c16-8249-ccf6ec2c5f0b","invariantUUID":"e5cac9da-903d-48a3-9924-30c3e82e7dc5","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":"networkrules","uniqueId":"7839fe02-a1b7-4742-a7db-86b50cd4156e","lifecycleState":"CERTIFIED","lastUpdateDate":1621768479875,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6e742e01-d226-455f-a2a7-be5959214821","invariantUUID":"3c0b4246-55dc-4bb1-9605-0ab99e59e719","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":"port","uniqueId":"4ed2392d-5b73-4b13-aaef-d624fff980fb","lifecycleState":"CERTIFIED","lastUpdateDate":1621768500663,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"16e318d2-c816-43d4-a783-d56bb8ed0215","invariantUUID":"1fd72847-a92c-424b-90ed-e4fe9ea2a3fb","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":"port","uniqueId":"14a05eec-322d-4dba-b26d-afe8b8d283bf","lifecycleState":"CERTIFIED","lastUpdateDate":1621769429868,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9a58f5bc-1cc4-464a-b3c9-afe52be421d2","invariantUUID":"d9e1e683-2a93-46c6-8e08-7b17e327594d","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"0892061c-d6e5-43ce-a27e-09e9803037c2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769659461,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3b10f477-cb71-4735-b51d-0a2c17bfbaee","invariantUUID":"bc287207-d537-4f8f-af4a-da9cea023a07","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":"56adb4d8-4c4f-42ca-9baf-f9d9e69cab89","lifecycleState":"CERTIFIED","lastUpdateDate":1621768921759,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c61e1d5-8823-424d-8c14-197a04a14f9c","invariantUUID":"7cb2ccea-8e05-4b0f-83b0-a15533ab75d0","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bd3dde65-d170-4b1c-9060-9e23ec91cc9e","lifecycleState":"CERTIFIED","lastUpdateDate":1621768213761,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c7afc2d-b07b-4f95-ba97-354ee5c1c094","invariantUUID":"4cce75a8-8622-4539-a78d-51a11576acb4","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dd536de8-2063-49fe-856a-ec65c6bd2f53","lifecycleState":"CERTIFIED","lastUpdateDate":1621769526602,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39413201-dd6e-4523-a2aa-2a002c1abc6a","invariantUUID":"05fda61d-5bbd-48c7-ac13-a28758a9ea15","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}]}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"bb1a4fa6-fd69-4abf-b2ae-851c57b8731f","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1621776700668,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"007d3f9a-98ca-4821-a42d-e4a9541f043a","invariantUUID":"c3cd9479-2712-4b5b-8c96-342fb3981ebe","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d15960c-a8f6-4186-99e4-26e938604fe6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1621777070164,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"b2abbde5-579d-4d93-9793-1e310844389e","invariantUUID":"82b76b75-9353-4311-a5a9-58c1becd53ee","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":"e7f3fa73-bbe9-412f-98f2-072237ff6307","lifecycleState":"CERTIFIED","lastUpdateDate":1621775484064,"name":"Demo_pNF_M0s9K0gr1xjqOeYAYTFR","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"8ecd2eab-e117-4465-b9ed-53957a6bf989","invariantUUID":"57ca48d8-c491-4383-9553-1031026f9841","systemName":"DemoPnfM0s9k0gr1xjqoeyaytfr","description":"catalog service description","tags":["robot-ete","Demo_pNF_M0s9K0gr1xjqOeYAYTFR"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-05-23 13:38:09,892 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in services list
2021-05-23 13:38:09,893 INFO 696:service.py(1) - attempting to Certify Service basic_vm in SDC
2021-05-23 13:38:09,896 DEBUG 103:onap_service.py(1) - [SDC][Certify Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:38:09,896 DEBUG 105:onap_service.py(1) - [SDC][Certify Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/3d15960c-a8f6-4186-99e4-26e938604fe6/lifecycleState/Certify
2021-05-23 13:38:09,896 DEBUG 106:onap_service.py(1) - [SDC][Certify Service] data sent: {
  "userRemarks": "certify"
}
2021-05-23 13:38:09,898 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:38:43,081 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/3d15960c-a8f6-4186-99e4-26e938604fe6/lifecycleState/Certify HTTP/1.1" 200 1167
2021-05-23 13:38:43,083 INFO 116:onap_service.py(1) - [SDC][Certify Service] response code: 200
2021-05-23 13:38:43,083 DEBUG 120:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"8a9a2bfe-2f19-42c3-b46b-73f02017c27b","name":"basic_vm","version":"1.0","isHighestVersion":true,"creationDate":1621777039503,"lastUpdateDate":1621777070164,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_vm"],"icon":"network_l_1-3","normalizedName":"basicvm","systemName":"BasicVm","contactId":"cs0008","allVersions":{"1.0":"8a9a2bfe-2f19-42c3-b46b-73f02017c27b"},"projectCode":"123456","invariantUUID":"82b76b75-9353-4311-a5a9-58c1becd53ee","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":"b2abbde5-579d-4d93-9793-1e310844389e"}
2021-05-23 13:38:43,085 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC
2021-05-23 13:38:43,085 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-05-23 13:38:43,085 DEBUG 195:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:38:43,085 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-05-23 13:38:43,085 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None
2021-05-23 13:38:43,086 DEBUG 103:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:38:43,086 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-05-23 13:38:43,086 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None
2021-05-23 13:38:43,087 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-05-23 13:38:50,776 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1114
2021-05-23 13:38:50,777 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200
2021-05-23 13:38:50,777 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"b2abbde5-579d-4d93-9793-1e310844389e","invariantUUID":"82b76b75-9353-4311-a5a9-58c1becd53ee","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/b2abbde5-579d-4d93-9793-1e310844389e/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"007d3f9a-98ca-4821-a42d-e4a9541f043a","invariantUUID":"c3cd9479-2712-4b5b-8c96-342fb3981ebe","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/007d3f9a-98ca-4821-a42d-e4a9541f043a/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"8ecd2eab-e117-4465-b9ed-53957a6bf989","invariantUUID":"57ca48d8-c491-4383-9553-1031026f9841","name":"Demo_pNF_M0s9K0gr1xjqOeYAYTFR","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8ecd2eab-e117-4465-b9ed-53957a6bf989/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-05-23 13:38:50,779 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-05-23 13:38:50,780 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:38:50,780 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:38:50,780 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-05-23 13:38:50,780 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-05-23 13:38:50,780 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:38:50,780 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:38:50,780 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-05-23 13:38:50,780 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_M0s9K0gr1xjqOeYAYTFR from SDC
2021-05-23 13:38:50,780 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-05-23 13:38:50,780 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-05-23 13:38:50,781 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-05-23 13:38:50,781 DEBUG 147:__init__.py(1) - number of Service returned: 3
2021-05-23 13:38:50,781 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm
2021-05-23 13:38:50,781 INFO 192:__init__.py(1) - Service found, updating information
2021-05-23 13:38:50,781 DEBUG 195:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:38:50,781 DEBUG 197:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-05-23 13:38:50,781 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-05-23 13:38:50,781 DEBUG 103:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:38:50,782 DEBUG 105:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-05-23 13:38:50,782 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-05-23 13:38:50,783 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:39:00,877 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-05-23 13:39:00,881 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-05-23 13:39:00,882 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"19c523d0-a7f6-4cf5-8810-1574cae9e3be","lifecycleState":"CERTIFIED","lastUpdateDate":1621768321510,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4f3f9221-5706-46b6-9b41-eeeb2beccf62","invariantUUID":"374d2b5a-2db9-4e3f-9d4f-f32d56f53a2d","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5712a3bb-8061-4d72-810a-6b87d31299ed","lifecycleState":"CERTIFIED","lastUpdateDate":1621775411160,"name":"pNF 59515f86-d50c","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c39def70-5f53-49a4-b3a6-cfbb5077fa34","invariantUUID":"e39abd4b-82c4-42f3-a6fe-b261d7ea6e7e","systemName":"Pnf59515f86D50c","description":"vendor software product","tags":["pNF 59515f86-d50c"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9e7b2927-48f6-4e5c-8ca8-87fb668ab0a5","lifecycleState":"CERTIFIED","lastUpdateDate":1621767839566,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cfbec6d1-2db3-4c2e-b75f-d847d0644556","invariantUUID":"19d8b1b1-1a8e-4fe4-9f0b-366773a03500","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":"e3638cb0-5e82-4ad7-b308-4397f42690cf","lifecycleState":"CERTIFIED","lastUpdateDate":1621769884004,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f2f4753f-2c81-4014-a0bb-7fd65a8c7e1c","invariantUUID":"09a12cac-0585-43b8-affa-c70e01e1285b","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":"port","uniqueId":"4391ed4e-1cab-497d-ba6e-ff3ff0b374e9","lifecycleState":"CERTIFIED","lastUpdateDate":1621769689360,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"df0146e8-31d4-4ed9-bff1-302dc4865d94","invariantUUID":"464ca23f-e0c6-4f1d-99ef-a902a70f4e17","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":"network","uniqueId":"5cd26945-89d6-4524-a8e2-e98f58405499","lifecycleState":"CERTIFIED","lastUpdateDate":1621769166167,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97fa0b2d-83b9-4488-b69b-e4cea8d36401","invariantUUID":"9e4b049f-6fdb-44e8-9820-8d6100f4042b","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":"defaulticon","uniqueId":"0809f33b-3abf-4d2a-a1ad-7a27de2c89be","lifecycleState":"CERTIFIED","lastUpdateDate":1621769390764,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"13074f22-55d3-43ee-a035-7ba8b74e476d","invariantUUID":"a3c04048-49c6-47ad-b3c7-f9a173ca77a8","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":"d2d3a50e-b88b-4f3f-a57e-8c4f9b14c0d2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769470373,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3922194e-86c8-4f4e-8170-4b53c23f9e42","invariantUUID":"b11e5086-9b78-40ac-9d3d-839edfd3df36","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"066edaf8-9efc-4ed0-a2dd-bb65eda343a3","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1621769734861,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f3b973c-7fad-42ee-825e-f7d15fdc8a28","invariantUUID":"4895f8a8-6077-4a81-a488-75e5d6b926b3","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":"2ee3e8d1-1210-4fbd-b014-16a97ecc8ed4","lifecycleState":"CERTIFIED","lastUpdateDate":1621768357761,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b4472fcf-5260-4c86-8d0a-506d2bd87c3f","invariantUUID":"d32bc636-d61c-4b27-ac7a-dc75105e67cd","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":"defaulticon","uniqueId":"c074e5da-0371-4973-b3b4-5f0bd6ddf27e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769032701,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39f1625c-0716-4fa3-9ae4-bb11550ae5b9","invariantUUID":"f40c0b20-99fa-4f14-93fd-78a2b43de498","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":"372aa058-b38f-47c3-8923-a255c3d9fd6c","lifecycleState":"CERTIFIED","lastUpdateDate":1621768643401,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5440df4e-c878-402a-b41b-79a92d89dd01","invariantUUID":"3df839d4-9297-49bd-b343-9831dce681a3","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4bc82668-7683-4ff5-b743-200610674cb0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769801259,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70b47909-6a39-44de-a34a-db828e13991d","invariantUUID":"bbc1b91f-3651-49b5-be14-af6ff139b186","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0ffb7c1b-16be-4006-af18-e58cbc026bd5","lifecycleState":"CERTIFIED","lastUpdateDate":1621767989060,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5879e33-98a4-425a-a569-d63d36bc2343","invariantUUID":"2dd21e42-a8ba-4722-8bdb-7230d4261f6b","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":"d0cfaef0-d0af-46fc-8104-6bb932960e40","lifecycleState":"CERTIFIED","lastUpdateDate":1621768995360,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"71d42313-313c-4ef5-abd4-ec09393552ca","invariantUUID":"1e888af7-72ba-4505-9fa7-4b4844544da5","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4267c5eb-18a0-4f18-bff9-9f99971f28bf","lifecycleState":"CERTIFIED","lastUpdateDate":1621768770168,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0af09754-fdd7-47ec-b7b9-2666d81fa54c","invariantUUID":"8272d4d7-6999-47f0-b096-16454e4cc192","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":"d19dabc4-472a-4e19-a690-65796c0cf132","lifecycleState":"CERTIFIED","lastUpdateDate":1621768085002,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2dd74989-eebd-4182-a984-1c76a2bbc208","invariantUUID":"9a5fcbd9-5a90-410f-805d-29a38c4caf6e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c67eff1c-5435-4127-a203-b9e086d0dfae","lifecycleState":"CERTIFIED","lastUpdateDate":1621768340559,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67945a30-b496-499c-bdb2-ea3d21d09891","invariantUUID":"2b38d8f7-39ff-4e5b-88a5-4c60a492e34e","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":"objectStorage","uniqueId":"3543e7ca-1d64-4a7f-af6d-cecf991e9f92","lifecycleState":"CERTIFIED","lastUpdateDate":1621769254960,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0998f992-045f-409e-8142-fd761ace1328","invariantUUID":"4895f8a8-6077-4a81-a488-75e5d6b926b3","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3d203e30-11c3-491a-b42e-35bf0459d1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1621769866663,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf778535-5bae-4201-b4a3-7c1600d1ed8c","invariantUUID":"9619ca04-bdb8-4e33-b46f-185602a6fa14","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":"compute","uniqueId":"5340d1ba-c8c4-4a89-a612-f776998f2234","lifecycleState":"CERTIFIED","lastUpdateDate":1621769088862,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cabcb4d-75b7-4741-bc88-ba82ab8c6aba","invariantUUID":"26935526-2aeb-4288-976c-50edf7c49415","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0d43b684-e0f5-492e-89d5-6085d788eac0","lifecycleState":"CERTIFIED","lastUpdateDate":1621768570268,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3ede8be-1eba-4345-a120-71bd19c687bc","invariantUUID":"8aca36fe-fedc-4374-87e6-990bba88998e","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"38640ede-1dcf-4951-9a1f-198c1b0d3ae0","lifecycleState":"CERTIFIED","lastUpdateDate":1621768977369,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"56c78758-ba13-47c2-adaf-91ae080255ec","invariantUUID":"cb1c1f8f-c68e-4ede-a8ee-807f48077ed9","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":"b1dde5c5-1fd5-4929-8467-a0b53ae11093","lifecycleState":"CERTIFIED","lastUpdateDate":1621767944260,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"d1aac115-190a-449c-a073-103a4f2d1095","invariantUUID":"e262615e-3aea-4ead-a284-71038fe75494","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":"port","uniqueId":"3bd2fcf1-4c05-45cc-ac9d-81f57c80c2de","lifecycleState":"CERTIFIED","lastUpdateDate":1621768259465,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"85a83f97-3c7a-47ac-989f-6ee5d96bbe73","invariantUUID":"3f6b1403-67c2-497a-bce3-af9b424e4f21","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":"6627a2ae-4c46-407f-9d59-2ed9482d0bde","lifecycleState":"CERTIFIED","lastUpdateDate":1621768066001,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e66b36-0153-412c-9b4e-22c335e664b8","invariantUUID":"12ce0a46-f040-42b9-94a6-b7ef7a9deedc","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":"2a5896f4-491d-4004-b5b7-5256fadd8790","lifecycleState":"CERTIFIED","lastUpdateDate":1621768661164,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b523935a-43a2-42ba-b527-18cf0149df7b","invariantUUID":"e9e3be5a-d1a4-4a84-86ed-8f6d874d0e0d","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"af6eedc5-f2b9-4012-8f07-312801454b83","lifecycleState":"CERTIFIED","lastUpdateDate":1621768727301,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8a28db8d-291c-44e0-812a-88cba2010257","invariantUUID":"9efb24e9-b5aa-48ae-af4d-74987044a3a2","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":"f50f1f66-2585-4a50-9c32-e983d909b2df","lifecycleState":"CERTIFIED","lastUpdateDate":1621768623962,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8986115c-9585-4903-813d-1aa7499bce39","invariantUUID":"25b8e29c-6218-4df3-a9b6-908e69b665cd","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d6d3aed9-1f9b-4938-9bb4-37aed86d4ed3","lifecycleState":"CERTIFIED","lastUpdateDate":1621769561069,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"185eab92-84fa-4dc5-a9d0-60fec10bdfa7","invariantUUID":"8e6a59aa-4a22-45a2-b186-5da5f8022be8","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":"compute","uniqueId":"181e5cb7-273b-414e-b324-cfe336ca5cd0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769849974,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6fb3a03-f485-44f4-bc30-a4aec69fdb8e","invariantUUID":"382e03da-7738-4b83-8830-017e08ca1ec6","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":"3bf92c83-6112-42c5-a28e-9d8f80043a0e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769050756,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"83e3b11f-f754-42bf-8107-a0d1fc75786d","invariantUUID":"5a4d1ff7-4daa-4489-a55e-e951d9c5928d","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"141dc1e8-ecf4-483a-8cea-df536f4293de","lifecycleState":"CERTIFIED","lastUpdateDate":1621769833560,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1e1ee497-cfb0-453d-b263-b14fd008c7a5","invariantUUID":"d2471ecf-445b-48b1-ad2a-e7d4f6c51f1f","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"fd3ad296-796f-474f-a0cb-a80403e54e7d","lifecycleState":"CERTIFIED","lastUpdateDate":1621769630860,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f67f164d-0f63-42de-a64c-211452cfb7eb","invariantUUID":"8215a1ce-af13-4371-86a9-2f402cf22768","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":"networkrules","uniqueId":"1ae3e783-7f4e-4baa-a8fa-c2a74d594c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1621768549601,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"423134ad-2beb-4a5b-8b06-f7fa10fe824e","invariantUUID":"77471576-9d90-432d-be1d-93b36028ab3a","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"1d8b8b78-a25e-4667-944d-03d486d09c38","lifecycleState":"CERTIFIED","lastUpdateDate":1621769448062,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18fceb7a-b11c-4653-bf52-3c6ed7299af7","invariantUUID":"29a5c810-0888-4e31-9452-7447eb7ac35d","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":"87f9aa82-2dc6-4f31-8120-e696d194e6a9","lifecycleState":"CERTIFIED","lastUpdateDate":1621769508102,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f2333da-309b-474f-b6fe-fd07f61dc203","invariantUUID":"3f3d85b7-f51d-4887-8a7a-3bb07220aa47","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c1888f84-0990-4a29-9b73-092eb49d8ad6","lifecycleState":"CERTIFIED","lastUpdateDate":1621769488264,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b6c40da-0082-4fdc-a145-3a190d7459b6","invariantUUID":"5845458b-67fa-4a98-a10b-27dbd895a3c7","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ddc89a28-181f-474e-ad4b-0af8fbccd336","lifecycleState":"CERTIFIED","lastUpdateDate":1621769541702,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6466100-24a5-472a-9fc2-a5734032ea12","invariantUUID":"0453d627-4385-4d23-84e8-8bc9ccea9c47","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":"objectStorage","uniqueId":"4cbb9d40-2f9c-4805-b7f3-db6d0f0a8769","lifecycleState":"CERTIFIED","lastUpdateDate":1621769290571,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"293eb30d-2f5d-4758-b582-187085848128","invariantUUID":"12ebf102-cf5e-46a6-9758-1c9d7ec2b001","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":"securityrules","uniqueId":"a5b4a920-4c4e-4c8b-9a38-32106ada03c1","lifecycleState":"CERTIFIED","lastUpdateDate":1621768590471,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"96cf20dd-7b03-4309-8e6c-f64b74366e41","invariantUUID":"a7236011-a7b1-44b6-81cb-4e9b545254d5","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5b525147-b0b7-4689-a9ad-c71a61c5778c","lifecycleState":"CERTIFIED","lastUpdateDate":1621768851861,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d5a8300d-11f9-42fe-a146-c52a38c58f25","invariantUUID":"e92ac611-6dbe-46d8-8077-c8c00c68b62b","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ceca8dde-7daa-4ec8-9cd1-c811300ffca2","lifecycleState":"CERTIFIED","lastUpdateDate":1621776938607,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f411cca-04c8-41f6-b08f-772198f02388","invariantUUID":"9fb3de3e-1941-42f5-9b94-5a2081e09d4f","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":"3e100fb5-24c6-4042-9d2e-651c4f08b923","lifecycleState":"CERTIFIED","lastUpdateDate":1621769410563,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c7941b99-b56f-42c6-9e28-638163e1bc99","invariantUUID":"991ba285-8e81-4264-9ae6-e936409f8a3d","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":"objectStorage","uniqueId":"e7f104bb-97df-48a9-9471-64ab26621635","lifecycleState":"CERTIFIED","lastUpdateDate":1621768170057,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc9132c6-35a8-4209-8bd1-f76f9e6db3f9","invariantUUID":"da80347e-fe0f-467b-a50b-3a91e6d7340f","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":"4b49c0d7-35b8-4db1-9cf2-c6777ca91b46","lifecycleState":"CERTIFIED","lastUpdateDate":1621768301565,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6455b787-4f8a-4f2c-b36c-d0dbeea4f2e4","invariantUUID":"8e496f08-fba8-4d56-8c08-5f9e15004c1d","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":"77e08eac-c97e-48c5-910f-c95f0e18b6a7","lifecycleState":"CERTIFIED","lastUpdateDate":1621769147002,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bc03d03-49ee-411f-b951-ebfde451b4e9","invariantUUID":"b8158d24-f4ca-4aac-bb4e-94e6d835f252","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":"objectStorage","uniqueId":"125a2206-9b33-4541-b3e6-2fa77042fca1","lifecycleState":"CERTIFIED","lastUpdateDate":1621767966161,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e4f84126-8632-4643-af42-59d3e8bb789b","invariantUUID":"ef660e38-0ded-4c65-9f6e-0362d831419a","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":"29dd92fb-61f1-4251-bafe-5b4e171d2946","lifecycleState":"CERTIFIED","lastUpdateDate":1621768960460,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"43e71fb8-d5b0-4f78-a299-3f70b1113f7c","invariantUUID":"d5d0002e-0b6f-4806-81ac-571fe141cdec","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ff659386-6591-460e-a42f-4f02a3ad3252","lifecycleState":"CERTIFIED","lastUpdateDate":1621768906560,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"71bfa6de-79ec-4652-9c0a-e94d9c849038","invariantUUID":"db7604c4-d011-4b6d-8d37-c4f33bd7a0b5","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"49d93a02-0fa6-4174-8229-9cce9355e5ac","lifecycleState":"CERTIFIED","lastUpdateDate":1621768235363,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a5ab428a-4da5-49c6-ba7a-5166dea0a811","invariantUUID":"d9e04d50-c3af-421c-b55a-7f05fa0a469c","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8607fd39-a6fe-40ba-a3c5-960f77b2c8c8","lifecycleState":"CERTIFIED","lastUpdateDate":1621768374602,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"fc0c0f03-764a-4edf-bf5d-eda2e5d8930e","invariantUUID":"b3f36317-5ba3-4c4f-ae2d-045133fada9d","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"dcad83c3-3356-4192-9c4d-38c70f4cfabd","lifecycleState":"CERTIFIED","lastUpdateDate":1621769014463,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"2b4d3849-4b3b-4828-8fca-b760aba0bd4a","invariantUUID":"aa244c21-5c70-4f88-90af-2f832cc88713","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"60d5f9ca-3f85-4f79-81de-72ad8d3d6355","lifecycleState":"CERTIFIED","lastUpdateDate":1621768280370,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4fbf50-d981-4534-84fb-9bb51517c809","invariantUUID":"891fb3ad-c0f2-47e3-8fef-238c1ff6726b","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9447bc1c-22a1-4c4e-8e8f-5b7273eda8c8","lifecycleState":"CERTIFIED","lastUpdateDate":1621769109960,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4ef3f7e4-4334-4861-8589-72a4d099b10f","invariantUUID":"e642b87e-3430-410c-85a6-c1ca0c43b304","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":"compute","uniqueId":"f88d0ab4-3eed-4836-af48-a423d491f003","lifecycleState":"CERTIFIED","lastUpdateDate":1621769220264,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2b9849f6-eb34-475f-b6ed-d4ccc8ee72e8","invariantUUID":"9022dfbd-d6b6-4c77-9ef3-89f2101e8d16","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":"5afbc371-f2ff-4089-97be-0f79cc2917b2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769313564,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7e86bf78-c7c6-4321-8564-4adfa12bc0ea","invariantUUID":"b401af83-89a8-489f-8232-306d1ab02ce4","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c64ec7c3-c216-4ef3-8346-343112ea154a","lifecycleState":"CERTIFIED","lastUpdateDate":1621768751163,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"de92c077-cbc0-429e-97d1-99c9ec9da3e9","invariantUUID":"857808f1-2ba2-458d-8540-6179bb1f4078","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":"loadBalancer","uniqueId":"46e9b7da-b1f0-41af-9623-549f2fbbe23b","lifecycleState":"CERTIFIED","lastUpdateDate":1621768046462,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6876eed0-0b8a-48cc-8947-512e4f566a8a","invariantUUID":"d2a04bf0-aa2e-42dd-82bc-dc7d98321213","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":"compute","uniqueId":"7d199a77-8f1f-4b60-a9b3-45bda170b55e","lifecycleState":"CERTIFIED","lastUpdateDate":1621769181902,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93927a94-444f-40a6-89fe-e9fd8af97f25","invariantUUID":"2ad4706e-63a4-489b-b42c-f186af8cf5ed","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":"40c7a466-8045-477e-9ec2-eec499b9adf7","lifecycleState":"CERTIFIED","lastUpdateDate":1621768680466,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"279374fc-c32e-468e-aec1-56d1f66ab142","invariantUUID":"b666ea39-0bb7-4c1c-8384-07f4f0167292","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":"objectStorage","uniqueId":"3984651c-23c2-49eb-8761-b69728333a1c","lifecycleState":"CERTIFIED","lastUpdateDate":1621769238657,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"61928cad-f222-409a-a17a-b0cd9264ec3b","invariantUUID":"b8b6d9aa-e00e-498e-8aed-52c286696303","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":"e7010c1f-5c39-4444-b1b4-abdcaa3e32bb","lifecycleState":"CERTIFIED","lastUpdateDate":1621769069461,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6be31040-81c8-45f0-a2e0-3ca304e6ad7a","invariantUUID":"387703e9-d13e-46f2-a1a8-22c50f2a0f7d","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5012005c-07e8-44cb-9733-52b0a732eb7f","lifecycleState":"CERTIFIED","lastUpdateDate":1621768190762,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39734e78-ea99-47b2-a210-73c47ed4efa3","invariantUUID":"6ad3c17c-03f0-422f-b119-2c48a362ac14","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"594d63e8-184a-488e-b3bb-5e42557c6862","lifecycleState":"CERTIFIED","lastUpdateDate":1621769598668,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"921014a7-776c-44eb-a7fe-c8117951f053","invariantUUID":"26acff2f-8b79-4eb8-931f-c29862c2565a","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8c33a854-69bb-43bf-84f5-d9c6eb197fb0","lifecycleState":"CERTIFIED","lastUpdateDate":1621769707262,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b14d1714-a9f8-4c16-8249-ccf6ec2c5f0b","invariantUUID":"e5cac9da-903d-48a3-9924-30c3e82e7dc5","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":"networkrules","uniqueId":"7839fe02-a1b7-4742-a7db-86b50cd4156e","lifecycleState":"CERTIFIED","lastUpdateDate":1621768479875,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6e742e01-d226-455f-a2a7-be5959214821","invariantUUID":"3c0b4246-55dc-4bb1-9605-0ab99e59e719","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":"port","uniqueId":"4ed2392d-5b73-4b13-aaef-d624fff980fb","lifecycleState":"CERTIFIED","lastUpdateDate":1621768500663,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"16e318d2-c816-43d4-a783-d56bb8ed0215","invariantUUID":"1fd72847-a92c-424b-90ed-e4fe9ea2a3fb","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":"port","uniqueId":"14a05eec-322d-4dba-b26d-afe8b8d283bf","lifecycleState":"CERTIFIED","lastUpdateDate":1621769429868,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9a58f5bc-1cc4-464a-b3c9-afe52be421d2","invariantUUID":"d9e1e683-2a93-46c6-8e08-7b17e327594d","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"0892061c-d6e5-43ce-a27e-09e9803037c2","lifecycleState":"CERTIFIED","lastUpdateDate":1621769659461,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3b10f477-cb71-4735-b51d-0a2c17bfbaee","invariantUUID":"bc287207-d537-4f8f-af4a-da9cea023a07","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":"56adb4d8-4c4f-42ca-9baf-f9d9e69cab89","lifecycleState":"CERTIFIED","lastUpdateDate":1621768921759,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c61e1d5-8823-424d-8c14-197a04a14f9c","invariantUUID":"7cb2ccea-8e05-4b0f-83b0-a15533ab75d0","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bd3dde65-d170-4b1c-9060-9e23ec91cc9e","lifecycleState":"CERTIFIED","lastUpdateDate":1621768213761,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c7afc2d-b07b-4f95-ba97-354ee5c1c094","invariantUUID":"4cce75a8-8622-4539-a78d-51a11576acb4","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dd536de8-2063-49fe-856a-ec65c6bd2f53","lifecycleState":"CERTIFIED","lastUpdateDate":1621769526602,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39413201-dd6e-4523-a2aa-2a002c1abc6a","invariantUUID":"05fda61d-5bbd-48c7-ac13-a28758a9ea15","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}]}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"bb1a4fa6-fd69-4abf-b2ae-851c57b8731f","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1621776700668,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"007d3f9a-98ca-4821-a42d-e4a9541f043a","invariantUUID":"c3cd9479-2712-4b5b-8c96-342fb3981ebe","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8a9a2bfe-2f19-42c3-b46b-73f02017c27b","lifecycleState":"CERTIFIED","lastUpdateDate":1621777070164,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"b2abbde5-579d-4d93-9793-1e310844389e","invariantUUID":"82b76b75-9353-4311-a5a9-58c1becd53ee","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":"e7f3fa73-bbe9-412f-98f2-072237ff6307","lifecycleState":"CERTIFIED","lastUpdateDate":1621775484064,"name":"Demo_pNF_M0s9K0gr1xjqOeYAYTFR","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"8ecd2eab-e117-4465-b9ed-53957a6bf989","invariantUUID":"57ca48d8-c491-4383-9553-1031026f9841","systemName":"DemoPnfM0s9k0gr1xjqoeyaytfr","description":"catalog service description","tags":["robot-ete","Demo_pNF_M0s9K0gr1xjqOeYAYTFR"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-05-23 13:39:00,886 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in services list
2021-05-23 13:39:10,897 INFO 696:service.py(1) - attempting to PROD/activate Service basic_vm in SDC
2021-05-23 13:39:10,901 DEBUG 103:onap_service.py(1) - [SDC][PROD/activate Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:39:10,901 DEBUG 105:onap_service.py(1) - [SDC][PROD/activate Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/8a9a2bfe-2f19-42c3-b46b-73f02017c27b/distribution/PROD/activate
2021-05-23 13:39:10,901 DEBUG 106:onap_service.py(1) - [SDC][PROD/activate Service] data sent: {
  "userRemarks": "prod/activate"
}
2021-05-23 13:39:10,902 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-05-23 13:39:10,971 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/8a9a2bfe-2f19-42c3-b46b-73f02017c27b/distribution/PROD/activate HTTP/1.1" 500 181
2021-05-23 13:39:10,972 INFO 116:onap_service.py(1) - [SDC][PROD/activate Service] response code: 500
2021-05-23 13:39:10,972 DEBUG 120:onap_service.py(1) - [SDC][PROD/activate Service] response: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-05-23 13:39:10,973 ERROR 129:onap_service.py(1) - [SDC][PROD/activate Service] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-05-23 13:39:10,973 ERROR 190:base.py(1) - No execution start time saved for YamlTemplateServiceAlaCarteInstantiateStep step. Fix it by call `super.execute()` in step class `execute()` method definition
2021-05-23 13:39:10,974 ERROR 190:base.py(1) - No execution start time saved for YamlTemplateVnfAlaCarteInstantiateStep step. Fix it by call `super.execute()` in step class `execute()` method definition
2021-05-23 13:39:10,974 ERROR 190:base.py(1) - No execution start time saved for YamlTemplateVfModuleAlaCarteInstantiateStep step. Fix it by call `super.execute()` in step class `execute()` method definition
2021-05-23 13:39:10,974 ERROR 48:basic_vm.py(1) - Generic OnapTest exception
2021-05-23 13:39:10,974 INFO 176:run_tests.py(1) - Test result:

+-------------------+---------------------+------------------+----------------+
|     TEST CASE     |       PROJECT       |     DURATION     |     RESULT     |
+-------------------+---------------------+------------------+----------------+
|      basic_vm     |     integration     |      06:56       |      FAIL      |
+-------------------+---------------------+------------------+----------------+

2021-05-23 13:39:10,979 INFO 57:basic_vm.py(1) - Generate Test report
2021-05-23 13:39:11,059 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): 87.254.212.120:8080
2021-05-23 13:39:11,572 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-05-23 13:39:11,574 INFO 246:testcase.py(1) - The results were successfully pushed to DB: 

http://testresults.opnfv.org/onap/api/v1/results/60aa5aff6c44f5001011fadc

2021-05-23 13:39:11,575 ERROR 253:run_tests.py(1) - The test case 'basic_vm' failed.
2021-05-23 13:39:11,575 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_ERROR