2021-06-22 01:50:31,298 DEBUG 22:basic_onboard.py(1) - BasicOnboard init started
2021-06-22 01:50:31,299 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-06-22 01:50:31,309 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm', value='onaptests.scenario.basic_vm:BasicVm', group='xtesting.testcase')
2021-06-22 01:50:31,309 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase')
2021-06-22 01:50:31,309 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase')
2021-06-22 01:50:31,310 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase')
2021-06-22 01:50:31,310 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase')
2021-06-22 01:50:31,310 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase')
2021-06-22 01:50:31,311 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase')
2021-06-22 01:50:31,311 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase')
2021-06-22 01:50:31,311 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase')
2021-06-22 01:50:31,312 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase')
2021-06-22 01:50:31,312 INFO 169:run_tests.py(1) - Running test case 'basic_onboard'...
2021-06-22 01:50:31,313 DEBUG 32:basic_onboard.py(1) - start time
2021-06-22 01:50:31,313 DEBUG 159:__init__.py(1) - check if Vendor basic_onboard_vendor exists in SDC
2021-06-22 01:50:31,314 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC
2021-06-22 01:50:31,314 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-06-22 01:50:31,314 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-06-22 01:50:31,315 DEBUG 198:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-06-22 01:50:31,315 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-06-22 01:50:31,316 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-06-22 01:50:31,316 DEBUG 106:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-06-22 01:50:31,319 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:31,450 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 708
2021-06-22 01:50:31,452 INFO 116:onap_service.py(1) - [SDC][get Vendors] response code: 200
2021-06-22 01:50:31,452 DEBUG 120:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"f309b1eac0fc445785cc4e3ded4e0c05","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"711bec6512ca4f56946687fcdf30140b","type":"vlm","name":"e0ab5bc2-1fad-420e-b1df","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"101842f0dbc04e7abd10727e42b48b65","type":"vlm","name":"c619aaa7-0f9d-4105-8da6","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"8a1bb67dfcb9497e9ec1c321fd924732","type":"vlm","name":"63624ec3-dfec-4778-be6a","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4}
2021-06-22 01:50:31,455 DEBUG 147:__init__.py(1) - number of Vendor returned: 4
2021-06-22 01:50:31,455 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_vendor
2021-06-22 01:50:31,456 INFO 169:__init__.py(1) - Vendor basic_onboard_vendor doesn't exist in SDC
2021-06-22 01:50:31,456 INFO 267:__init__.py(1) - attempting to create Vendor basic_onboard_vendor in SDC
2021-06-22 01:50:31,457 DEBUG 159:__init__.py(1) - check if Vendor basic_onboard_vendor exists in SDC
2021-06-22 01:50:31,457 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC
2021-06-22 01:50:31,457 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-06-22 01:50:31,458 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-06-22 01:50:31,458 DEBUG 198:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-06-22 01:50:31,458 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-06-22 01:50:31,459 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-06-22 01:50:31,459 DEBUG 106:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-06-22 01:50:31,461 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:31,553 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 708
2021-06-22 01:50:31,554 INFO 116:onap_service.py(1) - [SDC][get Vendors] response code: 200
2021-06-22 01:50:31,555 DEBUG 120:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"f309b1eac0fc445785cc4e3ded4e0c05","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"711bec6512ca4f56946687fcdf30140b","type":"vlm","name":"e0ab5bc2-1fad-420e-b1df","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"101842f0dbc04e7abd10727e42b48b65","type":"vlm","name":"c619aaa7-0f9d-4105-8da6","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"8a1bb67dfcb9497e9ec1c321fd924732","type":"vlm","name":"63624ec3-dfec-4778-be6a","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4}
2021-06-22 01:50:31,558 DEBUG 147:__init__.py(1) - number of Vendor returned: 4
2021-06-22 01:50:31,558 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_vendor
2021-06-22 01:50:31,558 INFO 169:__init__.py(1) - Vendor basic_onboard_vendor doesn't exist in SDC
2021-06-22 01:50:31,572 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-06-22 01:50:31,572 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-06-22 01:50:31,573 DEBUG 198:onap_service.py(1) - [SDC][create Vendor] data sent: {
  "iconRef": "icon",
  "vendorName": "basic_onboard_vendor",
  "description": "vendor"
}
2021-06-22 01:50:31,573 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-06-22 01:50:31,573 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-06-22 01:50:31,573 DEBUG 106:onap_service.py(1) - [SDC][create Vendor] data sent: {
  "iconRef": "icon",
  "vendorName": "basic_onboard_vendor",
  "description": "vendor"
}
2021-06-22 01:50:31,575 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:32,861 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-06-22 01:50:32,863 INFO 116:onap_service.py(1) - [SDC][create Vendor] response code: 200
2021-06-22 01:50:32,864 DEBUG 120:onap_service.py(1) - [SDC][create Vendor] response: {"itemId":"66b08bdae3ba4c6a8e7b822b40bb604b","version":{"id":"a6a34807f85b4b8dbb7f2bd9ee9547b3","name":"1.0","description":"Initial version","status":"Draft"}}
2021-06-22 01:50:32,867 INFO 284:__init__.py(1) - Vendor basic_onboard_vendor is created in SDC
2021-06-22 01:50:32,868 INFO 53:vendor.py(1) - attempting to certify/sumbit vendor basic_onboard_vendor in SDC
2021-06-22 01:50:32,873 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-06-22 01:50:32,873 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/66b08bdae3ba4c6a8e7b822b40bb604b/versions/a6a34807f85b4b8dbb7f2bd9ee9547b3/actions
2021-06-22 01:50:32,873 DEBUG 106:onap_service.py(1) - [SDC][Submit Vendor] data sent: {

  "action": "Submit"
}
2021-06-22 01:50:32,876 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:33,083 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/66b08bdae3ba4c6a8e7b822b40bb604b/versions/a6a34807f85b4b8dbb7f2bd9ee9547b3/actions HTTP/1.1" 200 2
2021-06-22 01:50:33,084 INFO 116:onap_service.py(1) - [SDC][Submit Vendor] response code: 200
2021-06-22 01:50:33,085 DEBUG 120:onap_service.py(1) - [SDC][Submit Vendor] response: {}
2021-06-22 01:50:33,088 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_fnaXFw_VSP exists in SDC
2021-06-22 01:50:33,088 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-06-22 01:50:33,089 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-06-22 01:50:33,089 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-06-22 01:50:33,089 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:50:33,090 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-06-22 01:50:33,090 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-06-22 01:50:33,090 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:50:33,092 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:33,152 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 1073
2021-06-22 01:50:33,153 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-06-22 01:50:33,154 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f309b1eac0fc445785cc4e3ded4e0c05","onboardingMethod":"NetworkPackage","id":"2056d45fca5b407285fdb74fe7c5a3d1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 2de16d68-55c2","description":"vendor software product","vendorName":"e0ab5bc2-1fad-420e-b1df","vendorId":"711bec6512ca4f56946687fcdf30140b","onboardingMethod":"NetworkPackage","id":"3763267c9af14cdc898a42e8e70f3075","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 086a1805-bcd1","description":"vendor software product","vendorName":"c619aaa7-0f9d-4105-8da6","vendorId":"101842f0dbc04e7abd10727e42b48b65","onboardingMethod":"NetworkPackage","id":"a029ba424dd647dbb67edf0f9d5352d8","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1a933759-10a8","description":"vendor software product","vendorName":"63624ec3-dfec-4778-be6a","vendorId":"8a1bb67dfcb9497e9ec1c321fd924732","onboardingMethod":"NetworkPackage","id":"e93f5e56d4084759a522fc685e932cad","owner":"cs0008","status":"ACTIVE"}],"listCount":4}
2021-06-22 01:50:33,156 DEBUG 303:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-06-22 01:50:33,157 DEBUG 303:vsp.py(1) - importing VSP pNF 2de16d68-55c2 from SDC
2021-06-22 01:50:33,157 DEBUG 303:vsp.py(1) - importing VSP vFW 086a1805-bcd1 from SDC
2021-06-22 01:50:33,157 DEBUG 303:vsp.py(1) - importing VSP vFW 1a933759-10a8 from SDC
2021-06-22 01:50:33,158 DEBUG 147:__init__.py(1) - number of Vsp returned: 4
2021-06-22 01:50:33,158 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw_VSP
2021-06-22 01:50:33,158 INFO 169:__init__.py(1) - Vsp basic_onboard_fnaXFw_VSP doesn't exist in SDC
2021-06-22 01:50:33,158 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_fnaXFw_VSP exists in SDC
2021-06-22 01:50:33,158 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-06-22 01:50:33,159 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-06-22 01:50:33,159 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-06-22 01:50:33,159 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:50:33,160 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-06-22 01:50:33,160 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-06-22 01:50:33,160 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:50:33,162 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:33,246 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 1073
2021-06-22 01:50:33,249 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-06-22 01:50:33,249 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f309b1eac0fc445785cc4e3ded4e0c05","onboardingMethod":"NetworkPackage","id":"2056d45fca5b407285fdb74fe7c5a3d1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 2de16d68-55c2","description":"vendor software product","vendorName":"e0ab5bc2-1fad-420e-b1df","vendorId":"711bec6512ca4f56946687fcdf30140b","onboardingMethod":"NetworkPackage","id":"3763267c9af14cdc898a42e8e70f3075","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 086a1805-bcd1","description":"vendor software product","vendorName":"c619aaa7-0f9d-4105-8da6","vendorId":"101842f0dbc04e7abd10727e42b48b65","onboardingMethod":"NetworkPackage","id":"a029ba424dd647dbb67edf0f9d5352d8","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1a933759-10a8","description":"vendor software product","vendorName":"63624ec3-dfec-4778-be6a","vendorId":"8a1bb67dfcb9497e9ec1c321fd924732","onboardingMethod":"NetworkPackage","id":"e93f5e56d4084759a522fc685e932cad","owner":"cs0008","status":"ACTIVE"}],"listCount":4}
2021-06-22 01:50:33,253 DEBUG 303:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-06-22 01:50:33,253 DEBUG 303:vsp.py(1) - importing VSP pNF 2de16d68-55c2 from SDC
2021-06-22 01:50:33,254 DEBUG 303:vsp.py(1) - importing VSP vFW 086a1805-bcd1 from SDC
2021-06-22 01:50:33,254 DEBUG 303:vsp.py(1) - importing VSP vFW 1a933759-10a8 from SDC
2021-06-22 01:50:33,254 DEBUG 147:__init__.py(1) - number of Vsp returned: 4
2021-06-22 01:50:33,255 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw_VSP
2021-06-22 01:50:33,255 INFO 169:__init__.py(1) - Vsp basic_onboard_fnaXFw_VSP doesn't exist in SDC
2021-06-22 01:50:33,255 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_fnaXFw_VSP exists in SDC
2021-06-22 01:50:33,256 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-06-22 01:50:33,256 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-06-22 01:50:33,256 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-06-22 01:50:33,257 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:50:33,257 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-06-22 01:50:33,258 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-06-22 01:50:33,258 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:50:33,260 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:33,345 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 1073
2021-06-22 01:50:33,347 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-06-22 01:50:33,347 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f309b1eac0fc445785cc4e3ded4e0c05","onboardingMethod":"NetworkPackage","id":"2056d45fca5b407285fdb74fe7c5a3d1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 2de16d68-55c2","description":"vendor software product","vendorName":"e0ab5bc2-1fad-420e-b1df","vendorId":"711bec6512ca4f56946687fcdf30140b","onboardingMethod":"NetworkPackage","id":"3763267c9af14cdc898a42e8e70f3075","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 086a1805-bcd1","description":"vendor software product","vendorName":"c619aaa7-0f9d-4105-8da6","vendorId":"101842f0dbc04e7abd10727e42b48b65","onboardingMethod":"NetworkPackage","id":"a029ba424dd647dbb67edf0f9d5352d8","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1a933759-10a8","description":"vendor software product","vendorName":"63624ec3-dfec-4778-be6a","vendorId":"8a1bb67dfcb9497e9ec1c321fd924732","onboardingMethod":"NetworkPackage","id":"e93f5e56d4084759a522fc685e932cad","owner":"cs0008","status":"ACTIVE"}],"listCount":4}
2021-06-22 01:50:33,351 DEBUG 303:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-06-22 01:50:33,351 DEBUG 303:vsp.py(1) - importing VSP pNF 2de16d68-55c2 from SDC
2021-06-22 01:50:33,351 DEBUG 303:vsp.py(1) - importing VSP vFW 086a1805-bcd1 from SDC
2021-06-22 01:50:33,352 DEBUG 303:vsp.py(1) - importing VSP vFW 1a933759-10a8 from SDC
2021-06-22 01:50:33,352 DEBUG 147:__init__.py(1) - number of Vsp returned: 4
2021-06-22 01:50:33,353 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw_VSP
2021-06-22 01:50:33,353 INFO 169:__init__.py(1) - Vsp basic_onboard_fnaXFw_VSP doesn't exist in SDC
2021-06-22 01:50:33,353 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_fnaXFw_VSP exists in SDC
2021-06-22 01:50:33,354 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-06-22 01:50:33,354 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-06-22 01:50:33,354 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-06-22 01:50:33,355 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:50:33,355 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-06-22 01:50:33,356 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-06-22 01:50:33,356 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:50:33,359 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:33,465 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 1073
2021-06-22 01:50:33,467 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-06-22 01:50:33,467 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f309b1eac0fc445785cc4e3ded4e0c05","onboardingMethod":"NetworkPackage","id":"2056d45fca5b407285fdb74fe7c5a3d1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 2de16d68-55c2","description":"vendor software product","vendorName":"e0ab5bc2-1fad-420e-b1df","vendorId":"711bec6512ca4f56946687fcdf30140b","onboardingMethod":"NetworkPackage","id":"3763267c9af14cdc898a42e8e70f3075","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 086a1805-bcd1","description":"vendor software product","vendorName":"c619aaa7-0f9d-4105-8da6","vendorId":"101842f0dbc04e7abd10727e42b48b65","onboardingMethod":"NetworkPackage","id":"a029ba424dd647dbb67edf0f9d5352d8","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1a933759-10a8","description":"vendor software product","vendorName":"63624ec3-dfec-4778-be6a","vendorId":"8a1bb67dfcb9497e9ec1c321fd924732","onboardingMethod":"NetworkPackage","id":"e93f5e56d4084759a522fc685e932cad","owner":"cs0008","status":"ACTIVE"}],"listCount":4}
2021-06-22 01:50:33,470 DEBUG 303:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-06-22 01:50:33,471 DEBUG 303:vsp.py(1) - importing VSP pNF 2de16d68-55c2 from SDC
2021-06-22 01:50:33,471 DEBUG 303:vsp.py(1) - importing VSP vFW 086a1805-bcd1 from SDC
2021-06-22 01:50:33,471 DEBUG 303:vsp.py(1) - importing VSP vFW 1a933759-10a8 from SDC
2021-06-22 01:50:33,472 DEBUG 147:__init__.py(1) - number of Vsp returned: 4
2021-06-22 01:50:33,472 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw_VSP
2021-06-22 01:50:33,472 INFO 169:__init__.py(1) - Vsp basic_onboard_fnaXFw_VSP doesn't exist in SDC
2021-06-22 01:50:33,473 INFO 267:__init__.py(1) - attempting to create Vsp basic_onboard_fnaXFw_VSP in SDC
2021-06-22 01:50:33,473 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_fnaXFw_VSP exists in SDC
2021-06-22 01:50:33,473 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-06-22 01:50:33,474 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-06-22 01:50:33,474 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-06-22 01:50:33,475 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:50:33,475 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-06-22 01:50:33,476 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-06-22 01:50:33,476 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:50:33,478 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:33,544 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 1073
2021-06-22 01:50:33,545 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-06-22 01:50:33,545 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f309b1eac0fc445785cc4e3ded4e0c05","onboardingMethod":"NetworkPackage","id":"2056d45fca5b407285fdb74fe7c5a3d1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 2de16d68-55c2","description":"vendor software product","vendorName":"e0ab5bc2-1fad-420e-b1df","vendorId":"711bec6512ca4f56946687fcdf30140b","onboardingMethod":"NetworkPackage","id":"3763267c9af14cdc898a42e8e70f3075","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 086a1805-bcd1","description":"vendor software product","vendorName":"c619aaa7-0f9d-4105-8da6","vendorId":"101842f0dbc04e7abd10727e42b48b65","onboardingMethod":"NetworkPackage","id":"a029ba424dd647dbb67edf0f9d5352d8","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1a933759-10a8","description":"vendor software product","vendorName":"63624ec3-dfec-4778-be6a","vendorId":"8a1bb67dfcb9497e9ec1c321fd924732","onboardingMethod":"NetworkPackage","id":"e93f5e56d4084759a522fc685e932cad","owner":"cs0008","status":"ACTIVE"}],"listCount":4}
2021-06-22 01:50:33,548 DEBUG 303:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-06-22 01:50:33,548 DEBUG 303:vsp.py(1) - importing VSP pNF 2de16d68-55c2 from SDC
2021-06-22 01:50:33,548 DEBUG 303:vsp.py(1) - importing VSP vFW 086a1805-bcd1 from SDC
2021-06-22 01:50:33,548 DEBUG 303:vsp.py(1) - importing VSP vFW 1a933759-10a8 from SDC
2021-06-22 01:50:33,549 DEBUG 147:__init__.py(1) - number of Vsp returned: 4
2021-06-22 01:50:33,549 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw_VSP
2021-06-22 01:50:33,549 INFO 169:__init__.py(1) - Vsp basic_onboard_fnaXFw_VSP doesn't exist in SDC
2021-06-22 01:50:33,554 DEBUG 159:__init__.py(1) - check if Vendor basic_onboard_vendor exists in SDC
2021-06-22 01:50:33,554 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC
2021-06-22 01:50:33,554 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-06-22 01:50:33,555 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-06-22 01:50:33,555 DEBUG 198:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-06-22 01:50:33,556 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-06-22 01:50:33,556 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-06-22 01:50:33,556 DEBUG 106:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-06-22 01:50:33,558 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:33,644 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 867
2021-06-22 01:50:33,646 INFO 116:onap_service.py(1) - [SDC][get Vendors] response code: 200
2021-06-22 01:50:33,646 DEBUG 120:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"66b08bdae3ba4c6a8e7b822b40bb604b","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"f309b1eac0fc445785cc4e3ded4e0c05","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"711bec6512ca4f56946687fcdf30140b","type":"vlm","name":"e0ab5bc2-1fad-420e-b1df","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"101842f0dbc04e7abd10727e42b48b65","type":"vlm","name":"c619aaa7-0f9d-4105-8da6","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"8a1bb67dfcb9497e9ec1c321fd924732","type":"vlm","name":"63624ec3-dfec-4778-be6a","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":5}
2021-06-22 01:50:33,650 DEBUG 147:__init__.py(1) - number of Vendor returned: 5
2021-06-22 01:50:33,650 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_vendor
2021-06-22 01:50:33,650 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-06-22 01:50:33,651 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/66b08bdae3ba4c6a8e7b822b40bb604b/versions
2021-06-22 01:50:33,651 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:33,652 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-06-22 01:50:33,652 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/66b08bdae3ba4c6a8e7b822b40bb604b/versions
2021-06-22 01:50:33,653 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:33,656 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:33,747 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/66b08bdae3ba4c6a8e7b822b40bb604b/versions HTTP/1.1" 200 264
2021-06-22 01:50:33,749 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:50:33,749 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"a6a34807f85b4b8dbb7f2bd9ee9547b3","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1624326631650,"modificationTime":1624326633003,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-06-22 01:50:33,753 DEBUG 22:sdc_element.py(1) - details found, updating
2021-06-22 01:50:33,753 INFO 192:__init__.py(1) - Vendor found, updating information
2021-06-22 01:50:33,754 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-06-22 01:50:33,754 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/66b08bdae3ba4c6a8e7b822b40bb604b/versions
2021-06-22 01:50:33,754 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:33,755 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-06-22 01:50:33,755 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/66b08bdae3ba4c6a8e7b822b40bb604b/versions
2021-06-22 01:50:33,755 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:33,758 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:33,841 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/66b08bdae3ba4c6a8e7b822b40bb604b/versions HTTP/1.1" 200 264
2021-06-22 01:50:33,843 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:50:33,843 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"a6a34807f85b4b8dbb7f2bd9ee9547b3","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1624326631650,"modificationTime":1624326633003,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-06-22 01:50:33,845 DEBUG 22:sdc_element.py(1) - details found, updating
2021-06-22 01:50:33,846 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-06-22 01:50:33,846 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-06-22 01:50:33,846 DEBUG 198:onap_service.py(1) - [SDC][create Vsp] data sent: {
  "name": "basic_onboard_fnaXFw_VSP",
  "description": "vendor software product",
  "icon": "icon",
  "category": "resourceNewCategory.generic",
  "subCategory": "resourceNewCategory.generic.abstract",
  "vendorName": "basic_onboard_vendor",
  "vendorId": "66b08bdae3ba4c6a8e7b822b40bb604b",
  "licensingData": {},
  "onboardingMethod": "NetworkPackage"
}
2021-06-22 01:50:33,846 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-06-22 01:50:33,846 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-06-22 01:50:33,846 DEBUG 106:onap_service.py(1) - [SDC][create Vsp] data sent: {
  "name": "basic_onboard_fnaXFw_VSP",
  "description": "vendor software product",
  "icon": "icon",
  "category": "resourceNewCategory.generic",
  "subCategory": "resourceNewCategory.generic.abstract",
  "vendorName": "basic_onboard_vendor",
  "vendorId": "66b08bdae3ba4c6a8e7b822b40bb604b",
  "licensingData": {},
  "onboardingMethod": "NetworkPackage"
}
2021-06-22 01:50:33,848 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:41,349 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-06-22 01:50:41,353 INFO 116:onap_service.py(1) - [SDC][create Vsp] response code: 200
2021-06-22 01:50:41,353 DEBUG 120:onap_service.py(1) - [SDC][create Vsp] response: {"itemId":"0f9258ec49fa413e9ed3fc81bbcef184","version":{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","status":"Draft"}}
2021-06-22 01:50:41,357 INFO 284:__init__.py(1) - Vsp basic_onboard_fnaXFw_VSP is created in SDC
2021-06-22 01:50:41,358 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-06-22 01:50:41,358 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:41,358 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:41,359 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-06-22 01:50:41,359 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:41,359 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:41,362 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:41,463 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 253
2021-06-22 01:50:41,465 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:50:41,465 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1624326633938,"modificationTime":1624326635642,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-06-22 01:50:41,468 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-06-22 01:50:41,469 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:41,469 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:41,470 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-06-22 01:50:41,470 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:41,470 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:41,473 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:41,752 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 223
2021-06-22 01:50:41,754 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-06-22 01:50:41,754 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1624326633938,"modificationTime":1624326635556}
2021-06-22 01:50:41,757 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-06-22 01:50:41,758 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:41,758 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:41,758 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-06-22 01:50:41,759 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:41,759 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:41,761 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:42,246 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 386
2021-06-22 01:50:42,248 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:42,248 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091"}
2021-06-22 01:50:42,252 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-06-22 01:50:42,252 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:42,252 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:42,253 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-06-22 01:50:42,253 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:42,253 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:42,256 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:42,840 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 386
2021-06-22 01:50:42,842 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:42,842 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091"}
2021-06-22 01:50:42,845 INFO 219:vsp.py(1) - attempting to upload package for basic_onboard_fnaXFw_VSP in SDC
2021-06-22 01:50:42,845 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-06-22 01:50:42,845 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:42,845 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:42,845 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-06-22 01:50:42,846 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:42,846 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:42,848 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:42,946 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 253
2021-06-22 01:50:42,947 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:50:42,947 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1624326633938,"modificationTime":1624326635642,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-06-22 01:50:42,949 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-06-22 01:50:42,949 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:42,950 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:42,950 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-06-22 01:50:42,950 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:42,950 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:42,952 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:43,029 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 223
2021-06-22 01:50:43,030 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-06-22 01:50:43,030 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1624326633938,"modificationTime":1624326635556}
2021-06-22 01:50:43,032 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-06-22 01:50:43,032 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:43,032 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:43,033 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-06-22 01:50:43,033 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:43,033 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:43,034 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:43,263 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 386
2021-06-22 01:50:43,264 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:43,264 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091"}
2021-06-22 01:50:43,267 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-06-22 01:50:43,267 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:43,268 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:43,268 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-06-22 01:50:43,268 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:43,268 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:43,270 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:43,578 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 386
2021-06-22 01:50:43,580 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:43,580 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091"}
2021-06-22 01:50:43,583 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-06-22 01:50:43,584 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/orchestration-template-candidate
2021-06-22 01:50:43,584 DEBUG 106:onap_service.py(1) - [SDC][upload ZIP for Vsp] data sent: None
2021-06-22 01:50:43,588 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:43,876 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/orchestration-template-candidate HTTP/1.1" 200 94
2021-06-22 01:50:43,877 INFO 116:onap_service.py(1) - [SDC][upload ZIP for Vsp] response code: 200
2021-06-22 01:50:43,877 DEBUG 120:onap_service.py(1) - [SDC][upload ZIP for Vsp] response: {"errors":{},"status":"Success","onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:50:43,878 INFO 172:vsp.py(1) - Files for Vsp basic_onboard_fnaXFw_VSP have been uploaded
2021-06-22 01:50:43,881 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-06-22 01:50:43,881 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:43,881 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:43,881 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-06-22 01:50:43,882 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:43,882 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:43,883 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:43,947 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 253
2021-06-22 01:50:43,948 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:50:43,948 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1624326633938,"modificationTime":1624326635642,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-06-22 01:50:43,950 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-06-22 01:50:43,951 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:43,951 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:43,951 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-06-22 01:50:43,951 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:43,951 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:43,953 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:44,032 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 222
2021-06-22 01:50:44,034 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-06-22 01:50:44,034 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1624326633938,"modificationTime":1624326643869}
2021-06-22 01:50:44,037 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-06-22 01:50:44,037 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:44,037 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:44,038 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-06-22 01:50:44,038 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:44,038 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:44,041 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:44,167 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 457
2021-06-22 01:50:44,168 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:44,169 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:50:44,172 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-06-22 01:50:44,172 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:44,172 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:44,173 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-06-22 01:50:44,173 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:44,174 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:44,176 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:44,357 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 457
2021-06-22 01:50:44,358 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:44,359 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:50:44,362 INFO 219:vsp.py(1) - attempting to validate for basic_onboard_fnaXFw_VSP in SDC
2021-06-22 01:50:44,362 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-06-22 01:50:44,363 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:44,363 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:44,364 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-06-22 01:50:44,364 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:44,364 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:44,367 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:44,435 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 253
2021-06-22 01:50:44,436 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:50:44,437 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1624326633938,"modificationTime":1624326635642,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-06-22 01:50:44,439 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-06-22 01:50:44,440 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:44,440 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:44,441 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-06-22 01:50:44,441 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:44,441 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:44,443 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:44,541 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 222
2021-06-22 01:50:44,542 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-06-22 01:50:44,542 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1624326633938,"modificationTime":1624326643869}
2021-06-22 01:50:44,544 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-06-22 01:50:44,545 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:44,545 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:44,545 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-06-22 01:50:44,545 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:44,545 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:44,547 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:44,843 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 457
2021-06-22 01:50:44,844 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:44,845 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:50:44,847 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-06-22 01:50:44,847 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:44,848 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:44,848 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-06-22 01:50:44,848 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:44,849 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:44,850 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:45,228 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 457
2021-06-22 01:50:45,229 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:45,229 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:50:45,233 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-06-22 01:50:45,233 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/orchestration-template-candidate/process
2021-06-22 01:50:45,234 DEBUG 198:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None
2021-06-22 01:50:45,234 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-06-22 01:50:45,234 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/orchestration-template-candidate/process
2021-06-22 01:50:45,235 DEBUG 106:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None
2021-06-22 01:50:45,237 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:53,874 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/orchestration-template-candidate/process HTTP/1.1" 200 87
2021-06-22 01:50:53,875 INFO 116:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response code: 200
2021-06-22 01:50:53,875 DEBUG 120:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response: {"fileNames":["base_ubuntu18.yaml","base_ubuntu18.env"],"errors":{},"status":"Success"}
2021-06-22 01:50:53,877 INFO 187:vsp.py(1) - Artifacts for Vsp basic_onboard_fnaXFw_VSP have been validated
2021-06-22 01:50:53,877 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-06-22 01:50:53,878 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:53,878 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:53,878 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-06-22 01:50:53,878 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:53,878 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:53,880 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:53,946 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 253
2021-06-22 01:50:53,948 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:50:53,949 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1624326633938,"modificationTime":1624326635642,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-06-22 01:50:53,952 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-06-22 01:50:53,952 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:53,953 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:53,953 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-06-22 01:50:53,953 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:53,954 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:53,956 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:54,043 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 222
2021-06-22 01:50:54,044 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-06-22 01:50:54,044 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1624326633938,"modificationTime":1624326653864}
2021-06-22 01:50:54,046 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-06-22 01:50:54,047 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:54,047 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:54,047 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-06-22 01:50:54,047 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:54,048 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:54,049 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:54,350 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 633
2021-06-22 01:50:54,352 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:54,352 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:50:54,355 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-06-22 01:50:54,355 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:54,355 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:54,356 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-06-22 01:50:54,356 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:54,356 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:54,359 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:54,836 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 633
2021-06-22 01:50:54,838 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:54,838 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:50:54,842 INFO 219:vsp.py(1) - attempting to commit for basic_onboard_fnaXFw_VSP in SDC
2021-06-22 01:50:54,842 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-06-22 01:50:54,843 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:54,843 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:54,843 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-06-22 01:50:54,844 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:50:54,844 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:50:54,846 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:54,949 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 253
2021-06-22 01:50:54,950 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:50:54,951 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1624326633938,"modificationTime":1624326635642,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-06-22 01:50:54,955 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-06-22 01:50:54,955 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:54,955 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:54,955 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-06-22 01:50:54,956 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:54,956 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:50:54,958 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:55,151 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 222
2021-06-22 01:50:55,152 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-06-22 01:50:55,152 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1624326633938,"modificationTime":1624326653864}
2021-06-22 01:50:55,155 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-06-22 01:50:55,155 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:55,155 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:55,155 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-06-22 01:50:55,156 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:55,156 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:55,157 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:55,951 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 633
2021-06-22 01:50:55,954 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:55,954 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:50:55,958 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-06-22 01:50:55,959 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:55,959 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:55,959 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-06-22 01:50:55,959 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:50:55,959 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:50:55,962 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:50:56,649 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 633
2021-06-22 01:50:56,650 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:50:56,651 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:50:56,658 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-06-22 01:50:56,658 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/actions
2021-06-22 01:50:56,658 DEBUG 106:onap_service.py(1) - [SDC][Commit Vsp] data sent: {

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

  "action": "Commit"
}
2021-06-22 01:50:56,660 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:06,742 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/actions HTTP/1.1" 200 2
2021-06-22 01:51:06,744 INFO 116:onap_service.py(1) - [SDC][Commit Vsp] response code: 200
2021-06-22 01:51:06,745 DEBUG 120:onap_service.py(1) - [SDC][Commit Vsp] response: {}
2021-06-22 01:51:06,749 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-06-22 01:51:06,749 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:06,749 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:06,750 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-06-22 01:51:06,750 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:06,750 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:06,753 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:06,857 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 253
2021-06-22 01:51:06,858 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:51:06,858 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1624326633938,"modificationTime":1624326656743,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-06-22 01:51:06,861 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-06-22 01:51:06,862 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:51:06,862 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:51:06,862 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-06-22 01:51:06,862 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:51:06,862 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:51:06,864 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:07,153 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 223
2021-06-22 01:51:07,155 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-06-22 01:51:07,156 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1624326633938,"modificationTime":1624326653864}
2021-06-22 01:51:07,159 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-06-22 01:51:07,160 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:51:07,160 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:51:07,161 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-06-22 01:51:07,161 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:51:07,161 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:51:07,164 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:08,039 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 633
2021-06-22 01:51:08,040 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:51:08,040 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:51:08,043 INFO 219:vsp.py(1) - attempting to certify/sumbit for basic_onboard_fnaXFw_VSP in SDC
2021-06-22 01:51:08,043 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-06-22 01:51:08,043 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:08,043 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:08,044 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-06-22 01:51:08,044 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:08,044 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:08,045 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:08,239 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 253
2021-06-22 01:51:08,240 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:51:08,241 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1624326633938,"modificationTime":1624326656743,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-06-22 01:51:08,244 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-06-22 01:51:08,244 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:51:08,244 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:51:08,245 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-06-22 01:51:08,245 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:51:08,245 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None
2021-06-22 01:51:08,247 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:08,544 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 223
2021-06-22 01:51:08,546 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200
2021-06-22 01:51:08,546 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1624326633938,"modificationTime":1624326653864}
2021-06-22 01:51:08,550 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-06-22 01:51:08,550 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:51:08,551 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:51:08,551 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-06-22 01:51:08,551 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:51:08,552 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:51:08,555 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:09,245 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 633
2021-06-22 01:51:09,247 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:51:09,248 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:51:09,259 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-06-22 01:51:09,259 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/actions
2021-06-22 01:51:09,259 DEBUG 106:onap_service.py(1) - [SDC][Submit Vsp] data sent: {

  "action": "Submit"
}
2021-06-22 01:51:09,262 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:23,977 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/actions HTTP/1.1" 200 2
2021-06-22 01:51:23,980 INFO 116:onap_service.py(1) - [SDC][Submit Vsp] response code: 200
2021-06-22 01:51:23,981 DEBUG 120:onap_service.py(1) - [SDC][Submit Vsp] response: {}
2021-06-22 01:51:23,984 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-06-22 01:51:23,985 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:23,985 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:23,986 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-06-22 01:51:23,986 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:23,986 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:23,989 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:24,048 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 264
2021-06-22 01:51:24,049 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:51:24,050 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1624326633938,"modificationTime":1624326680534,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-06-22 01:51:24,052 INFO 219:vsp.py(1) - attempting to create CSAR package for basic_onboard_fnaXFw_VSP in SDC
2021-06-22 01:51:24,052 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-06-22 01:51:24,053 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:24,053 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:24,054 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-06-22 01:51:24,054 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:24,054 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:24,057 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:24,146 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 264
2021-06-22 01:51:24,147 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:51:24,148 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1624326633938,"modificationTime":1624326680534,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-06-22 01:51:24,153 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-06-22 01:51:24,153 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/actions
2021-06-22 01:51:24,154 DEBUG 106:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: {

  "action": "Create_Package"
}
2021-06-22 01:51:24,155 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:26,229 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/actions HTTP/1.1" 200 334
2021-06-22 01:51:26,230 INFO 116:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200
2021-06-22 01:51:26,230 DEBUG 120:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_onboard_fnaXFw_VSP","version":"1.0","packageId":"0f9258ec49fa413e9ed3fc81bbcef184","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-06-22 01:51:26,230 INFO 204:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_onboard_fnaXFw_VSP","version":"1.0","packageId":"0f9258ec49fa413e9ed3fc81bbcef184","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-06-22 01:51:26,234 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_fnaXFw exists in SDC
2021-06-22 01:51:26,234 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-06-22 01:51:26,234 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-06-22 01:51:26,235 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-06-22 01:51:26,235 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:51:26,235 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-06-22 01:51:26,235 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-06-22 01:51:26,236 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:51:26,238 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:51:26,842 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 716
2021-06-22 01:51:26,844 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-06-22 01:51:26,844 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","name":"vFW 1a933759-10a8","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/bd34bacf-35b3-46be-9c7c-79594a287df7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/1d77f4b8-812b-4d89-a359-d7be185c433c/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-06-22 01:51:26,847 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 1a933759-10a8 from SDC
2021-06-22 01:51:26,847 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:51:26,847 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:51:26,848 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:51:26,848 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:51:26,848 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:51:26,848 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:51:26,848 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:51:26,848 DEBUG 147:__init__.py(1) - number of Vf returned: 2
2021-06-22 01:51:26,849 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:51:26,849 INFO 169:__init__.py(1) - Vf basic_onboard_fnaXFw doesn't exist in SDC
2021-06-22 01:51:36,859 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_fnaXFw exists in SDC
2021-06-22 01:51:36,860 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-06-22 01:51:36,860 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-06-22 01:51:36,860 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-06-22 01:51:36,860 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:51:36,861 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-06-22 01:51:36,861 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-06-22 01:51:36,861 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:51:36,864 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:51:38,131 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 716
2021-06-22 01:51:38,133 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-06-22 01:51:38,133 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","name":"vFW 1a933759-10a8","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/bd34bacf-35b3-46be-9c7c-79594a287df7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/1d77f4b8-812b-4d89-a359-d7be185c433c/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-06-22 01:51:38,135 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 1a933759-10a8 from SDC
2021-06-22 01:51:38,136 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:51:38,136 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:51:38,136 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:51:38,136 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:51:38,136 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:51:38,136 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:51:38,136 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:51:38,136 DEBUG 147:__init__.py(1) - number of Vf returned: 2
2021-06-22 01:51:38,137 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:51:38,137 INFO 169:__init__.py(1) - Vf basic_onboard_fnaXFw doesn't exist in SDC
2021-06-22 01:51:38,137 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_fnaXFw exists in SDC
2021-06-22 01:51:38,137 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-06-22 01:51:38,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-06-22 01:51:38,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-06-22 01:51:38,137 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:51:38,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-06-22 01:51:38,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-06-22 01:51:38,138 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:51:38,140 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:51:38,645 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 716
2021-06-22 01:51:38,646 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-06-22 01:51:38,647 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","name":"vFW 1a933759-10a8","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/bd34bacf-35b3-46be-9c7c-79594a287df7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/1d77f4b8-812b-4d89-a359-d7be185c433c/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-06-22 01:51:38,650 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 1a933759-10a8 from SDC
2021-06-22 01:51:38,651 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:51:38,651 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:51:38,651 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:51:38,651 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:51:38,652 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:51:38,652 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:51:38,652 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:51:38,652 DEBUG 147:__init__.py(1) - number of Vf returned: 2
2021-06-22 01:51:38,652 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:51:38,653 INFO 169:__init__.py(1) - Vf basic_onboard_fnaXFw doesn't exist in SDC
2021-06-22 01:51:38,653 DEBUG 159:__init__.py(1) - check if ResourceCategory Generic exists in SDC
2021-06-22 01:51:38,653 INFO 129:__init__.py(1) - retrieving all objects of type ResourceCategory from SDC
2021-06-22 01:51:38,653 DEBUG 195:onap_service.py(1) - [SDC][get ResourceCategorys] sent header: <bound method BaseCategory.headers of <class 'onapsdk.sdc.category_management.ResourceCategory'>>
2021-06-22 01:51:38,653 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-06-22 01:51:38,654 DEBUG 198:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None
2021-06-22 01:51:38,654 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-06-22 01:51:38,654 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-06-22 01:51:38,655 DEBUG 106:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None
2021-06-22 01:51:38,657 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:40,148 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-06-22 01:51:40,150 INFO 116:onap_service.py(1) - [SDC][get ResourceCategorys] response code: 200
2021-06-22 01:51:40,151 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 L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null}],"serviceCategories":[{"name":"ETSI NFV Network Service","normalizedName":"etsi nfv network service","uniqueId":"serviceNewCategory.etsi nfv network service","icons":["etsi_nfv_network_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[{"name":"ETSI Version","validValues":["3.3.1","2.7.1","2.5.1"],"mandatory":true,"defaultValue":"2.5.1","version":null,"empty":false,"type":null,"ownerId":null}],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"E2E Service","normalizedName":"e2e service","uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null}],"productCategories":[]},"version":"1.9.0"}
2021-06-22 01:51:40,155 DEBUG 147:__init__.py(1) - number of ResourceCategory returned: 9
2021-06-22 01:51:40,156 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Generic
2021-06-22 01:51:40,156 INFO 192:__init__.py(1) - ResourceCategory found, updating information
2021-06-22 01:51:40,156 INFO 267:__init__.py(1) - attempting to create Vf basic_onboard_fnaXFw in SDC
2021-06-22 01:51:40,156 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_fnaXFw exists in SDC
2021-06-22 01:51:40,156 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-06-22 01:51:40,156 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-06-22 01:51:40,157 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-06-22 01:51:40,157 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:51:40,157 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-06-22 01:51:40,157 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-06-22 01:51:40,157 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:51:40,159 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:51:40,540 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 716
2021-06-22 01:51:40,541 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-06-22 01:51:40,541 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","name":"vFW 1a933759-10a8","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/bd34bacf-35b3-46be-9c7c-79594a287df7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/1d77f4b8-812b-4d89-a359-d7be185c433c/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-06-22 01:51:40,544 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 1a933759-10a8 from SDC
2021-06-22 01:51:40,544 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:51:40,544 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:51:40,544 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:51:40,544 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:51:40,545 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:51:40,545 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:51:40,545 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:51:40,545 DEBUG 147:__init__.py(1) - number of Vf returned: 2
2021-06-22 01:51:40,545 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:51:40,545 INFO 169:__init__.py(1) - Vf basic_onboard_fnaXFw doesn't exist in SDC
2021-06-22 01:51:40,560 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_fnaXFw_VSP exists in SDC
2021-06-22 01:51:40,560 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-06-22 01:51:40,560 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-06-22 01:51:40,560 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-06-22 01:51:40,560 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:51:40,561 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-06-22 01:51:40,561 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-06-22 01:51:40,561 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-06-22 01:51:40,562 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:40,649 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 1342
2021-06-22 01:51:40,650 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-06-22 01:51:40,650 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f309b1eac0fc445785cc4e3ded4e0c05","onboardingMethod":"NetworkPackage","id":"2056d45fca5b407285fdb74fe7c5a3d1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 2de16d68-55c2","description":"vendor software product","vendorName":"e0ab5bc2-1fad-420e-b1df","vendorId":"711bec6512ca4f56946687fcdf30140b","onboardingMethod":"NetworkPackage","id":"3763267c9af14cdc898a42e8e70f3075","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 086a1805-bcd1","description":"vendor software product","vendorName":"c619aaa7-0f9d-4105-8da6","vendorId":"101842f0dbc04e7abd10727e42b48b65","onboardingMethod":"NetworkPackage","id":"a029ba424dd647dbb67edf0f9d5352d8","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1a933759-10a8","description":"vendor software product","vendorName":"63624ec3-dfec-4778-be6a","vendorId":"8a1bb67dfcb9497e9ec1c321fd924732","onboardingMethod":"NetworkPackage","id":"e93f5e56d4084759a522fc685e932cad","owner":"cs0008","status":"ACTIVE"}],"listCount":5}
2021-06-22 01:51:40,652 DEBUG 303:vsp.py(1) - importing VSP basic_onboard_fnaXFw_VSP from SDC
2021-06-22 01:51:40,653 DEBUG 303:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-06-22 01:51:40,653 DEBUG 303:vsp.py(1) - importing VSP pNF 2de16d68-55c2 from SDC
2021-06-22 01:51:40,653 DEBUG 303:vsp.py(1) - importing VSP vFW 086a1805-bcd1 from SDC
2021-06-22 01:51:40,653 DEBUG 303:vsp.py(1) - importing VSP vFW 1a933759-10a8 from SDC
2021-06-22 01:51:40,653 DEBUG 147:__init__.py(1) - number of Vsp returned: 5
2021-06-22 01:51:40,653 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw_VSP
2021-06-22 01:51:40,653 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-06-22 01:51:40,654 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:40,654 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:40,654 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-06-22 01:51:40,654 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:40,654 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:40,656 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:40,748 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 264
2021-06-22 01:51:40,750 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:51:40,750 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1624326633938,"modificationTime":1624326680534,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-06-22 01:51:40,753 DEBUG 22:sdc_element.py(1) - details found, updating
2021-06-22 01:51:40,753 INFO 192:__init__.py(1) - Vsp found, updating information
2021-06-22 01:51:40,753 INFO 219:vsp.py(1) - attempting to create CSAR package for basic_onboard_fnaXFw_VSP in SDC
2021-06-22 01:51:40,753 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-06-22 01:51:40,753 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:40,753 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:40,754 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-06-22 01:51:40,754 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:40,754 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:40,756 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:40,938 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 264
2021-06-22 01:51:40,940 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:51:40,940 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1624326633938,"modificationTime":1624326680534,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-06-22 01:51:40,943 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-06-22 01:51:40,943 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:40,943 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:40,944 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-06-22 01:51:40,944 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/0f9258ec49fa413e9ed3fc81bbcef184/versions
2021-06-22 01:51:40,944 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None
2021-06-22 01:51:40,946 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:41,044 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/0f9258ec49fa413e9ed3fc81bbcef184/versions HTTP/1.1" 200 264
2021-06-22 01:51:41,046 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200
2021-06-22 01:51:41,046 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"43ce5e75ed78479e87794d0b82059091","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1624326633938,"modificationTime":1624326680534,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-06-22 01:51:41,048 DEBUG 22:sdc_element.py(1) - details found, updating
2021-06-22 01:51:41,053 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-06-22 01:51:41,053 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/actions
2021-06-22 01:51:41,053 DEBUG 106:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: {

  "action": "Create_Package"
}
2021-06-22 01:51:41,055 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:42,821 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091/actions HTTP/1.1" 200 334
2021-06-22 01:51:42,824 INFO 116:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200
2021-06-22 01:51:42,824 DEBUG 120:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_onboard_fnaXFw_VSP","version":"1.0","packageId":"0f9258ec49fa413e9ed3fc81bbcef184","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-06-22 01:51:42,825 INFO 204:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_onboard_fnaXFw_VSP","version":"1.0","packageId":"0f9258ec49fa413e9ed3fc81bbcef184","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-06-22 01:51:42,829 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-06-22 01:51:42,829 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:51:42,829 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:51:42,830 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-06-22 01:51:42,830 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/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091
2021-06-22 01:51:42,831 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-06-22 01:51:42,834 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:43,077 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/0f9258ec49fa413e9ed3fc81bbcef184/versions/43ce5e75ed78479e87794d0b82059091 HTTP/1.1" 200 633
2021-06-22 01:51:43,079 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-06-22 01:51:43,079 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_fnaXFw_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"66b08bdae3ba4c6a8e7b822b40bb604b","onboardingMethod":"NetworkPackage","id":"0f9258ec49fa413e9ed3fc81bbcef184","version":"43ce5e75ed78479e87794d0b82059091","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"}
2021-06-22 01:51:43,082 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-06-22 01:51:43,082 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-06-22 01:51:43,082 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": "0f9258ec49fa413e9ed3fc81bbcef184",
    "csarVersion": "1.0",
    "deploymentArtifacts": {},
    "description": "VF",
    "icon": "defaulticon",
    "name": "basic_onboard_fnaXFw",
    "properties": [],
    "groups": [],
    "requirements": {},
    "resourceType": "VF",
    "tags": ["basic_onboard_fnaXFw"],
    "toscaArtifacts": {},
    "vendorName": "basic_onboard_vendor",
    "vendorRelease": "1.0"
}
2021-06-22 01:51:43,083 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-06-22 01:51:43,083 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-06-22 01:51:43,083 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": "0f9258ec49fa413e9ed3fc81bbcef184",
    "csarVersion": "1.0",
    "deploymentArtifacts": {},
    "description": "VF",
    "icon": "defaulticon",
    "name": "basic_onboard_fnaXFw",
    "properties": [],
    "groups": [],
    "requirements": {},
    "resourceType": "VF",
    "tags": ["basic_onboard_fnaXFw"],
    "toscaArtifacts": {},
    "vendorName": "basic_onboard_vendor",
    "vendorRelease": "1.0"
}
2021-06-22 01:51:43,085 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:51:57,863 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-06-22 01:51:57,871 INFO 116:onap_service.py(1) - [SDC][create Vf] response code: 201
2021-06-22 01:51:57,881 DEBUG 120:onap_service.py(1) - [SDC][create Vf] response: {"artifacts":{"vspbasiconboardfnaxfwvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZiMjVpYjJGeVpGOW1ibUZZUm5kZlZsTlFDaUFnSUNCaUxpQWdJQ0JFWlhOamNtbHdkR2x2YmlCMlpXNWtiM0lnYzI5bWRIZGhjbVVnY0hKdlpIVmpkQW9nSUNBZ1l5NGdJQ0FnVm1WeWMybHZiam9nTUM0d0NpQWdJQ0JrTGlBZ0lDQldaVzVrYjNJNklHSmhjMmxqWDI5dVltOWhjbVJmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"creationDate":1624326714157,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vspbasiconboardfnaxfwvspinformationtxt","artifactName":"VSP_basic_onboard_fnaXFw_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"NTgzOGVkZDg2YTc5MzBlYWI2M2JiOWNhYjYxM2NiNmU=","artifactUUID":"9e714004-d231-4566-8a88-c03560f41017","artifactDisplayName":"VSP_basic_onboard_fnaXFw_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiconboardfnaxfwvspinformationtxt","esId":"04382a86-101e-43c9-a988-860475f499aa.vspbasiconboardfnaxfwvspinformationtxt","duplicated":false,"payloadUpdateDate":1624326714158,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1624326714157,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"deploymentArtifacts":{"vspbasiconboardfnaxfwvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZiMjVpYjJGeVpGOW1ibUZZUm5kZlZsTlFDaUFnSUNCaUxpQWdJQ0JFWlhOamNtbHdkR2x2YmlCMlpXNWtiM0lnYzI5bWRIZGhjbVVnY0hKdlpIVmpkQW9nSUNBZ1l5NGdJQ0FnVm1WeWMybHZiam9nTUM0d0NpQWdJQ0JrTGlBZ0lDQldaVzVrYjNJNklHSmhjMmxqWDI5dVltOWhjbVJmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"creationDate":1624326714157,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vspbasiconboardfnaxfwvspinformationtxt","artifactName":"VSP_basic_onboard_fnaXFw_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"NTgzOGVkZDg2YTc5MzBlYWI2M2JiOWNhYjYxM2NiNmU=","artifactUUID":"9e714004-d231-4566-8a88-c03560f41017","artifactDisplayName":"VSP_basic_onboard_fnaXFw_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiconboardfnaxfwvspinformationtxt","esId":"04382a86-101e-43c9-a988-860475f499aa.vspbasiconboardfnaxfwvspinformationtxt","duplicated":false,"payloadUpdateDate":1624326714158,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1624326714157,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1":{"payloadData":"YUdWaGRGOTBaVzF3YkdGMFpWOTJaWEp6YVc5dU9pQXlNREV6TFRBMUxUSXpDZ3BrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnZFdKMWJuUjFJRlpOSUVOc2IzTmxaQ0JNYjI5d0lHWnZjaUJQVGtGUUNncHdZWEpoYldWMFpYSnpPZ29nSUNNZ1RXVjBZV1JoZEdFZ2NtVnhkV2x5WldRZ1lua2dUMDVCVUFvZ0lIWnVabDl1WVcxbE9nb2dJQ0FnZEhsd1pUb2djM1J5YVc1bkNpQWdJQ0JzWVdKbGJEb2dWazBnYm1GdFpRb2dJQ0FnWkdWelkzSnBjSFJwYjI0NklGUm9aU0JXVFNCdVlXMWxDaUFnZG01bVgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVms1R0lFbEVDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWR2hsSUZaT1JpQkpSQ0JwY3lCd2NtOTJhV1JsWkNCaWVTQlBUa0ZRQ2lBZ2RtWmZiVzlrZFd4bFgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVmtZZ2JXOWtkV3hsSUVsRUNpQWdJQ0JrWlhOamNtbHdkR2x2YmpvZ1ZHaGxJRlpHSUUxdlpIVnNaU0JKUkNCcGN5QndjbTkyYVdSbFpDQmllU0JQVGtGUUNnb2pJRk5sY25abGNpQndZWEpoYldWMFpYSnpMQ0J1WVcxcGJtY2djbVZ4ZFdseVpXUWdZbmtnVDA1QlVBb2dJSFZpZFc1MGRURTRYMmx0WVdkbFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCSmJXRm5aU0J1WVcxbElHOXlJRWxFQ2lBZ0lDQmtaWE5qY21sd2RHbHZiam9nU1cxaFoyVWdkRzhnWW1VZ2RYTmxaQ0JtYjNJZ1kyOXRjSFYwWlNCcGJuTjBZVzVqWlFvZ0lIVmlkVzUwZFRFNFgyWnNZWFp2Y2w5dVlXMWxPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nUm14aGRtOXlDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWSGx3WlNCdlppQnBibk4wWVc1alpTQW9abXhoZG05eUtTQjBieUJpWlNCMWMyVmtDaUFnZFdKMWJuUjFNVGhmY0hWaVgydGxlVG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZCMVlteHBZeUJyWlhrS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWRXSnNhV01nYTJWNUlIUnZJR0psSUdsdWMzUmhiR3hsWkNCdmJpQjBhR1VnWTI5dGNIVjBaU0JwYm5OMFlXNWpaUW9nSUhWaWRXNTBkVEU0WDI1aGJXVmZNRG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZaTklHNWhiV1VLSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJVYUdVZ1ZrMGdibUZ0WlFvS0l5Qk9aWFIzYjNKcklIQmhjbUZ0WlhSbGNuTXNJRzVoYldsdVp5QnlaWEYxYVhKbFpDQmllU0JQVGtGUUNpQWdZV1J0YVc1ZmNHeGhibVZmYm1WMFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCdFlXNWhaMlZ0Wlc1MElHNWxkSGR2Y21zS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCVWFHVWdaWGgwWlhKdVlXd2diV0Z1WVdkbGJXVnVkQ0J1WlhSM2IzSnJDZ29qSUVSRFFVVWdjR0Z5WVcxbGRHVnljd29nSUdSallXVmZZMjlzYkdWamRHOXlYMmx3T2dvZ0lDQWdkSGx3WlRvZ2MzUnlhVzVuQ2lBZ0lDQnNZV0psYkRvZ1JFTkJSU0JqYjJ4c1pXTjBiM0lnU1ZBZ1lXUmtjbVZ6Y3dvZ0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVsUUlHRmtaSEpsYzNNZ2IyWWdkR2hsSUVSRFFVVWdZMjlzYkdWamRHOXlDaUFnWkdOaFpWOWpiMnhzWldOMGIzSmZjRzl5ZERvS0lDQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQWdiR0ZpWld3NklFUkRRVVVnWTI5c2JHVmpkRzl5SUhCdmNuUUtJQ0FnSUdSbGMyTnlhWEIwYVc5dU9pQlFiM0owSUc5bUlIUm9aU0JFUTBGRklHTnZiR3hsWTNSdmNnb0tjbVZ6YjNWeVkyVnpPZ29nSUhKaGJtUnZiUzF6ZEhJNkNpQWdJQ0IwZVhCbE9pQlBVem82U0dWaGREbzZVbUZ1Wkc5dFUzUnlhVzVuQ2lBZ0lDQndjbTl3WlhKMGFXVnpPZ29nSUNBZ0lDQnNaVzVuZEdnNklEUUtDaUFnZFdKMWJuUjFNVGhmYVc1emRHRnVkR2xoZEdWa1gydGxlVjl1WVcxbE9nb2dJQ0FnZEhsd1pUb2dUMU02T2s1dmRtRTZPa3RsZVZCaGFYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUc1aGJXVTZDaUFnSUNBZ0lDQWdjM1J5WDNKbGNHeGhZMlU2Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2NISmxYMkpoYzJWZmNtRnVaQW9nSUNBZ0lDQWdJQ0FnY0dGeVlXMXpPZ29nSUNBZ0lDQWdJQ0FnSUNCd2NtVTZJR3RsZVY4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J3ZFdKc2FXTmZhMlY1T2lCN0lHZGxkRjl3WVhKaGJUb2dkV0oxYm5SMU1UaGZjSFZpWDJ0bGVTQjlDaUFnSUNBZ0lITmhkbVZmY0hKcGRtRjBaVjlyWlhrNklHWmhiSE5sQ2dvZ0lIVmlkVzUwZFRFNFgyRmtiV2x1WDNObFkzVnlhWFI1WDJkeWIzVndPZ29nSUNBZ2RIbHdaVG9nVDFNNk9rNWxkWFJ5YjI0Nk9sTmxZM1Z5YVhSNVIzSnZkWEFLSUNBZ0lIQnliM0JsY25ScFpYTTZDaUFnSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJ6WldOMWNtbDBlU0JuY205MWNBb2dJQ0FnSUNCdVlXMWxPZ29nSUNBZ0lDQWdJSE4wY2w5eVpYQnNZV05sT2dvZ0lDQWdJQ0FnSUNBZ2RHVnRjR3hoZEdVNklIQnlaVjlpWVhObFgzSmhibVFLSUNBZ0lDQWdJQ0FnSUhCaGNtRnRjem9LSUNBZ0lDQWdJQ0FnSUNBZ2NISmxPaUJ6WjE4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J5ZFd4bGN6b2dXd29nSUNBZ0lDQWdJSHR5WlcxdmRHVmZhWEJmY0hKbFptbDRPaUF3TGpBdU1DNHdMekFzSUhCeWIzUnZZMjlzT2lCMFkzQXNJSEJ2Y25SZmNtRnVaMlZmYldsdU9pQXlNaXdnY0c5eWRGOXlZVzVuWlY5dFlYZzZJREl5ZlN3S0lDQWdJQ0FnSUNCN2NtVnRiM1JsWDJsd1gzQnlaV1pwZURvZ01DNHdMakF1TUM4d0xDQndjbTkwYjJOdmJEb2dhV050Y0gxZENnb2dJSFZpZFc1MGRURTRYekJmWVdSdGFXNWZjR3hoYm1WZmNHOXlkRjh3T2dvZ0lDQWdkSGx3WlRvZ1QxTTZPazVsZFhSeWIyNDZPbEJ2Y25RS0lDQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdJRzVoYldVNkNpQWdJQ0FnSUNBZ2MzUnlYM0psY0d4aFkyVTZDaUFnSUNBZ0lDQWdJQ0IwWlcxd2JHRjBaVG9nY0hKbFgySmhjMlZmY21GdVpBb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0J3Y21VNklIQnZjblJmQ2lBZ0lDQWdJQ0FnSUNBZ0lHSmhjMlU2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYm1GdFpTQjlDaUFnSUNBZ0lDQWdJQ0FnSUhKaGJtUTZJSHNnWjJWMFgzSmxjMjkxY21ObE9pQnlZVzVrYjIwdGMzUnlJSDBLSUNBZ0lDQWdibVYwZDI5eWF6b2dleUJuWlhSZmNHRnlZVzA2SUdGa2JXbHVYM0JzWVc1bFgyNWxkRjl1WVcxbElIMEtJQ0FnSUNBZ2MyVmpkWEpwZEhsZlozSnZkWEJ6T2lCYmV5Qm5aWFJmY21WemIzVnlZMlU2SUhWaWRXNTBkVEU0WDJGa2JXbHVYM05sWTNWeWFYUjVYMmR5YjNWd0lIMWRDZ29nSUhWaWRXNTBkVEU0WDFaTlgzTmxkSFJwYm1kek9nb2dJQ0FnZEhsd1pUb2dUMU02T2tobFlYUTZPbE52Wm5SM1lYSmxRMjl1Wm1sbkNpQWdJQ0J3Y205d1pYSjBhV1Z6T2dvZ0lDQWdJQ0JqYjI1bWFXYzZJSHdLSUNBZ0lDQWdJQ0FnSUNBZ0l5RXZZbWx1TDJKaGMyZ0tJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElIVndaR0YwWlFvS0lDQjFZblZ1ZEhVeE9GOXpaWEoyWlhKZk1Eb0tJQ0FnSUhSNWNHVTZJRTlUT2pwT2IzWmhPanBUWlhKMlpYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUdsdFlXZGxPaUI3SUdkbGRGOXdZWEpoYlRvZ2RXSjFiblIxTVRoZmFXMWhaMlZmYm1GdFpTQjlDaUFnSUNBZ0lHWnNZWFp2Y2pvZ2V5Qm5aWFJmY0dGeVlXMDZJSFZpZFc1MGRURTRYMlpzWVhadmNsOXVZVzFsSUgwS0lDQWdJQ0FnYm1GdFpUb2dleUJuWlhSZmNHRnlZVzA2SUhWaWRXNTBkVEU0WDI1aGJXVmZNQ0I5Q2lBZ0lDQWdJRzFsZEdGa1lYUmhPaUI3ZG01bVgybGtPaUI3SUdkbGRGOXdZWEpoYlRvZ2RtNW1YMmxrSUgwc0lIWm1YMjF2WkhWc1pWOXBaRG9nZXlCblpYUmZjR0Z5WVcwNklIWm1YMjF2WkhWc1pWOXBaQ0I5TENCMmJtWmZibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDE5Q2lBZ0lDQWdJR3RsZVY5dVlXMWxPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1UaGZhVzV6ZEdGdWRHbGhkR1ZrWDJ0bGVWOXVZVzFsSUgwS0lDQWdJQ0FnYm1WMGQyOXlhM002Q2lBZ0lDQWdJQ0FnTFNCd2IzSjBPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1UaGZNRjloWkcxcGJsOXdiR0Z1WlY5d2IzSjBYekFnZlFvZ0lDQWdJQ0IxYzJWeVgyUmhkR0ZmWm05eWJXRjBPaUJTUVZjS0lDQWdJQ0FnZFhObGNsOWtZWFJoT2dvZ0lDQWdJQ0FnSUhOMGNsOXlaWEJzWVdObE9nb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0JmWDJSallXVmZZMjlzYkdWamRHOXlYMmx3WDE4NklIc2daMlYwWDNCaGNtRnRPaUJrWTJGbFgyTnZiR3hsWTNSdmNsOXBjQ0I5Q2lBZ0lDQWdJQ0FnSUNBZ0lGOWZaR05oWlY5amIyeHNaV04wYjNKZmNHOXlkRjlmT2lCN0lHZGxkRjl3WVhKaGJUb2daR05oWlY5amIyeHNaV04wYjNKZmNHOXlkQ0I5Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2ZBb2dJQ0FnSUNBZ0lDQWdJQ0FqSVM5aWFXNHZZbUZ6YUFvS0lDQWdJQ0FnSUNBZ0lDQWdJeUJEY21WaGRHVWdZMjl1Wm1sbmRYSmhkR2x2YmlCbWFXeGxjd29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFyWkdseUlDOXZjSFF2WTI5dVptbG5DaUFnSUNBZ0lDQWdJQ0FnSUdWamFHOGdYMTlrWTJGbFgyTnZiR3hsWTNSdmNsOXBjRjlmSUQ0Z0wyOXdkQzlqYjI1bWFXY3ZaR05oWlY5amIyeHNaV04wYjNKZmFYQXVkSGgwQ2lBZ0lDQWdJQ0FnSUNBZ0lHVmphRzhnWDE5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMFgxOGdQaUF2YjNCMEwyTnZibVpwWnk5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMExuUjRkQW9nSUNBZ0lDQWdJQ0FnSUNCalpDQXZiM0IwQ2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnWVhCMExXZGxkQ0IxY0dSaGRHVUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElHbHVjM1JoYkd3Z0xTMWhiR3h2ZHkxMWJtRjFkR2hsYm5ScFkyRjBaV1FnTFhrZ2JXRnJaU0JuWTJNZ2NuQnNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdZWEIwTFdkbGRDQjFjR1JoZEdVZ0ppWWdjM1ZrYnlCaGNIUXRaMlYwSUMxNUlIVndaM0poWkdVS0lDQWdJQ0FnSUNBZ0lDQWdjM1ZrYnlCaGNIUXRaMlYwSUdsdWMzUmhiR3dnTFhrZ2JHbGlZM1Z5YkRRdGIzQmxibk56YkMxa1pYWUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5Qm5hWFFnWTJ4dmJtVWdhSFIwY0hNNkx5OW5hWFJvZFdJdVkyOXRMMjl1WVhBdmRtNW1jMlJyTFhabGN5MWhaMlZ1ZEM1bmFYUUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmpjQ0F0Y2lCMmJtWnpaR3N0ZG1WekxXRm5aVzUwTDNabGMyeHBZbkpoY25rdmRtVnpYMk5zYVdKeVlYSjVMeUF2YjNCMENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NtMGdMWEptSUM5dmNIUXZkbTVtYzJSckxYWmxjeTFoWjJWdWRDOEtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmphRzF2WkNBcmVDQXZiM0IwTDNabGMxOWpiR2xpY21GeWVTOWxkbVZzTDJWMlpXd3RiR2xpY21GeWVTOWpiMlJsTDFaRlUzSmxjRzl5ZEdsdVoxOTJSbGN2WjI4dFkyeHBaVzUwTG5Ob0NpQWdJQ0FnSUNBZ0lDQWdJR05rSUM5dmNIUXZkbVZ6WDJOc2FXSnlZWEo1TDJWMlpXd3ZaWFpsYkMxc2FXSnlZWEo1TDJKc1pHcHZZbk12Q2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnYlhZZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtZGZka1pYSUM0dUwyTnZaR1V2VmtWVGNtVndiM0owYVc1bkNpQWdJQ0FnSUNBZ0lDQWdJQ01nWTJodmIzTmxJRWhVVkZCVENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NuQnNJQ0FpTUN3Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0x5b2dTRlJVVUZNL0lpQWlNU3dnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHlvZ1NGUlVVRk0vSWlBZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtY3ZkbkJ3WDIxbFlYTjFjbVZ0Wlc1MFgzSmxjRzl5ZEdWeUxtTUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QWdiV0ZyWlNCamJHVmhiZ29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFoYTJVZ1lXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdjMnhsWlhBZ01Rb2dJQ0FnSUNBZ0lDQWdJQ0JqWkNBdmIzQjBMM1psYzE5amJHbGljbUZ5ZVM5bGRtVnNMMlYyWld3dGJHbGljbUZ5ZVM5c2FXSnpMM2c0Tmw4Mk5Bb2dJQ0FnSUNBZ0lDQWdJQ0J6ZFdSdklHTndJR3hwWW1WMlpXd3VjMjhnTDNWemNpOXNhV0lLSUNBZ0lDQWdJQ0FnSUNBZ2MzVmtieUJzWkdOdmJtWnBad29nSUNBZ0lDQWdJQ0FnSUNBaklGTjBZWEowSUZaRlV5QmpiR2xsYm5RS0lDQWdJQ0FnSUNBZ0lDQWdZMlFnTDI5d2RDOTJaWE5mWTJ4cFluSmhjbmt2WlhabGJDOWxkbVZzTFd4cFluSmhjbmt2WTI5a1pTOVdSVk55WlhCdmNuUnBibWN2Q2lBZ0lDQWdJQ0FnSUNBZ0lDNHZaMjh0WTJ4cFpXNTBMbk5vSUNZK0wyUmxkaTl1ZFd4c0lDWmthWE52ZDI0S0lDQWdJQ0FnSUNBaloyVjBYM0psYzI5MWNtTmxPaUIxWW5WdWRIVXhPRjlXVFY5elpYUjBhVzVuY3dvPQ==","listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"heatParamUpdated":false,"creationDate":1624326714253,"timeout":30,"description":"created from csar","artifactType":"HEAT","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.heat1","artifactName":"base_ubuntu18.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=","artifactUUID":"67aafc7c-ec0c-4eff-925d-5d1a461ef195","artifactDisplayName":"base_ubuntu18","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"04382a86-101e-43c9-a988-860475f499aa.heat1","duplicated":false,"payloadUpdateDate":1624326714265,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1624326714253,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"creationDate":1624326714273,"timeout":0,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.heat1env","artifactName":"base_ubuntu18.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ZDQ5ZmVhZDQwYjdkM2I0ZTM4ZGNjNTJmOTNkZWU5Mzk=","generatedFromId":"04382a86-101e-43c9-a988-860475f499aa.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1624326714273,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326714273,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"creationDate":1624326705146,"timeout":0,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.assettoscacsar","artifactName":"resource-BasicOnboardFnaxfw-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":1624326705146,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"creationDate":1624326705145,"timeout":0,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.assettoscatemplate","artifactName":"resource-BasicOnboardFnaxfw-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":1624326705145,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"empty":false}],"empty":false}],"componentInstances":[{"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group"],"name":"feature","type":"tosca.capabilities.Node","source":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","uniqueId":"capability.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.feature","ownerId":"04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group"],"node":"tosca.nodes.Root","name":"dependency","source":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","uniqueId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.dependency","capability":"tosca.capabilities.Node","ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group"],"node":"org.openecomp.resource.cp.nodes.heat.network.neutron.Port","name":"port","source":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","uniqueId":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1.port","capability":"tosca.capabilities.Attachment","ownerId":"04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"org.openecomp.relationships.AttachesTo","empty":false}]},"properties":[{"definition":false,"hidden":false,"uniqueId":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1.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":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1.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":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1.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":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","definition":false,"name":"tosca_name","type":"string","uniqueId":"attribute.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.tosca_name","ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","empty":false},{"definition":false,"name":"show","type":"string","description":"Detailed information about resource","status":"supported","uniqueId":"attribute.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.show","empty":false},{"parentUniqueId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","definition":false,"name":"state","type":"string","uniqueId":"attribute.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.state","ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","empty":false},{"parentUniqueId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","definition":false,"name":"tosca_id","type":"string","uniqueId":"attribute.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.tosca_id","ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"ubuntu18_admin_security_group"},"actualComponentUid":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","createdFromCsar":true,"name":"ubuntu18_admin_security_group","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group","normalizedName":"ubuntu18_admin_security_group","icon":"securityrules","creationTime":1624326713544,"originType":"VFC","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"ubuntu18_admin_security_group","createdFrom":"CSAR","componentUid":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules","modificationTime":1624326713848,"customizationUUID":"f2ed012c-f80f-4b56-b5fb-64f46a4c497d","posX":"475.0","posY":"325.0","componentName":"SecurityRules","originArchived":false,"propertyValueCounter":1,"serviceSubstitution":false,"empty":false},{"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"feature_ubuntu18","type":"tosca.capabilities.Node","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"feature","uniqueId":"capability.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.feature","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"feature_ubuntu18_ubuntu18_admin_plane_port_0","type":"tosca.capabilities.Node","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"feature","uniqueId":"capability.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.feature","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"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":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"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":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"password":false,"name":"default_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"scalable_ubuntu18","type":"tosca.capabilities.Scalable","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"scalable","uniqueId":"capability.9c6edad1-31ff-4bd2-9109-74975db4e082.scalable","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false}],"org.openecomp.capabilities.Forwarder":[{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"forwarder_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.Forwarder","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"forwarder","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.forwarder","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"binding_ubuntu18","type":"tosca.capabilities.network.Bindable","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"binding","uniqueId":"capability.9c6edad1-31ff-4bd2-9109-74975db4e082.binding","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"binding_ubuntu18_ubuntu18_admin_plane_port_0","type":"tosca.capabilities.network.Bindable","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"binding","uniqueId":"capability.a966fe62-250b-4485-bc2e-2159288efacb.binding","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}],"org.openecomp.capabilities.PortMirroring":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"ubuntu18\",\"network_role\":{\"get_input\":\"port_ubuntu18_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f7bb76a0-c870-4769-814d-f441d5701da7","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"f7bb76a0-c870-4769-814d-f441d5701da7"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"port_mirroring_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.PortMirroring","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"port_mirroring","uniqueId":"capability.f7bb76a0-c870-4769-814d-f441d5701da7.port_mirroring","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}],"tosca.capabilities.Container":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"password":false,"name":"num_cpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"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":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"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":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"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":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"host_ubuntu18","type":"tosca.capabilities.Container","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"host","uniqueId":"capability.9c6edad1-31ff-4bd2-9109-74975db4e082.host","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.ephemeral.size_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.ephemeral.size","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.ephemeral.size","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"instance_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"instance","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.instance","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"memory_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"memory","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.memory","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.iops_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.iops","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.iops","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.read.requests_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.read.requests","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.read.requests","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"cpu.delta_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"cpu.delta","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.cpu.delta","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.capacity_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.capacity","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.capacity","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.read.bytes_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.read.bytes","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.read.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.write.bytes_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.write.bytes","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.write.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.latency_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.latency","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.latency","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.read.bytes.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.read.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.usage_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.usage","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.usage","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"cpu_util_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"cpu_util","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.cpu_util","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.allocation_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.allocation","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.allocation","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.write.requests.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.write.requests.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.write.requests.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.write.bytes.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.write.bytes.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.write.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.latency_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.latency","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.latency","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"cpu_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"cpu","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.cpu","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.write.requests_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.write.requests","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.write.requests","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.write.bytes_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.write.bytes","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.write.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.read.requests_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.read.requests","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.read.requests","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.root.size_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.root.size","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.root.size","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.write.bytes.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.write.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"vcpus_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"vcpus","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.vcpus","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.iops_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.iops","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.iops","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.usage_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.usage","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.usage","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.read.requests.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.read.requests.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.read.requests.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.write.requests.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.write.requests.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.write.requests.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.allocation_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.allocation","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.allocation","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.read.bytes.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.read.bytes.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.read.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.read.bytes_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.read.bytes","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.read.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"memory.usage_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"memory.usage","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.memory.usage","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.capacity_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.capacity","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.capacity","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"memory.resident_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"memory.resident","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.memory.resident","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.write.requests_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.write.requests","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.write.requests","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.incoming.packets.rate_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.incoming.packets.rate","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.incoming.packets.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.outgoing.bytes_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.outgoing.bytes","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.outgoing.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.outgoing.packets.rate_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.outgoing.packets.rate","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.outgoing.packets.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outpoing.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.outpoing.packets_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.outpoing.packets","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.outpoing.packets","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.incoming.bytes.rate_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.incoming.bytes.rate","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.incoming.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.incoming.bytes_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.incoming.bytes","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.incoming.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.outgoing.bytes.rate_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.outgoing.bytes.rate","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.outgoing.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.incoming.packets_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.incoming.packets","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.incoming.packets","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}],"tosca.capabilities.OperatingSystem":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"os_ubuntu18","type":"tosca.capabilities.OperatingSystem","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"os","uniqueId":"capability.9c6edad1-31ff-4bd2-9109-74975db4e082.os","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false}],"tosca.capabilities.Endpoint.Admin":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"secure","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"endpoint_ubuntu18","type":"tosca.capabilities.Endpoint.Admin","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"endpoint","uniqueId":"capability.9c6edad1-31ff-4bd2-9109-74975db4e082.endpoint","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"attachment_ubuntu18_ubuntu18_admin_plane_port_0","type":"tosca.capabilities.Attachment","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"attachment","uniqueId":"capability.a966fe62-250b-4485-bc2e-2159288efacb.attachment","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"node":"tosca.nodes.Root","name":"dependency_ubuntu18","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"dependency","uniqueId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.dependency","capability":"tosca.capabilities.Node","ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","empty":false},{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"node":"tosca.nodes.Root","name":"dependency_ubuntu18_ubuntu18_admin_plane_port_0","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"dependency","uniqueId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.dependency","capability":"tosca.capabilities.Node","ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"link_ubuntu18_ubuntu18_admin_plane_port_0","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"link","uniqueId":"f5eb4f49-d23c-4430-84a0-df17fa5bb1ac.link","capability":"tosca.capabilities.network.Linkable","ownerId":"f5eb4f49-d23c-4430-84a0-df17fa5bb1ac","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.network.LinksTo","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"node":"tosca.nodes.BlockStorage","name":"local_storage_ubuntu18","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"local_storage","uniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_order","type":"integer","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_order","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_security_groups","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_security_groups","value":"[[\"ubuntu18_admin_security_group\"]]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_mac_requirements","type":"org.openecomp.datatypes.network.MacRequirements","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_mac_requirements","value":"{\"mac_count_required\":{\"is_required\":false}}","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"ubuntu18_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","getInputValues":[{"propName":"vm_flavor_name","inputName":"ubuntu18_flavor_name","inputId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.compute_ubuntu18_user_data_format","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_user_data_format","value":"[\"RAW\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f854439a-0808-4b7e-8eae-c1d4841bcc75.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_ubuntu18ServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"ubuntu18_image_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","getInputValues":[{"propName":"vm_image_name","inputName":"ubuntu18_image_name","inputId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"ubuntu18","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_ip_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_ip_requirements","value":"[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":false},\"floating_ip_count_required\":{\"is_required\":false}}]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.IpRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_vlan_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_vlan_requirements","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.VlanRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"ubuntu18","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.compute_ubuntu18_metadata","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"04382a86-101e-43c9-a988-860475f499aa.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"04382a86-101e-43c9-a988-860475f499aa.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"04382a86-101e-43c9-a988-860475f499aa.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":"2a0a51d7-af11-451e-b02c-55820bf9e49f.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_network_role","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_network_role","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.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":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.compute_ubuntu18_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_name","value":"[{\"get_input\":\"ubuntu18_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"compute_ubuntu18_name","inputName":"ubuntu18_name_0","inputId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_related_networks","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_related_networks","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.RelatedNetworksAssignments","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_network","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_network","value":"[{\"get_input\":\"admin_plane_net_name\"}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"port_ubuntu18_admin_plane_port_0_network","inputName":"admin_plane_net_name","inputId":"04382a86-101e-43c9-a988-860475f499aa.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":"2a0a51d7-af11-451e-b02c-55820bf9e49f.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":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.compute_ubuntu18_key_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_key_name","value":"[\"UNSUPPORTED_RESOURCE_ubuntu18_instantiated_key_name\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_exCP_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_exCP_naming","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_subnetpoolid","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_subnetpoolid","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_network_role_tag","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_network_role_tag","value":"admin_plane","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"abstract_ubuntu18"},"actualComponentUid":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","createdFromCsar":true,"name":"abstract_ubuntu18","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","normalizedName":"abstract_ubuntu18","icon":"defaulticon","creationTime":1624326713542,"originType":"CVFC","isProxy":false,"toscaArtifacts":{},"directives":["substitutable"],"invariantName":"abstract_ubuntu18","createdFrom":"CSAR","componentUid":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.BasicOnboardFnaxfwcvfc.abstract.abstract.nodes.ubuntu18","modificationTime":1624326713848,"customizationUUID":"c4c580f1-499f-470d-b6a4-5a9c7e089429","posX":"275.0","posY":"325.0","componentName":"basic_onboard_fnaXFw-nodes.ubuntu18Cvfc","originArchived":false,"propertyValueCounter":1,"serviceSubstitution":false,"empty":false}],"componentInstancesRelations":[{"toNode":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","relationships":[{"relation":{"requirement":"port","capabilityOwnerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","requirementOwnerId":"04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group","id":"551c24a1-e09e-46a7-acbf-ecb3bd3426af","relationship":{"type":"org.openecomp.relationships.AttachesTo"},"capability":"attachment_ubuntu18_ubuntu18_admin_plane_port_0","capabilityUid":"capability.a966fe62-250b-4485-bc2e-2159288efacb.attachment","requirementUid":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1.port"},"operations":[]}],"fromNode":"04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group","originUI":false}],"componentInstancesInputs":{"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18":[{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_order","type":"integer","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_order","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_security_groups","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_security_groups","value":"[[\"ubuntu18_admin_security_group\"]]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_mac_requirements","type":"org.openecomp.datatypes.network.MacRequirements","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_mac_requirements","value":"{\"mac_count_required\":{\"is_required\":false}}","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"ubuntu18_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_flavor_name","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","getInputValues":[{"propName":"vm_flavor_name","inputName":"ubuntu18_flavor_name","inputId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.compute_ubuntu18_user_data_format","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_user_data_format","value":"[\"RAW\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f854439a-0808-4b7e-8eae-c1d4841bcc75.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_ubuntu18ServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"ubuntu18_image_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_image_name","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","getInputValues":[{"propName":"vm_image_name","inputName":"ubuntu18_image_name","inputId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"ubuntu18","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_ip_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_ip_requirements","value":"[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":false},\"floating_ip_count_required\":{\"is_required\":false}}]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.IpRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_vlan_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_vlan_requirements","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.VlanRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"ubuntu18","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.compute_ubuntu18_metadata","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","immutable":false,"mappedToComponentProperty":true,"inputId":"04382a86-101e-43c9-a988-860475f499aa.vf_module_id","getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"04382a86-101e-43c9-a988-860475f499aa.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"04382a86-101e-43c9-a988-860475f499aa.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"04382a86-101e-43c9-a988-860475f499aa.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":"2a0a51d7-af11-451e-b02c-55820bf9e49f.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_network_role","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_network_role","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.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":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.compute_ubuntu18_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_name","value":"[{\"get_input\":\"ubuntu18_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"inputId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_name_0","getInputValues":[{"propName":"compute_ubuntu18_name","inputName":"ubuntu18_name_0","inputId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_related_networks","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_related_networks","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.RelatedNetworksAssignments","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_network","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_network","value":"[{\"get_input\":\"admin_plane_net_name\"}]","immutable":false,"mappedToComponentProperty":true,"inputId":"04382a86-101e-43c9-a988-860475f499aa.admin_plane_net_name","getInputValues":[{"propName":"port_ubuntu18_admin_plane_port_0_network","inputName":"admin_plane_net_name","inputId":"04382a86-101e-43c9-a988-860475f499aa.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":"2a0a51d7-af11-451e-b02c-55820bf9e49f.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":"2a0a51d7-af11-451e-b02c-55820bf9e49f","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"empty":false,"ownerId":"2a0a51d7-af11-451e-b02c-55820bf9e49f"},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.compute_ubuntu18_key_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_key_name","value":"[\"UNSUPPORTED_RESOURCE_ubuntu18_instantiated_key_name\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_exCP_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_exCP_naming","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_subnetpoolid","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_subnetpoolid","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"0ead9fa4-a0d3-4406-a1c7-80883c80735c.port_ubuntu18_admin_plane_port_0_network_role_tag","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_network_role_tag","value":"admin_plane","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}]},"componentInstancesProperties":{"04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group":[{"definition":false,"hidden":false,"uniqueId":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1.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":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1.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":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1.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":{"04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group":[{"parentUniqueId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","uniqueId":"attribute.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.tosca_name","name":"tosca_name","type":"string","definition":false,"ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","empty":false},{"uniqueId":"attribute.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.show","name":"show","type":"string","definition":false,"description":"Detailed information about resource","status":"supported","empty":false},{"parentUniqueId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","uniqueId":"attribute.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.state","name":"state","type":"string","definition":false,"ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","empty":false},{"parentUniqueId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","uniqueId":"attribute.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.tosca_id","name":"tosca_id","type":"string","definition":false,"ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group"],"name":"feature","type":"tosca.capabilities.Node","source":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","uniqueId":"capability.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.feature","ownerId":"04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"empty":false},{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"feature_ubuntu18","type":"tosca.capabilities.Node","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"feature","uniqueId":"capability.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.feature","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"feature_ubuntu18_ubuntu18_admin_plane_port_0","type":"tosca.capabilities.Node","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"feature","uniqueId":"capability.ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.feature","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"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":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"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":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"password":false,"name":"default_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"scalable_ubuntu18","type":"tosca.capabilities.Scalable","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"scalable","uniqueId":"capability.9c6edad1-31ff-4bd2-9109-74975db4e082.scalable","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false}],"org.openecomp.capabilities.Forwarder":[{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"forwarder_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.Forwarder","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"forwarder","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.forwarder","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"binding_ubuntu18","type":"tosca.capabilities.network.Bindable","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"binding","uniqueId":"capability.9c6edad1-31ff-4bd2-9109-74975db4e082.binding","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"binding_ubuntu18_ubuntu18_admin_plane_port_0","type":"tosca.capabilities.network.Bindable","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"binding","uniqueId":"capability.a966fe62-250b-4485-bc2e-2159288efacb.binding","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}],"org.openecomp.capabilities.PortMirroring":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"ubuntu18\",\"network_role\":{\"get_input\":\"port_ubuntu18_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f7bb76a0-c870-4769-814d-f441d5701da7","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"f7bb76a0-c870-4769-814d-f441d5701da7"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"port_mirroring_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.PortMirroring","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"port_mirroring","uniqueId":"capability.f7bb76a0-c870-4769-814d-f441d5701da7.port_mirroring","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}],"tosca.capabilities.Container":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"password":false,"name":"num_cpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"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":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"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":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"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":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"host_ubuntu18","type":"tosca.capabilities.Container","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"host","uniqueId":"capability.9c6edad1-31ff-4bd2-9109-74975db4e082.host","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.ephemeral.size_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.ephemeral.size","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.ephemeral.size","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"instance_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"instance","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.instance","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"memory_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"memory","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.memory","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.iops_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.iops","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.iops","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.read.requests_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.read.requests","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.read.requests","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"cpu.delta_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"cpu.delta","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.cpu.delta","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.capacity_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.capacity","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.capacity","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.read.bytes_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.read.bytes","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.read.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.write.bytes_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.write.bytes","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.write.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.latency_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.latency","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.latency","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.read.bytes.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.read.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.usage_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.usage","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.usage","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"cpu_util_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"cpu_util","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.cpu_util","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.allocation_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.allocation","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.allocation","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.write.requests.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.write.requests.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.write.requests.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.write.bytes.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.write.bytes.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.write.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.latency_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.latency","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.latency","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"cpu_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"cpu","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.cpu","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.write.requests_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.write.requests","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.write.requests","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.write.bytes_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.write.bytes","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.write.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.read.requests_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.read.requests","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.read.requests","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.root.size_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.root.size","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.root.size","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.write.bytes.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.write.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"vcpus_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"vcpus","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.vcpus","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.iops_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.iops","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.iops","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.usage_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.usage","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.usage","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.read.requests.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.read.requests.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.read.requests.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.write.requests.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.write.requests.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.write.requests.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.allocation_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.allocation","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.allocation","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.read.bytes.rate_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.read.bytes.rate","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.read.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.read.bytes_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.read.bytes","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.read.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"memory.usage_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"memory.usage","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.memory.usage","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.device.capacity_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.device.capacity","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.device.capacity","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"memory.resident_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"memory.resident","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.memory.resident","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"disk.write.requests_ubuntu18","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"disk.write.requests","uniqueId":"capability.da51ade9-f8bf-45d8-85e0-dffaf5dd8b4e.disk.write.requests","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.incoming.packets.rate_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.incoming.packets.rate","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.incoming.packets.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.outgoing.bytes_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.outgoing.bytes","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.outgoing.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.outgoing.packets.rate_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.outgoing.packets.rate","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.outgoing.packets.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outpoing.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.outpoing.packets_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.outpoing.packets","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.outpoing.packets","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.incoming.bytes.rate_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.incoming.bytes.rate","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.incoming.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.incoming.bytes_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.incoming.bytes","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.incoming.bytes","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.outgoing.bytes.rate_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.outgoing.bytes.rate","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.outgoing.bytes.rate","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"078a2e10-3758-4d07-9dd7-42c7dd0b0d9b"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"network.incoming.packets_ubuntu18_ubuntu18_admin_plane_port_0","type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"network.incoming.packets","uniqueId":"capability.078a2e10-3758-4d07-9dd7-42c7dd0b0d9b.network.incoming.packets","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}],"tosca.capabilities.OperatingSystem":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"os_ubuntu18","type":"tosca.capabilities.OperatingSystem","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"os","uniqueId":"capability.9c6edad1-31ff-4bd2-9109-74975db4e082.os","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false}],"tosca.capabilities.Endpoint.Admin":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"secure","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082"}],"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"endpoint_ubuntu18","type":"tosca.capabilities.Endpoint.Admin","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"endpoint","uniqueId":"capability.9c6edad1-31ff-4bd2-9109-74975db4e082.endpoint","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardFnaxfw.abstract.compute.nodes.heat.ubuntu18"],"empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"attachment_ubuntu18_ubuntu18_admin_plane_port_0","type":"tosca.capabilities.Attachment","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"attachment","uniqueId":"capability.a966fe62-250b-4485-bc2e-2159288efacb.attachment","ownerId":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group"],"node":"tosca.nodes.Root","name":"dependency","source":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","uniqueId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.dependency","capability":"tosca.capabilities.Node","ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","empty":false},{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"node":"tosca.nodes.Root","name":"dependency_ubuntu18","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"dependency","uniqueId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.dependency","capability":"tosca.capabilities.Node","ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","empty":false},{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"node":"tosca.nodes.Root","name":"dependency_ubuntu18_ubuntu18_admin_plane_port_0","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"dependency","uniqueId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881.dependency","capability":"tosca.capabilities.Node","ownerId":"ba1f0a1e-aa0f-488d-8ecf-e4691a99a881","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.a966fe62-250b-4485-bc2e-2159288efacb.ubuntu18_ubuntu18_admin_plane_port_0","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"name":"link_ubuntu18_ubuntu18_admin_plane_port_0","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"link","uniqueId":"f5eb4f49-d23c-4430-84a0-df17fa5bb1ac.link","capability":"tosca.capabilities.network.Linkable","ownerId":"f5eb4f49-d23c-4430-84a0-df17fa5bb1ac","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.network.LinksTo","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group"],"node":"org.openecomp.resource.cp.nodes.heat.network.neutron.Port","name":"port","source":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","uniqueId":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1.port","capability":"tosca.capabilities.Attachment","ownerId":"04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"org.openecomp.relationships.AttachesTo","empty":false},{"external":false,"path":["0ead9fa4-a0d3-4406-a1c7-80883c80735c.4f395a0a-890a-46e8-8f1f-989407319ab6.ubuntu18","04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18"],"node":"tosca.nodes.BlockStorage","name":"local_storage_ubuntu18","source":"0ead9fa4-a0d3-4406-a1c7-80883c80735c","parentName":"local_storage","uniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"9c6edad1-31ff-4bd2-9109-74975db4e082","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vf_module_id","type":"string","required":false,"defaultValue":"Ubuntu18-VF-module","description":"The VF Module ID is provided by ONAP","password":false,"name":"vf_module_id","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.multi_stage_design","type":"boolean","required":false,"defaultValue":"false","password":false,"name":"multi_stage_design","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.availability_zone_max_count","type":"integer","required":false,"defaultValue":"1","password":false,"name":"availability_zone_max_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vnf_name","type":"string","required":false,"defaultValue":"Ubuntu18-VNF-name","description":"The VM name","password":false,"name":"vnf_name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_name_0","type":"string","required":false,"defaultValue":"ubuntu18","description":"The VM name","password":false,"name":"ubuntu18_name_0","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_pub_key","type":"string","required":false,"defaultValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","description":"Public key to be installed on the compute instance","password":false,"name":"ubuntu18_pub_key","label":"Public key","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.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":"04382a86-101e-43c9-a988-860475f499aa.vnf_id","type":"string","required":false,"defaultValue":"Ubuntu18-VNF","description":"The VNF ID is provided by ONAP","password":false,"name":"vnf_id","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.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":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_flavor_name","type":"string","required":false,"defaultValue":"m1.small","description":"Type of instance (flavor) to be used","password":false,"name":"ubuntu18_flavor_name","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.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":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_image_name","type":"string","required":false,"defaultValue":"ubuntu-18.04-daily","description":"Image to be used for compute instance","password":false,"name":"ubuntu18_image_name","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"}],"groups":[{"typeUid":"org.openecomp.groups.heat.HeatStack.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"base_ubuntu18_group","name":"base_ubuntu18_group","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.base_ubuntu18_group","version":"0.0","properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file.property.1","type":"string","required":true,"description":"Heat file which associate to this group/heat stack","password":false,"name":"heat_file","value":"../Artifacts/base_ubuntu18.yaml","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file"},{"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,"empty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description"}],"type":"org.openecomp.groups.heat.HeatStack","members":{"abstract_ubuntu18":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ubuntu18_admin_security_group":"04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group"},"invariantName":"base_ubuntu18_group","createdFrom":"CSAR","invariantUUID":"5be694f0-15e4-4425-89a0-42c607caa9d8","groupUUID":"4b625d5f-75ac-4258-9e55-780f88a0cdd3","vspOriginated":true,"userDefined":false,"empty":false},{"typeUid":"org.openecomp.groups.VfModule.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"BasicOnboardFnaxfw..base_ubuntu18..module-0","name":"BasicOnboardFnaxfw..base_ubuntu18..module-0","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.BasicOnboardFnaxfw..base_ubuntu18..module-0","version":"0.0","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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type"},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"description":"Alternate textual key used to reference this VF-Module model. Must be unique within the VNF model\n","password":false,"name":"vf_module_label","value":"base_ubuntu18","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count"}],"type":"org.openecomp.groups.VfModule","members":{"abstract_ubuntu18":"04382a86-101e-43c9-a988-860475f499aa.0ead9fa4-a0d3-4406-a1c7-80883c80735c.abstract_ubuntu18","ubuntu18_admin_security_group":"04382a86-101e-43c9-a988-860475f499aa.03a3f74c-6d2a-4abc-8267-e01972e7fcd1.ubuntu18_admin_security_group"},"artifacts":["04382a86-101e-43c9-a988-860475f499aa.heat1","04382a86-101e-43c9-a988-860475f499aa.heat1env"],"invariantName":"BasicOnboardFnaxfw..base_ubuntu18..module-0","createdFrom":"CSAR","invariantUUID":"9cd01725-a167-42d1-8bc8-c1d6d4a5d37d","artifactsUuid":["67aafc7c-ec0c-4eff-925d-5d1a461ef195"],"groupUUID":"e3fb986e-6d38-40e2-a8de-0b18e476a077","vspOriginated":true,"userDefined":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.BasicOnboardFnaxfw","vendorName":"basic_onboard_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","version":"0.1","creationDate":1624326705146,"icon":"defaulticon","name":"basic_onboard_fnaXFw","componentType":"RESOURCE","description":"VF","tags":["basic_onboard_fnaXFw"],"uniqueId":"04382a86-101e-43c9-a988-860475f499aa","componentMetadataForSupportLog":{"SupportablityComponentUUID":"ad0c83b2-6f01-4196-8907-268b9fbc0a28","SupportablityComponentName":"basic_onboard_fnaXFw","SupportablityCsarVersion":"1.0","SupportablityCsarUUID":"0f9258ec49fa413e9ed3fc81bbcef184","SupportablityComponentVersion":"0.1"},"contactId":"cs0008","uuid":"ad0c83b2-6f01-4196-8907-268b9fbc0a28","highestVersion":true,"systemName":"BasicOnboardFnaxfw","invariantUUID":"46f67e6d-38e9-4824-9a02-23f61a7e6429","normalizedName":"basiconboardfnaxfw","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdateDate":1624326713678,"allArtifacts":{"heat1":{"payloadData":"YUdWaGRGOTBaVzF3YkdGMFpWOTJaWEp6YVc5dU9pQXlNREV6TFRBMUxUSXpDZ3BrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnZFdKMWJuUjFJRlpOSUVOc2IzTmxaQ0JNYjI5d0lHWnZjaUJQVGtGUUNncHdZWEpoYldWMFpYSnpPZ29nSUNNZ1RXVjBZV1JoZEdFZ2NtVnhkV2x5WldRZ1lua2dUMDVCVUFvZ0lIWnVabDl1WVcxbE9nb2dJQ0FnZEhsd1pUb2djM1J5YVc1bkNpQWdJQ0JzWVdKbGJEb2dWazBnYm1GdFpRb2dJQ0FnWkdWelkzSnBjSFJwYjI0NklGUm9aU0JXVFNCdVlXMWxDaUFnZG01bVgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVms1R0lFbEVDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWR2hsSUZaT1JpQkpSQ0JwY3lCd2NtOTJhV1JsWkNCaWVTQlBUa0ZRQ2lBZ2RtWmZiVzlrZFd4bFgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVmtZZ2JXOWtkV3hsSUVsRUNpQWdJQ0JrWlhOamNtbHdkR2x2YmpvZ1ZHaGxJRlpHSUUxdlpIVnNaU0JKUkNCcGN5QndjbTkyYVdSbFpDQmllU0JQVGtGUUNnb2pJRk5sY25abGNpQndZWEpoYldWMFpYSnpMQ0J1WVcxcGJtY2djbVZ4ZFdseVpXUWdZbmtnVDA1QlVBb2dJSFZpZFc1MGRURTRYMmx0WVdkbFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCSmJXRm5aU0J1WVcxbElHOXlJRWxFQ2lBZ0lDQmtaWE5qY21sd2RHbHZiam9nU1cxaFoyVWdkRzhnWW1VZ2RYTmxaQ0JtYjNJZ1kyOXRjSFYwWlNCcGJuTjBZVzVqWlFvZ0lIVmlkVzUwZFRFNFgyWnNZWFp2Y2w5dVlXMWxPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nUm14aGRtOXlDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWSGx3WlNCdlppQnBibk4wWVc1alpTQW9abXhoZG05eUtTQjBieUJpWlNCMWMyVmtDaUFnZFdKMWJuUjFNVGhmY0hWaVgydGxlVG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZCMVlteHBZeUJyWlhrS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWRXSnNhV01nYTJWNUlIUnZJR0psSUdsdWMzUmhiR3hsWkNCdmJpQjBhR1VnWTI5dGNIVjBaU0JwYm5OMFlXNWpaUW9nSUhWaWRXNTBkVEU0WDI1aGJXVmZNRG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZaTklHNWhiV1VLSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJVYUdVZ1ZrMGdibUZ0WlFvS0l5Qk9aWFIzYjNKcklIQmhjbUZ0WlhSbGNuTXNJRzVoYldsdVp5QnlaWEYxYVhKbFpDQmllU0JQVGtGUUNpQWdZV1J0YVc1ZmNHeGhibVZmYm1WMFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCdFlXNWhaMlZ0Wlc1MElHNWxkSGR2Y21zS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCVWFHVWdaWGgwWlhKdVlXd2diV0Z1WVdkbGJXVnVkQ0J1WlhSM2IzSnJDZ29qSUVSRFFVVWdjR0Z5WVcxbGRHVnljd29nSUdSallXVmZZMjlzYkdWamRHOXlYMmx3T2dvZ0lDQWdkSGx3WlRvZ2MzUnlhVzVuQ2lBZ0lDQnNZV0psYkRvZ1JFTkJSU0JqYjJ4c1pXTjBiM0lnU1ZBZ1lXUmtjbVZ6Y3dvZ0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVsUUlHRmtaSEpsYzNNZ2IyWWdkR2hsSUVSRFFVVWdZMjlzYkdWamRHOXlDaUFnWkdOaFpWOWpiMnhzWldOMGIzSmZjRzl5ZERvS0lDQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQWdiR0ZpWld3NklFUkRRVVVnWTI5c2JHVmpkRzl5SUhCdmNuUUtJQ0FnSUdSbGMyTnlhWEIwYVc5dU9pQlFiM0owSUc5bUlIUm9aU0JFUTBGRklHTnZiR3hsWTNSdmNnb0tjbVZ6YjNWeVkyVnpPZ29nSUhKaGJtUnZiUzF6ZEhJNkNpQWdJQ0IwZVhCbE9pQlBVem82U0dWaGREbzZVbUZ1Wkc5dFUzUnlhVzVuQ2lBZ0lDQndjbTl3WlhKMGFXVnpPZ29nSUNBZ0lDQnNaVzVuZEdnNklEUUtDaUFnZFdKMWJuUjFNVGhmYVc1emRHRnVkR2xoZEdWa1gydGxlVjl1WVcxbE9nb2dJQ0FnZEhsd1pUb2dUMU02T2s1dmRtRTZPa3RsZVZCaGFYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUc1aGJXVTZDaUFnSUNBZ0lDQWdjM1J5WDNKbGNHeGhZMlU2Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2NISmxYMkpoYzJWZmNtRnVaQW9nSUNBZ0lDQWdJQ0FnY0dGeVlXMXpPZ29nSUNBZ0lDQWdJQ0FnSUNCd2NtVTZJR3RsZVY4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J3ZFdKc2FXTmZhMlY1T2lCN0lHZGxkRjl3WVhKaGJUb2dkV0oxYm5SMU1UaGZjSFZpWDJ0bGVTQjlDaUFnSUNBZ0lITmhkbVZmY0hKcGRtRjBaVjlyWlhrNklHWmhiSE5sQ2dvZ0lIVmlkVzUwZFRFNFgyRmtiV2x1WDNObFkzVnlhWFI1WDJkeWIzVndPZ29nSUNBZ2RIbHdaVG9nVDFNNk9rNWxkWFJ5YjI0Nk9sTmxZM1Z5YVhSNVIzSnZkWEFLSUNBZ0lIQnliM0JsY25ScFpYTTZDaUFnSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJ6WldOMWNtbDBlU0JuY205MWNBb2dJQ0FnSUNCdVlXMWxPZ29nSUNBZ0lDQWdJSE4wY2w5eVpYQnNZV05sT2dvZ0lDQWdJQ0FnSUNBZ2RHVnRjR3hoZEdVNklIQnlaVjlpWVhObFgzSmhibVFLSUNBZ0lDQWdJQ0FnSUhCaGNtRnRjem9LSUNBZ0lDQWdJQ0FnSUNBZ2NISmxPaUJ6WjE4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J5ZFd4bGN6b2dXd29nSUNBZ0lDQWdJSHR5WlcxdmRHVmZhWEJmY0hKbFptbDRPaUF3TGpBdU1DNHdMekFzSUhCeWIzUnZZMjlzT2lCMFkzQXNJSEJ2Y25SZmNtRnVaMlZmYldsdU9pQXlNaXdnY0c5eWRGOXlZVzVuWlY5dFlYZzZJREl5ZlN3S0lDQWdJQ0FnSUNCN2NtVnRiM1JsWDJsd1gzQnlaV1pwZURvZ01DNHdMakF1TUM4d0xDQndjbTkwYjJOdmJEb2dhV050Y0gxZENnb2dJSFZpZFc1MGRURTRYekJmWVdSdGFXNWZjR3hoYm1WZmNHOXlkRjh3T2dvZ0lDQWdkSGx3WlRvZ1QxTTZPazVsZFhSeWIyNDZPbEJ2Y25RS0lDQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdJRzVoYldVNkNpQWdJQ0FnSUNBZ2MzUnlYM0psY0d4aFkyVTZDaUFnSUNBZ0lDQWdJQ0IwWlcxd2JHRjBaVG9nY0hKbFgySmhjMlZmY21GdVpBb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0J3Y21VNklIQnZjblJmQ2lBZ0lDQWdJQ0FnSUNBZ0lHSmhjMlU2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYm1GdFpTQjlDaUFnSUNBZ0lDQWdJQ0FnSUhKaGJtUTZJSHNnWjJWMFgzSmxjMjkxY21ObE9pQnlZVzVrYjIwdGMzUnlJSDBLSUNBZ0lDQWdibVYwZDI5eWF6b2dleUJuWlhSZmNHRnlZVzA2SUdGa2JXbHVYM0JzWVc1bFgyNWxkRjl1WVcxbElIMEtJQ0FnSUNBZ2MyVmpkWEpwZEhsZlozSnZkWEJ6T2lCYmV5Qm5aWFJmY21WemIzVnlZMlU2SUhWaWRXNTBkVEU0WDJGa2JXbHVYM05sWTNWeWFYUjVYMmR5YjNWd0lIMWRDZ29nSUhWaWRXNTBkVEU0WDFaTlgzTmxkSFJwYm1kek9nb2dJQ0FnZEhsd1pUb2dUMU02T2tobFlYUTZPbE52Wm5SM1lYSmxRMjl1Wm1sbkNpQWdJQ0J3Y205d1pYSjBhV1Z6T2dvZ0lDQWdJQ0JqYjI1bWFXYzZJSHdLSUNBZ0lDQWdJQ0FnSUNBZ0l5RXZZbWx1TDJKaGMyZ0tJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElIVndaR0YwWlFvS0lDQjFZblZ1ZEhVeE9GOXpaWEoyWlhKZk1Eb0tJQ0FnSUhSNWNHVTZJRTlUT2pwT2IzWmhPanBUWlhKMlpYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUdsdFlXZGxPaUI3SUdkbGRGOXdZWEpoYlRvZ2RXSjFiblIxTVRoZmFXMWhaMlZmYm1GdFpTQjlDaUFnSUNBZ0lHWnNZWFp2Y2pvZ2V5Qm5aWFJmY0dGeVlXMDZJSFZpZFc1MGRURTRYMlpzWVhadmNsOXVZVzFsSUgwS0lDQWdJQ0FnYm1GdFpUb2dleUJuWlhSZmNHRnlZVzA2SUhWaWRXNTBkVEU0WDI1aGJXVmZNQ0I5Q2lBZ0lDQWdJRzFsZEdGa1lYUmhPaUI3ZG01bVgybGtPaUI3SUdkbGRGOXdZWEpoYlRvZ2RtNW1YMmxrSUgwc0lIWm1YMjF2WkhWc1pWOXBaRG9nZXlCblpYUmZjR0Z5WVcwNklIWm1YMjF2WkhWc1pWOXBaQ0I5TENCMmJtWmZibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDE5Q2lBZ0lDQWdJR3RsZVY5dVlXMWxPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1UaGZhVzV6ZEdGdWRHbGhkR1ZrWDJ0bGVWOXVZVzFsSUgwS0lDQWdJQ0FnYm1WMGQyOXlhM002Q2lBZ0lDQWdJQ0FnTFNCd2IzSjBPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1UaGZNRjloWkcxcGJsOXdiR0Z1WlY5d2IzSjBYekFnZlFvZ0lDQWdJQ0IxYzJWeVgyUmhkR0ZmWm05eWJXRjBPaUJTUVZjS0lDQWdJQ0FnZFhObGNsOWtZWFJoT2dvZ0lDQWdJQ0FnSUhOMGNsOXlaWEJzWVdObE9nb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0JmWDJSallXVmZZMjlzYkdWamRHOXlYMmx3WDE4NklIc2daMlYwWDNCaGNtRnRPaUJrWTJGbFgyTnZiR3hsWTNSdmNsOXBjQ0I5Q2lBZ0lDQWdJQ0FnSUNBZ0lGOWZaR05oWlY5amIyeHNaV04wYjNKZmNHOXlkRjlmT2lCN0lHZGxkRjl3WVhKaGJUb2daR05oWlY5amIyeHNaV04wYjNKZmNHOXlkQ0I5Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2ZBb2dJQ0FnSUNBZ0lDQWdJQ0FqSVM5aWFXNHZZbUZ6YUFvS0lDQWdJQ0FnSUNBZ0lDQWdJeUJEY21WaGRHVWdZMjl1Wm1sbmRYSmhkR2x2YmlCbWFXeGxjd29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFyWkdseUlDOXZjSFF2WTI5dVptbG5DaUFnSUNBZ0lDQWdJQ0FnSUdWamFHOGdYMTlrWTJGbFgyTnZiR3hsWTNSdmNsOXBjRjlmSUQ0Z0wyOXdkQzlqYjI1bWFXY3ZaR05oWlY5amIyeHNaV04wYjNKZmFYQXVkSGgwQ2lBZ0lDQWdJQ0FnSUNBZ0lHVmphRzhnWDE5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMFgxOGdQaUF2YjNCMEwyTnZibVpwWnk5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMExuUjRkQW9nSUNBZ0lDQWdJQ0FnSUNCalpDQXZiM0IwQ2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnWVhCMExXZGxkQ0IxY0dSaGRHVUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElHbHVjM1JoYkd3Z0xTMWhiR3h2ZHkxMWJtRjFkR2hsYm5ScFkyRjBaV1FnTFhrZ2JXRnJaU0JuWTJNZ2NuQnNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdZWEIwTFdkbGRDQjFjR1JoZEdVZ0ppWWdjM1ZrYnlCaGNIUXRaMlYwSUMxNUlIVndaM0poWkdVS0lDQWdJQ0FnSUNBZ0lDQWdjM1ZrYnlCaGNIUXRaMlYwSUdsdWMzUmhiR3dnTFhrZ2JHbGlZM1Z5YkRRdGIzQmxibk56YkMxa1pYWUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5Qm5hWFFnWTJ4dmJtVWdhSFIwY0hNNkx5OW5hWFJvZFdJdVkyOXRMMjl1WVhBdmRtNW1jMlJyTFhabGN5MWhaMlZ1ZEM1bmFYUUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmpjQ0F0Y2lCMmJtWnpaR3N0ZG1WekxXRm5aVzUwTDNabGMyeHBZbkpoY25rdmRtVnpYMk5zYVdKeVlYSjVMeUF2YjNCMENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NtMGdMWEptSUM5dmNIUXZkbTVtYzJSckxYWmxjeTFoWjJWdWRDOEtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmphRzF2WkNBcmVDQXZiM0IwTDNabGMxOWpiR2xpY21GeWVTOWxkbVZzTDJWMlpXd3RiR2xpY21GeWVTOWpiMlJsTDFaRlUzSmxjRzl5ZEdsdVoxOTJSbGN2WjI4dFkyeHBaVzUwTG5Ob0NpQWdJQ0FnSUNBZ0lDQWdJR05rSUM5dmNIUXZkbVZ6WDJOc2FXSnlZWEo1TDJWMlpXd3ZaWFpsYkMxc2FXSnlZWEo1TDJKc1pHcHZZbk12Q2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnYlhZZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtZGZka1pYSUM0dUwyTnZaR1V2VmtWVGNtVndiM0owYVc1bkNpQWdJQ0FnSUNBZ0lDQWdJQ01nWTJodmIzTmxJRWhVVkZCVENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NuQnNJQ0FpTUN3Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0x5b2dTRlJVVUZNL0lpQWlNU3dnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHlvZ1NGUlVVRk0vSWlBZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtY3ZkbkJ3WDIxbFlYTjFjbVZ0Wlc1MFgzSmxjRzl5ZEdWeUxtTUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QWdiV0ZyWlNCamJHVmhiZ29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFoYTJVZ1lXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdjMnhsWlhBZ01Rb2dJQ0FnSUNBZ0lDQWdJQ0JqWkNBdmIzQjBMM1psYzE5amJHbGljbUZ5ZVM5bGRtVnNMMlYyWld3dGJHbGljbUZ5ZVM5c2FXSnpMM2c0Tmw4Mk5Bb2dJQ0FnSUNBZ0lDQWdJQ0J6ZFdSdklHTndJR3hwWW1WMlpXd3VjMjhnTDNWemNpOXNhV0lLSUNBZ0lDQWdJQ0FnSUNBZ2MzVmtieUJzWkdOdmJtWnBad29nSUNBZ0lDQWdJQ0FnSUNBaklGTjBZWEowSUZaRlV5QmpiR2xsYm5RS0lDQWdJQ0FnSUNBZ0lDQWdZMlFnTDI5d2RDOTJaWE5mWTJ4cFluSmhjbmt2WlhabGJDOWxkbVZzTFd4cFluSmhjbmt2WTI5a1pTOVdSVk55WlhCdmNuUnBibWN2Q2lBZ0lDQWdJQ0FnSUNBZ0lDNHZaMjh0WTJ4cFpXNTBMbk5vSUNZK0wyUmxkaTl1ZFd4c0lDWmthWE52ZDI0S0lDQWdJQ0FnSUNBaloyVjBYM0psYzI5MWNtTmxPaUIxWW5WdWRIVXhPRjlXVFY5elpYUjBhVzVuY3dvPQ==","listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"heatParamUpdated":false,"creationDate":1624326714253,"timeout":30,"description":"created from csar","artifactType":"HEAT","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.heat1","artifactName":"base_ubuntu18.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=","artifactUUID":"67aafc7c-ec0c-4eff-925d-5d1a461ef195","artifactDisplayName":"base_ubuntu18","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"04382a86-101e-43c9-a988-860475f499aa.heat1","duplicated":false,"payloadUpdateDate":1624326714265,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1624326714253,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vspbasiconboardfnaxfwvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZiMjVpYjJGeVpGOW1ibUZZUm5kZlZsTlFDaUFnSUNCaUxpQWdJQ0JFWlhOamNtbHdkR2x2YmlCMlpXNWtiM0lnYzI5bWRIZGhjbVVnY0hKdlpIVmpkQW9nSUNBZ1l5NGdJQ0FnVm1WeWMybHZiam9nTUM0d0NpQWdJQ0JrTGlBZ0lDQldaVzVrYjNJNklHSmhjMmxqWDI5dVltOWhjbVJmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"creationDate":1624326714157,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vspbasiconboardfnaxfwvspinformationtxt","artifactName":"VSP_basic_onboard_fnaXFw_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"NTgzOGVkZDg2YTc5MzBlYWI2M2JiOWNhYjYxM2NiNmU=","artifactUUID":"9e714004-d231-4566-8a88-c03560f41017","artifactDisplayName":"VSP_basic_onboard_fnaXFw_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiconboardfnaxfwvspinformationtxt","esId":"04382a86-101e-43c9-a988-860475f499aa.vspbasiconboardfnaxfwvspinformationtxt","duplicated":false,"payloadUpdateDate":1624326714158,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1624326714157,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"creationDate":1624326714273,"timeout":0,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.heat1env","artifactName":"base_ubuntu18.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ZDQ5ZmVhZDQwYjdkM2I0ZTM4ZGNjNTJmOTNkZWU5Mzk=","generatedFromId":"04382a86-101e-43c9-a988-860475f499aa.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1624326714273,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326714273,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"actualComponentType":"VF","topologyTemplate":true,"creatorUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","allVersions":{"0.1":"04382a86-101e-43c9-a988-860475f499aa"},"categorySpecificMetadata":{},"csarUUID":"0f9258ec49fa413e9ed3fc81bbcef184","csarVersion":"1.0","vspArchived":false,"service":false,"archiveTime":0}
2021-06-22 01:51:57,892 INFO 284:__init__.py(1) - Vf basic_onboard_fnaXFw is created in SDC
2021-06-22 01:51:57,892 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:07,903 INFO 254:__init__.py(1) - attempting to certify/sumbit Vf basic_onboard_fnaXFw in SDC
2021-06-22 01:52:07,906 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-06-22 01:52:07,906 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/04382a86-101e-43c9-a988-860475f499aa/lifecycleState/Certify
2021-06-22 01:52:07,906 DEBUG 106:onap_service.py(1) - [SDC][Certify Vf] data sent: {
  "userRemarks": "certify"
}
2021-06-22 01:52:07,908 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:52:22,153 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources/04382a86-101e-43c9-a988-860475f499aa/lifecycleState/Certify HTTP/1.1" 200 1339
2021-06-22 01:52:22,155 INFO 116:onap_service.py(1) - [SDC][Certify Vf] response code: 200
2021-06-22 01:52:22,156 DEBUG 120:onap_service.py(1) - [SDC][Certify Vf] response: {"uniqueId":"3b7a1ae5-8dff-465a-b867-907eb730042f","name":"basic_onboard_fnaXFw","version":"1.0","isHighestVersion":true,"creationDate":1624326705146,"lastUpdateDate":1624326731157,"description":"VF","lifecycleState":"CERTIFIED","tags":["basic_onboard_fnaXFw"],"icon":"defaulticon","normalizedName":"basiconboardfnaxfw","systemName":"BasicOnboardFnaxfw","contactId":"cs0008","allVersions":{"1.0":"3b7a1ae5-8dff-465a-b867-907eb730042f"},"csarUUID":"0f9258ec49fa413e9ed3fc81bbcef184","csarVersion":"1.0","invariantUUID":"46f67e6d-38e9-4824-9a02-23f61a7e6429","componentType":"RESOURCE","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"empty":false}],"empty":false}],"creatorUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdaterUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","isArchived":false,"archiveTime":0,"isVspArchived":false,"vendorName":"basic_onboard_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicOnboardFnaxfw","uuid":"ad0c83b2-6f01-4196-8907-268b9fbc0a28"}
2021-06-22 01:52:22,159 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_fnaXFw exists in SDC
2021-06-22 01:52:22,159 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-06-22 01:52:22,159 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-06-22 01:52:22,159 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-06-22 01:52:22,159 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:52:22,160 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-06-22 01:52:22,160 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-06-22 01:52:22,160 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:52:22,162 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:52:22,553 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1081
2021-06-22 01:52:22,555 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-06-22 01:52:22,555 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","name":"vFW 1a933759-10a8","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/bd34bacf-35b3-46be-9c7c-79594a287df7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/1d77f4b8-812b-4d89-a359-d7be185c433c/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"ad0c83b2-6f01-4196-8907-268b9fbc0a28","invariantUUID":"46f67e6d-38e9-4824-9a02-23f61a7e6429","name":"basic_onboard_fnaXFw","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ad0c83b2-6f01-4196-8907-268b9fbc0a28/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-06-22 01:52:22,559 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 1a933759-10a8 from SDC
2021-06-22 01:52:22,559 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:22,559 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:22,560 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:52:22,560 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:52:22,560 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:22,560 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:22,560 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:52:22,560 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_fnaXFw from SDC
2021-06-22 01:52:22,561 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:22,561 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:22,561 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:52:22,561 DEBUG 147:__init__.py(1) - number of Vf returned: 3
2021-06-22 01:52:22,561 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:52:22,561 INFO 192:__init__.py(1) - Vf found, updating information
2021-06-22 01:52:22,561 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-06-22 01:52:22,562 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-06-22 01:52:22,562 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-06-22 01:52:22,562 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-06-22 01:52:22,562 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-06-22 01:52:22,563 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-06-22 01:52:22,565 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:52:24,349 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-06-22 01:52:24,376 INFO 116:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200
2021-06-22 01:52:24,380 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"66fdd579-68b2-48f0-8892-5a05aa011392","lifecycleState":"CERTIFIED","lastUpdateDate":1624316896740,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f587748b-668b-4e56-8b31-09bbd507ec2e","invariantUUID":"469c09af-59d2-4772-9aaa-9912774f2973","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":"port","uniqueId":"f5eb4f49-d23c-4430-84a0-df17fa5bb1ac","lifecycleState":"CERTIFIED","lastUpdateDate":1624316581444,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"098054f8-9fa9-4605-9427-f19a55dfbeea","invariantUUID":"bc0790d1-eed4-430b-9752-1851f86e44cb","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0035ce8a-c403-4adc-a26f-490a4609d646","lifecycleState":"CERTIFIED","lastUpdateDate":1624317376440,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d3865531-c61f-491d-b339-05e3773f3dcc","invariantUUID":"ba7d7da2-d8cc-45a2-aff1-c26e90c81622","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":"network","uniqueId":"d440d28e-07f0-4528-882a-82f022421be9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316663858,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f05cca83-8148-40e1-a73f-a662c0c7bb7f","invariantUUID":"9fe949b1-1725-42b2-a750-4c651f2e9b30","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":"defaulticon","uniqueId":"3b7a1ae5-8dff-465a-b867-907eb730042f","lifecycleState":"CERTIFIED","lastUpdateDate":1624326731157,"name":"basic_onboard_fnaXFw","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ad0c83b2-6f01-4196-8907-268b9fbc0a28","invariantUUID":"46f67e6d-38e9-4824-9a02-23f61a7e6429","systemName":"BasicOnboardFnaxfw","description":"VF","tags":["basic_onboard_fnaXFw"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"acdccb50-470e-4398-ab12-c88de902e35b","lifecycleState":"CERTIFIED","lastUpdateDate":1624316940550,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eff75170-c5f8-4b43-bd74-a5ed547fa002","invariantUUID":"d3668e9c-03e5-4cf5-98b3-3971d7b74356","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":"compute","uniqueId":"9d2c7322-0617-46e0-b174-f36ed1bd8499","lifecycleState":"CERTIFIED","lastUpdateDate":1624317491842,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"45ae762f-c9d2-4448-bf71-4fe2496a3187","invariantUUID":"36eead66-7939-40d3-ac58-cfbfaaa72bbc","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ffa3da8-a278-4638-85b8-614584d01f4e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317140461,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81fc7f53-9c59-4e11-a0c8-16bd8c0e325f","invariantUUID":"71180390-20c7-4118-a655-60c6b5735b30","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","lifecycleState":"CERTIFIED","lastUpdateDate":1624316453675,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fef22515-b83d-46eb-8669-bf2c5f39148d","invariantUUID":"94ee7680-863e-4785-808e-63aeae521ecf","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":"compute","uniqueId":"e7cd70e5-2e22-408f-9abb-28f45d32d1e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316865149,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"935c4d3f-2576-4db9-9bf1-5e81173357ef","invariantUUID":"20d9b1ba-98b4-48d9-b0b6-5e160ceaf8e7","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":"d9e2bb0f-11e4-4eb4-93f8-a7a519839ea2","lifecycleState":"CERTIFIED","lastUpdateDate":1624317330964,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f9ce0b68-cda8-47e0-8ce2-8e5112897c0b","invariantUUID":"c0f4a113-df12-443f-8b38-7c8e5ddb1da2","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e5fe3987-396a-4703-95e9-fda1ebd6af9a","lifecycleState":"CERTIFIED","lastUpdateDate":1624317290444,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ba37e2c-fbfb-492d-a155-09d9306fcdfc","invariantUUID":"45405f88-8577-4bd8-8205-b4dfca90e245","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4c99bdc2-7ee8-449a-88c2-f9e58bfae4d4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316721145,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dd486b37-46d4-4a10-bed0-20d03a1d0cfa","invariantUUID":"9b369702-43e2-4613-aa06-3b6302dd4d34","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":"network","uniqueId":"63457b86-1f3a-4e5b-a199-03781cb44b72","lifecycleState":"CERTIFIED","lastUpdateDate":1624316983548,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb328aa4-171d-40a7-a4f3-b4d28941f6c0","invariantUUID":"134a0dd0-c46c-491f-be17-372c71b8b51f","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":"aba56dc6-cfd6-4a03-9033-fccf769f1117","lifecycleState":"CERTIFIED","lastUpdateDate":1624317270652,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bb8c2dca-4001-4012-82c0-77cf9db18ab3","invariantUUID":"b0078713-2c10-4f8d-a125-5dd86b97f624","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":"network","uniqueId":"b7befc73-106f-43af-8fb3-19ddd3efdae2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316701854,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66d3af78-6a55-4fa0-a320-37c48715650b","invariantUUID":"db047b33-59f7-4252-acd9-aac6a12adfd5","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":"port","uniqueId":"8553634e-b64f-4ec2-86ac-aff653beebf9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316677837,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8a7df8e8-693b-491e-b0f9-78add32104d4","invariantUUID":"02682fd9-a250-42aa-b6b6-6aa1e745effd","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":"objectStorage","uniqueId":"3b411f1a-2e1f-4502-ab46-6ce3f82d904e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317190627,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"51ee8859-dbe4-46e3-abbd-456575b4588b","invariantUUID":"673d6aee-8e3b-4737-a42e-351aa3dd7eb7","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":"compute","uniqueId":"0473785c-6f2e-4c75-a368-d4a95edabdc0","lifecycleState":"CERTIFIED","lastUpdateDate":1624317110234,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ade13e2-3342-447a-a82a-a03e49576945","invariantUUID":"257c1892-f5a4-4e5f-8ab9-24700c8f8659","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":"006062c2-fb8e-41a2-aed4-64a115c3be6d","lifecycleState":"CERTIFIED","lastUpdateDate":1624317320549,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3ccad81e-ff05-4e87-9cce-2246d1a811ba","invariantUUID":"47611caa-26b7-4e24-8884-8df1633ec56a","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":"port","uniqueId":"9da899ff-39ef-42d9-ad44-0cb9f89a2ddf","lifecycleState":"CERTIFIED","lastUpdateDate":1624317523651,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f906e1fe-4b3b-4771-9531-f836758cf8d6","invariantUUID":"1c678515-c67b-424c-89db-a6e25888268d","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"927ed975-1a08-4cc8-adde-16e20d2ea161","lifecycleState":"CERTIFIED","lastUpdateDate":1624317280436,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c3515558-c107-40fd-b57f-89ef9b7257f1","invariantUUID":"e869d715-63af-4bd2-9b86-2bea2f6ef774","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":"defaulticon","uniqueId":"112ba53f-0f5e-4da7-b804-256374bd479c","lifecycleState":"CERTIFIED","lastUpdateDate":1624316513753,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"acd2ed33-9592-444c-b905-e1874c250ee9","invariantUUID":"7c6eeba9-92d7-42c3-80d8-fb7c4230d577","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a123c39f-7d07-48cd-92d3-81e70475e9c6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317121031,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"25cbcd31-a9b1-43c5-8345-034cfa7bdff3","invariantUUID":"42fe4cf8-a1df-420f-b14b-f333c64ae68e","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b93a3479-a1ee-4f06-a74f-98eebe414801","lifecycleState":"CERTIFIED","lastUpdateDate":1624317061245,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47eee740-5127-4041-ae1d-257350629f40","invariantUUID":"22bb4082-dc16-43da-930a-5f9e189c538d","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":"defaulticon","uniqueId":"171e079e-0c92-4a67-907a-dd084f28de62","lifecycleState":"CERTIFIED","lastUpdateDate":1624317070638,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"a14dbebd-1755-4407-a774-3d23b3191e15","invariantUUID":"b9e01f86-7226-4ef5-b004-e630ea657abc","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"84d99f00-61f5-4d34-ba7d-0fdf4c36d6b4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316711449,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9b496b26-87af-43c3-bd44-8b201912310d","invariantUUID":"11e357b0-46d5-4e04-94d3-c443fca8165c","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":"objectStorage","uniqueId":"f95f663e-df1b-4a31-9fee-cdfc70b75ed6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317220139,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"94fc0831-02f6-498c-8495-638eb92975a5","invariantUUID":"b2bdff05-908a-4654-a491-765e843ee4c2","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":"objectStorage","uniqueId":"c8d1c9fe-581e-4449-a9c4-5b9b193f0eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316641766,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9414753b-3d24-4b6d-a986-c5455536b3af","invariantUUID":"bb298933-8e8d-425e-9539-c0ad5340bb5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"6906232c-c887-4ba1-97a2-aeda533c8fe2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316826947,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"1d9d855f-b04f-4f15-a04e-ad3f88f204b5","invariantUUID":"2eb11218-af4f-4f01-aefa-7ba77c5bd650","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":"objectStorage","uniqueId":"712e3ae9-01e8-4ab8-92d7-a2cf2fa46595","lifecycleState":"CERTIFIED","lastUpdateDate":1624316630241,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cff6141-f51b-488b-bf91-98cf9f94b902","invariantUUID":"b49703eb-5562-444f-ab55-02ada5584738","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":"defaulticon","uniqueId":"96589205-0b47-43a0-98ae-f7e20e7813c5","lifecycleState":"CERTIFIED","lastUpdateDate":1624316690141,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2414ef55-3a1e-42cd-b871-59a80d50c361","invariantUUID":"4b35213f-b13d-429e-958f-58f2b45d48a4","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":"00d90375-4ec5-4c15-ad71-1fbc97d7ea83","lifecycleState":"CERTIFIED","lastUpdateDate":1624316731149,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"3879b9e4-08f4-459c-9d18-68515845a6c2","invariantUUID":"d425f167-37fa-4697-bd82-389dfb3e939d","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"04f6dde5-625f-47ca-adff-c98e6d4c6ff8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316541346,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7e0734f3-6f1c-4b87-8276-691cb7ef3153","invariantUUID":"a3d7bcf8-218e-48ef-b737-1b09680cbfe3","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":"compute","uniqueId":"a44148c6-ee1f-4e74-9d39-0c62f10a1dd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317181439,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7187114b-eb01-457d-87f8-74219945b5a0","invariantUUID":"f7884633-c4f9-4dd1-8613-c706880b77c9","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":"0d8da77e-af16-49c6-b9c6-556c97d613b6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317051135,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5a2a1384-879d-42b5-ba24-c340e934f8f7","invariantUUID":"921076f4-52c2-49bb-9ef1-ff8eb52c2c2d","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fbfbc4c3-8e64-4bf9-aa86-2d4b0a28b9f5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317040438,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"33882839-b944-4f31-bf50-681ef754ada6","invariantUUID":"44a19d7c-0028-4cf7-8a67-964f473519af","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"9aff7d7b-cb64-4ebc-9498-201f4e9264dc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317515050,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5b2e5ccf-c7dc-4bb8-b95e-16a6ca427836","invariantUUID":"505fe273-d42f-4213-bdca-e7f95d569171","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3455d082-ba5f-4c12-b47d-d7c2c4cdd421","lifecycleState":"CERTIFIED","lastUpdateDate":1624317090044,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8792f85d-6106-46cb-8758-e9edb67032a5","invariantUUID":"e6db97cf-46f4-4519-b3c2-d13104b6f6e5","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"67dd3fa1-565e-436c-9df5-c9515c043382","lifecycleState":"CERTIFIED","lastUpdateDate":1624317300448,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dfc7c8af-ba90-4fda-bf76-94afdb0cd22a","invariantUUID":"b64cc24a-3525-40d5-9e51-083e042cf495","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":"compute","uniqueId":"b8af0de1-c5c7-46bb-8b2c-ce1a823601e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624317501334,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"355b13f3-aeae-4c98-a7d5-8a7ddc1b6be3","invariantUUID":"0d221d9d-c43a-48b5-a0c7-ab563dd40152","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8722d2e1-e05a-4065-8f85-f9bc4eecef57","lifecycleState":"CERTIFIED","lastUpdateDate":1624317340624,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"201dd813-2494-4149-a760-99443784e905","invariantUUID":"88c54f73-7274-42b7-b7ed-209ef2b36698","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8171af51-882b-4d26-892d-8cd2d8a6d7b5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317483440,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f199582-dad0-49b7-a588-6174bf27d761","invariantUUID":"80726d1d-7d4d-48e2-900c-77d35a50fe38","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"632f9e46-08d8-4e6a-b895-e2b4851da070","lifecycleState":"CERTIFIED","lastUpdateDate":1624316837639,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1207c95a-2d26-4da1-a884-87bb426aa67c","invariantUUID":"d2246053-5d2b-4562-84c6-a1e4b039e729","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b92e1be2-b92d-4c9c-b4d6-8e71d34a24af","lifecycleState":"CERTIFIED","lastUpdateDate":1624316527924,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e311fa6a-265f-49ff-8b6a-d01e9a45b08f","invariantUUID":"95d7f153-dcb5-459c-a977-0414be540708","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":"port","uniqueId":"5e26b19b-6508-4382-a3e0-5a6a930540e1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317425450,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ef689ea-bb24-4e1c-b560-62760fbc8d44","invariantUUID":"7082d843-03c7-48e8-93d7-1884f66d609d","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"92776533-3a13-4286-9452-b05d04346aa7","lifecycleState":"CERTIFIED","lastUpdateDate":1624317020747,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ed48f036-1f61-4cb2-ab60-4ebf9820865e","invariantUUID":"c56510d5-d292-4268-aa54-49f35a82df24","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7474989-def6-4e4b-a293-bf4e97ff43eb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317391250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4f653085-7860-47f8-906c-a02209023648","invariantUUID":"6d1315fa-d46e-472f-84d7-c9db018a1ede","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e07a1af7-b1ef-4829-aec5-ddf40dc02cd3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317160538,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3675320d-76a0-4d93-9348-b233a068e0bf","invariantUUID":"333525b0-c6f3-4147-9d2b-a71e0c7b6d8a","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"bacfc7a6-f7d0-44b1-b52e-74968a90f53f","lifecycleState":"CERTIFIED","lastUpdateDate":1624317079425,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a90a30a0-9fa2-48b0-b5e5-4f3207e4c65e","invariantUUID":"8393747c-0b4d-4e7a-b01f-d28e97971b57","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":"port","uniqueId":"08691a9d-4e12-42e6-a53d-707b852563aa","lifecycleState":"CERTIFIED","lastUpdateDate":1624317310645,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c8f943-e025-4d18-8404-863606d2520d","invariantUUID":"2edd0486-b818-4346-b2b8-0f6b3bf636fc","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"dbe75599-583c-4c2d-bfa5-cb682e97df5f","lifecycleState":"CERTIFIED","lastUpdateDate":1624316794547,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b3433f7b-4b6e-4ee5-9c13-57f7f0925a82","invariantUUID":"079d50a9-ff56-455f-a3b2-66448aac26d0","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":"network","uniqueId":"46b7de1a-60a2-4c0d-b918-219295eac7ed","lifecycleState":"CERTIFIED","lastUpdateDate":1624316591458,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8265151a-e7e4-46f7-a29d-c8e6f79dcb37","invariantUUID":"ffd2a911-1876-4676-b4a1-57d3a042123d","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":"loadBalancer","uniqueId":"1ddb6e45-1463-4fcb-8051-c978c97fbfdd","lifecycleState":"CERTIFIED","lastUpdateDate":1624316571140,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"789ee477-400f-4d75-b840-7215617717ff","invariantUUID":"79c71a57-5f40-4913-a03a-68196c9a7d2f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"afd6b504-d8b4-4f2d-b01b-6d9405589848","lifecycleState":"CERTIFIED","lastUpdateDate":1624316653060,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f623e103-e3b8-410e-9244-71ba479e1923","invariantUUID":"9e8ef1fe-3315-4424-a7f5-a425590ad758","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"363974c1-71b4-4cfd-b385-12a627361b2e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317468542,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e3e15baf-1324-43cf-9f86-6866324cd9d2","invariantUUID":"31b4f1f9-2487-4d5c-a1ce-dba8ca1bf57e","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"13624db6-2769-419d-81d0-a83cf1b19927","lifecycleState":"CERTIFIED","lastUpdateDate":1624317149824,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6c56304b-afba-4f2a-95e9-fb10c6ec1597","invariantUUID":"5a8ac5c0-d9e0-4f6a-a0ca-6b405f547862","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f7bb76a0-c870-4769-814d-f441d5701da7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316922861,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c61f7128-0c9d-41af-a736-7fff14dbac29","invariantUUID":"32de8cdf-e141-4451-9da2-477fa6ccd414","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":"securityrules","uniqueId":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624316848034,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"963a9743-add2-41b0-9ad2-9517da3bea9f","invariantUUID":"a1697eec-7d34-45e7-bfb5-b06d77d671e3","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":"9bc847a1-17ee-4df0-b866-937f85238dc1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317350548,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8e532e4-670e-4dd4-a177-9a23de24479f","invariantUUID":"30080838-7491-423f-aadd-20cb1c9acffa","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0155d562-6e77-4fb3-a331-01ca61b6f062","lifecycleState":"CERTIFIED","lastUpdateDate":1624322765842,"name":"vFW 1a933759-10a8","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","systemName":"Vfw1a93375910a8","description":"vendor software product","tags":["vFW 1a933759-10a8"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"85d5f026-873b-4f82-baa1-d9e4fef2d03e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317009932,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d2a5022b-2de2-4124-8a20-5031c1d7c4a7","invariantUUID":"09a481eb-1e7a-4a05-a742-75a58d4f2500","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":"port","uniqueId":"741ba7f6-130e-4b92-93fb-21ff842805c4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316803360,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"90a0927a-e8d2-419d-8a7c-2dbb1d47c8d5","invariantUUID":"ced836a6-5806-44d0-95eb-b1d1d105d025","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a966fe62-250b-4485-bc2e-2159288efacb","lifecycleState":"CERTIFIED","lastUpdateDate":1624316931549,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"961cbd50-9141-47dc-a981-c4f931b88870","invariantUUID":"c9a010f9-f6db-471d-abf7-36715f5979f5","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c33c2792-5372-4e2f-b67d-336c72914ebb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317099133,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"246c1b5a-cff4-4769-821e-81ffe5ded460","invariantUUID":"125f6302-5598-45e8-b84b-fa93b714b2b6","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3f507456-ae9d-456c-b218-b63c48c31e08","lifecycleState":"CERTIFIED","lastUpdateDate":1624316886044,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9448a36-386d-46df-a6bb-3cb3d402f0d6","invariantUUID":"da587c18-14c5-4495-a99e-dbef317ffc7f","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":"a2468e06-8bc7-4e28-873f-bfa049e8bd9e","lifecycleState":"CERTIFIED","lastUpdateDate":1624316874749,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee1c4339-f498-499b-b822-dc68f9738625","invariantUUID":"b6124507-e34e-4252-b5fe-ca6f65146380","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d48ecf96-3642-4542-87fc-a171c47e5aa9","lifecycleState":"CERTIFIED","lastUpdateDate":1624326169939,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","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":"network","uniqueId":"7570a06b-1afd-4c11-8d69-a1ff38911eef","lifecycleState":"CERTIFIED","lastUpdateDate":1624317231056,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"41d1e0dc-10a3-43a4-b31b-fdbb7df64e61","invariantUUID":"0876e26e-cbb2-4b2f-86dc-fdf715ef01fb","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":"94ef239b-29ec-4de3-bedf-a86e771b83cc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317360634,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fc3a4e5a-fefa-4076-a438-d7d043b2ba0f","invariantUUID":"c39f852d-83d9-429e-ac27-8d3091ca6249","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"84217af1-fae6-4804-a1da-5791ced3ccee","lifecycleState":"CERTIFIED","lastUpdateDate":1624317442144,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9182af5-df7f-4022-a6b0-4f423ad2167b","invariantUUID":"4b915b12-7b5b-4f31-9eff-24e4e1faf2ba","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6503ce26-624e-4a6c-9206-5130472aafa3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317403850,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"432b0011-944e-4989-a145-173572f68a74","invariantUUID":"1ad79984-efc0-48e2-a7e5-58ff04bba274","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":"819e80e6-3e1f-4254-bc18-1196569b5f64","lifecycleState":"CERTIFIED","lastUpdateDate":1624316741251,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7a6bb3f0-e988-4eb6-9937-328d4e882d2a","invariantUUID":"0d1ce8e6-d489-4a36-8dc2-5278e2ecdc7b","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"c0d2e418-04af-4460-9fa9-133b3f6caaa8","lifecycleState":"CERTIFIED","lastUpdateDate":1624326256336,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","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":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4f9ec1da-ec39-43e1-bab9-fcc364ddc92c","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1624322135860,"name":"vFW 2021-06-22 00-35-34","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","systemName":"Vfw20210622003534","description":"catalog service description","tags":["robot-ete","vFW 2021-06-22 00-35-34"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"fc706eb3-41d1-496b-a18b-3e472827b384","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1624326045742,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-06-22 01:52:24,387 DEBUG 117:sdc_resource.py(1) - Resource basic_onboard_fnaXFw found in resources list
2021-06-22 01:52:34,398 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_fnaXFw exists in SDC
2021-06-22 01:52:34,398 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-06-22 01:52:34,398 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-06-22 01:52:34,399 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-06-22 01:52:34,399 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:52:34,399 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-06-22 01:52:34,400 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-06-22 01:52:34,400 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:52:34,402 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:52:34,849 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1081
2021-06-22 01:52:34,851 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-06-22 01:52:34,851 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","name":"vFW 1a933759-10a8","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/bd34bacf-35b3-46be-9c7c-79594a287df7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/1d77f4b8-812b-4d89-a359-d7be185c433c/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"ad0c83b2-6f01-4196-8907-268b9fbc0a28","invariantUUID":"46f67e6d-38e9-4824-9a02-23f61a7e6429","name":"basic_onboard_fnaXFw","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ad0c83b2-6f01-4196-8907-268b9fbc0a28/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-06-22 01:52:34,854 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 1a933759-10a8 from SDC
2021-06-22 01:52:34,854 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:34,855 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:34,855 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:52:34,855 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:52:34,855 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:34,856 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:34,856 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:52:34,856 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_fnaXFw from SDC
2021-06-22 01:52:34,857 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:34,857 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:34,857 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:52:34,858 DEBUG 147:__init__.py(1) - number of Vf returned: 3
2021-06-22 01:52:34,858 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:52:34,858 INFO 192:__init__.py(1) - Vf found, updating information
2021-06-22 01:52:34,859 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-06-22 01:52:34,859 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-06-22 01:52:34,859 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-06-22 01:52:34,860 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-06-22 01:52:34,860 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-06-22 01:52:34,860 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-06-22 01:52:34,863 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:52:39,639 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-06-22 01:52:39,641 INFO 116:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200
2021-06-22 01:52:39,643 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"66fdd579-68b2-48f0-8892-5a05aa011392","lifecycleState":"CERTIFIED","lastUpdateDate":1624316896740,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f587748b-668b-4e56-8b31-09bbd507ec2e","invariantUUID":"469c09af-59d2-4772-9aaa-9912774f2973","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":"port","uniqueId":"f5eb4f49-d23c-4430-84a0-df17fa5bb1ac","lifecycleState":"CERTIFIED","lastUpdateDate":1624316581444,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"098054f8-9fa9-4605-9427-f19a55dfbeea","invariantUUID":"bc0790d1-eed4-430b-9752-1851f86e44cb","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0035ce8a-c403-4adc-a26f-490a4609d646","lifecycleState":"CERTIFIED","lastUpdateDate":1624317376440,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d3865531-c61f-491d-b339-05e3773f3dcc","invariantUUID":"ba7d7da2-d8cc-45a2-aff1-c26e90c81622","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":"network","uniqueId":"d440d28e-07f0-4528-882a-82f022421be9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316663858,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f05cca83-8148-40e1-a73f-a662c0c7bb7f","invariantUUID":"9fe949b1-1725-42b2-a750-4c651f2e9b30","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":"defaulticon","uniqueId":"3b7a1ae5-8dff-465a-b867-907eb730042f","lifecycleState":"CERTIFIED","lastUpdateDate":1624326731157,"name":"basic_onboard_fnaXFw","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ad0c83b2-6f01-4196-8907-268b9fbc0a28","invariantUUID":"46f67e6d-38e9-4824-9a02-23f61a7e6429","systemName":"BasicOnboardFnaxfw","description":"VF","tags":["basic_onboard_fnaXFw"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"acdccb50-470e-4398-ab12-c88de902e35b","lifecycleState":"CERTIFIED","lastUpdateDate":1624316940550,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eff75170-c5f8-4b43-bd74-a5ed547fa002","invariantUUID":"d3668e9c-03e5-4cf5-98b3-3971d7b74356","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":"compute","uniqueId":"9d2c7322-0617-46e0-b174-f36ed1bd8499","lifecycleState":"CERTIFIED","lastUpdateDate":1624317491842,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"45ae762f-c9d2-4448-bf71-4fe2496a3187","invariantUUID":"36eead66-7939-40d3-ac58-cfbfaaa72bbc","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ffa3da8-a278-4638-85b8-614584d01f4e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317140461,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81fc7f53-9c59-4e11-a0c8-16bd8c0e325f","invariantUUID":"71180390-20c7-4118-a655-60c6b5735b30","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","lifecycleState":"CERTIFIED","lastUpdateDate":1624316453675,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fef22515-b83d-46eb-8669-bf2c5f39148d","invariantUUID":"94ee7680-863e-4785-808e-63aeae521ecf","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":"compute","uniqueId":"e7cd70e5-2e22-408f-9abb-28f45d32d1e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316865149,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"935c4d3f-2576-4db9-9bf1-5e81173357ef","invariantUUID":"20d9b1ba-98b4-48d9-b0b6-5e160ceaf8e7","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":"d9e2bb0f-11e4-4eb4-93f8-a7a519839ea2","lifecycleState":"CERTIFIED","lastUpdateDate":1624317330964,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f9ce0b68-cda8-47e0-8ce2-8e5112897c0b","invariantUUID":"c0f4a113-df12-443f-8b38-7c8e5ddb1da2","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e5fe3987-396a-4703-95e9-fda1ebd6af9a","lifecycleState":"CERTIFIED","lastUpdateDate":1624317290444,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ba37e2c-fbfb-492d-a155-09d9306fcdfc","invariantUUID":"45405f88-8577-4bd8-8205-b4dfca90e245","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4c99bdc2-7ee8-449a-88c2-f9e58bfae4d4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316721145,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dd486b37-46d4-4a10-bed0-20d03a1d0cfa","invariantUUID":"9b369702-43e2-4613-aa06-3b6302dd4d34","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":"network","uniqueId":"63457b86-1f3a-4e5b-a199-03781cb44b72","lifecycleState":"CERTIFIED","lastUpdateDate":1624316983548,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb328aa4-171d-40a7-a4f3-b4d28941f6c0","invariantUUID":"134a0dd0-c46c-491f-be17-372c71b8b51f","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":"aba56dc6-cfd6-4a03-9033-fccf769f1117","lifecycleState":"CERTIFIED","lastUpdateDate":1624317270652,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bb8c2dca-4001-4012-82c0-77cf9db18ab3","invariantUUID":"b0078713-2c10-4f8d-a125-5dd86b97f624","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":"network","uniqueId":"b7befc73-106f-43af-8fb3-19ddd3efdae2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316701854,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66d3af78-6a55-4fa0-a320-37c48715650b","invariantUUID":"db047b33-59f7-4252-acd9-aac6a12adfd5","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":"port","uniqueId":"8553634e-b64f-4ec2-86ac-aff653beebf9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316677837,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8a7df8e8-693b-491e-b0f9-78add32104d4","invariantUUID":"02682fd9-a250-42aa-b6b6-6aa1e745effd","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":"objectStorage","uniqueId":"3b411f1a-2e1f-4502-ab46-6ce3f82d904e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317190627,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"51ee8859-dbe4-46e3-abbd-456575b4588b","invariantUUID":"673d6aee-8e3b-4737-a42e-351aa3dd7eb7","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":"compute","uniqueId":"0473785c-6f2e-4c75-a368-d4a95edabdc0","lifecycleState":"CERTIFIED","lastUpdateDate":1624317110234,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ade13e2-3342-447a-a82a-a03e49576945","invariantUUID":"257c1892-f5a4-4e5f-8ab9-24700c8f8659","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":"006062c2-fb8e-41a2-aed4-64a115c3be6d","lifecycleState":"CERTIFIED","lastUpdateDate":1624317320549,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3ccad81e-ff05-4e87-9cce-2246d1a811ba","invariantUUID":"47611caa-26b7-4e24-8884-8df1633ec56a","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":"port","uniqueId":"9da899ff-39ef-42d9-ad44-0cb9f89a2ddf","lifecycleState":"CERTIFIED","lastUpdateDate":1624317523651,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f906e1fe-4b3b-4771-9531-f836758cf8d6","invariantUUID":"1c678515-c67b-424c-89db-a6e25888268d","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"927ed975-1a08-4cc8-adde-16e20d2ea161","lifecycleState":"CERTIFIED","lastUpdateDate":1624317280436,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c3515558-c107-40fd-b57f-89ef9b7257f1","invariantUUID":"e869d715-63af-4bd2-9b86-2bea2f6ef774","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":"defaulticon","uniqueId":"112ba53f-0f5e-4da7-b804-256374bd479c","lifecycleState":"CERTIFIED","lastUpdateDate":1624316513753,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"acd2ed33-9592-444c-b905-e1874c250ee9","invariantUUID":"7c6eeba9-92d7-42c3-80d8-fb7c4230d577","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a123c39f-7d07-48cd-92d3-81e70475e9c6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317121031,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"25cbcd31-a9b1-43c5-8345-034cfa7bdff3","invariantUUID":"42fe4cf8-a1df-420f-b14b-f333c64ae68e","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b93a3479-a1ee-4f06-a74f-98eebe414801","lifecycleState":"CERTIFIED","lastUpdateDate":1624317061245,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47eee740-5127-4041-ae1d-257350629f40","invariantUUID":"22bb4082-dc16-43da-930a-5f9e189c538d","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":"defaulticon","uniqueId":"171e079e-0c92-4a67-907a-dd084f28de62","lifecycleState":"CERTIFIED","lastUpdateDate":1624317070638,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"a14dbebd-1755-4407-a774-3d23b3191e15","invariantUUID":"b9e01f86-7226-4ef5-b004-e630ea657abc","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"84d99f00-61f5-4d34-ba7d-0fdf4c36d6b4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316711449,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9b496b26-87af-43c3-bd44-8b201912310d","invariantUUID":"11e357b0-46d5-4e04-94d3-c443fca8165c","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":"objectStorage","uniqueId":"f95f663e-df1b-4a31-9fee-cdfc70b75ed6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317220139,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"94fc0831-02f6-498c-8495-638eb92975a5","invariantUUID":"b2bdff05-908a-4654-a491-765e843ee4c2","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":"objectStorage","uniqueId":"c8d1c9fe-581e-4449-a9c4-5b9b193f0eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316641766,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9414753b-3d24-4b6d-a986-c5455536b3af","invariantUUID":"bb298933-8e8d-425e-9539-c0ad5340bb5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"6906232c-c887-4ba1-97a2-aeda533c8fe2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316826947,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"1d9d855f-b04f-4f15-a04e-ad3f88f204b5","invariantUUID":"2eb11218-af4f-4f01-aefa-7ba77c5bd650","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":"objectStorage","uniqueId":"712e3ae9-01e8-4ab8-92d7-a2cf2fa46595","lifecycleState":"CERTIFIED","lastUpdateDate":1624316630241,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cff6141-f51b-488b-bf91-98cf9f94b902","invariantUUID":"b49703eb-5562-444f-ab55-02ada5584738","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":"defaulticon","uniqueId":"96589205-0b47-43a0-98ae-f7e20e7813c5","lifecycleState":"CERTIFIED","lastUpdateDate":1624316690141,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2414ef55-3a1e-42cd-b871-59a80d50c361","invariantUUID":"4b35213f-b13d-429e-958f-58f2b45d48a4","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":"00d90375-4ec5-4c15-ad71-1fbc97d7ea83","lifecycleState":"CERTIFIED","lastUpdateDate":1624316731149,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"3879b9e4-08f4-459c-9d18-68515845a6c2","invariantUUID":"d425f167-37fa-4697-bd82-389dfb3e939d","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"04f6dde5-625f-47ca-adff-c98e6d4c6ff8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316541346,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7e0734f3-6f1c-4b87-8276-691cb7ef3153","invariantUUID":"a3d7bcf8-218e-48ef-b737-1b09680cbfe3","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":"compute","uniqueId":"a44148c6-ee1f-4e74-9d39-0c62f10a1dd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317181439,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7187114b-eb01-457d-87f8-74219945b5a0","invariantUUID":"f7884633-c4f9-4dd1-8613-c706880b77c9","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":"0d8da77e-af16-49c6-b9c6-556c97d613b6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317051135,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5a2a1384-879d-42b5-ba24-c340e934f8f7","invariantUUID":"921076f4-52c2-49bb-9ef1-ff8eb52c2c2d","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fbfbc4c3-8e64-4bf9-aa86-2d4b0a28b9f5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317040438,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"33882839-b944-4f31-bf50-681ef754ada6","invariantUUID":"44a19d7c-0028-4cf7-8a67-964f473519af","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"9aff7d7b-cb64-4ebc-9498-201f4e9264dc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317515050,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5b2e5ccf-c7dc-4bb8-b95e-16a6ca427836","invariantUUID":"505fe273-d42f-4213-bdca-e7f95d569171","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3455d082-ba5f-4c12-b47d-d7c2c4cdd421","lifecycleState":"CERTIFIED","lastUpdateDate":1624317090044,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8792f85d-6106-46cb-8758-e9edb67032a5","invariantUUID":"e6db97cf-46f4-4519-b3c2-d13104b6f6e5","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"67dd3fa1-565e-436c-9df5-c9515c043382","lifecycleState":"CERTIFIED","lastUpdateDate":1624317300448,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dfc7c8af-ba90-4fda-bf76-94afdb0cd22a","invariantUUID":"b64cc24a-3525-40d5-9e51-083e042cf495","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":"compute","uniqueId":"b8af0de1-c5c7-46bb-8b2c-ce1a823601e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624317501334,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"355b13f3-aeae-4c98-a7d5-8a7ddc1b6be3","invariantUUID":"0d221d9d-c43a-48b5-a0c7-ab563dd40152","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8722d2e1-e05a-4065-8f85-f9bc4eecef57","lifecycleState":"CERTIFIED","lastUpdateDate":1624317340624,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"201dd813-2494-4149-a760-99443784e905","invariantUUID":"88c54f73-7274-42b7-b7ed-209ef2b36698","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8171af51-882b-4d26-892d-8cd2d8a6d7b5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317483440,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f199582-dad0-49b7-a588-6174bf27d761","invariantUUID":"80726d1d-7d4d-48e2-900c-77d35a50fe38","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"632f9e46-08d8-4e6a-b895-e2b4851da070","lifecycleState":"CERTIFIED","lastUpdateDate":1624316837639,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1207c95a-2d26-4da1-a884-87bb426aa67c","invariantUUID":"d2246053-5d2b-4562-84c6-a1e4b039e729","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b92e1be2-b92d-4c9c-b4d6-8e71d34a24af","lifecycleState":"CERTIFIED","lastUpdateDate":1624316527924,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e311fa6a-265f-49ff-8b6a-d01e9a45b08f","invariantUUID":"95d7f153-dcb5-459c-a977-0414be540708","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":"port","uniqueId":"5e26b19b-6508-4382-a3e0-5a6a930540e1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317425450,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ef689ea-bb24-4e1c-b560-62760fbc8d44","invariantUUID":"7082d843-03c7-48e8-93d7-1884f66d609d","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"92776533-3a13-4286-9452-b05d04346aa7","lifecycleState":"CERTIFIED","lastUpdateDate":1624317020747,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ed48f036-1f61-4cb2-ab60-4ebf9820865e","invariantUUID":"c56510d5-d292-4268-aa54-49f35a82df24","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7474989-def6-4e4b-a293-bf4e97ff43eb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317391250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4f653085-7860-47f8-906c-a02209023648","invariantUUID":"6d1315fa-d46e-472f-84d7-c9db018a1ede","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e07a1af7-b1ef-4829-aec5-ddf40dc02cd3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317160538,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3675320d-76a0-4d93-9348-b233a068e0bf","invariantUUID":"333525b0-c6f3-4147-9d2b-a71e0c7b6d8a","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"bacfc7a6-f7d0-44b1-b52e-74968a90f53f","lifecycleState":"CERTIFIED","lastUpdateDate":1624317079425,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a90a30a0-9fa2-48b0-b5e5-4f3207e4c65e","invariantUUID":"8393747c-0b4d-4e7a-b01f-d28e97971b57","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":"port","uniqueId":"08691a9d-4e12-42e6-a53d-707b852563aa","lifecycleState":"CERTIFIED","lastUpdateDate":1624317310645,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c8f943-e025-4d18-8404-863606d2520d","invariantUUID":"2edd0486-b818-4346-b2b8-0f6b3bf636fc","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"dbe75599-583c-4c2d-bfa5-cb682e97df5f","lifecycleState":"CERTIFIED","lastUpdateDate":1624316794547,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b3433f7b-4b6e-4ee5-9c13-57f7f0925a82","invariantUUID":"079d50a9-ff56-455f-a3b2-66448aac26d0","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":"network","uniqueId":"46b7de1a-60a2-4c0d-b918-219295eac7ed","lifecycleState":"CERTIFIED","lastUpdateDate":1624316591458,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8265151a-e7e4-46f7-a29d-c8e6f79dcb37","invariantUUID":"ffd2a911-1876-4676-b4a1-57d3a042123d","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":"loadBalancer","uniqueId":"1ddb6e45-1463-4fcb-8051-c978c97fbfdd","lifecycleState":"CERTIFIED","lastUpdateDate":1624316571140,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"789ee477-400f-4d75-b840-7215617717ff","invariantUUID":"79c71a57-5f40-4913-a03a-68196c9a7d2f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"afd6b504-d8b4-4f2d-b01b-6d9405589848","lifecycleState":"CERTIFIED","lastUpdateDate":1624316653060,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f623e103-e3b8-410e-9244-71ba479e1923","invariantUUID":"9e8ef1fe-3315-4424-a7f5-a425590ad758","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"363974c1-71b4-4cfd-b385-12a627361b2e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317468542,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e3e15baf-1324-43cf-9f86-6866324cd9d2","invariantUUID":"31b4f1f9-2487-4d5c-a1ce-dba8ca1bf57e","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"13624db6-2769-419d-81d0-a83cf1b19927","lifecycleState":"CERTIFIED","lastUpdateDate":1624317149824,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6c56304b-afba-4f2a-95e9-fb10c6ec1597","invariantUUID":"5a8ac5c0-d9e0-4f6a-a0ca-6b405f547862","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f7bb76a0-c870-4769-814d-f441d5701da7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316922861,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c61f7128-0c9d-41af-a736-7fff14dbac29","invariantUUID":"32de8cdf-e141-4451-9da2-477fa6ccd414","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":"securityrules","uniqueId":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624316848034,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"963a9743-add2-41b0-9ad2-9517da3bea9f","invariantUUID":"a1697eec-7d34-45e7-bfb5-b06d77d671e3","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":"9bc847a1-17ee-4df0-b866-937f85238dc1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317350548,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8e532e4-670e-4dd4-a177-9a23de24479f","invariantUUID":"30080838-7491-423f-aadd-20cb1c9acffa","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0155d562-6e77-4fb3-a331-01ca61b6f062","lifecycleState":"CERTIFIED","lastUpdateDate":1624322765842,"name":"vFW 1a933759-10a8","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","systemName":"Vfw1a93375910a8","description":"vendor software product","tags":["vFW 1a933759-10a8"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"85d5f026-873b-4f82-baa1-d9e4fef2d03e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317009932,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d2a5022b-2de2-4124-8a20-5031c1d7c4a7","invariantUUID":"09a481eb-1e7a-4a05-a742-75a58d4f2500","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":"port","uniqueId":"741ba7f6-130e-4b92-93fb-21ff842805c4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316803360,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"90a0927a-e8d2-419d-8a7c-2dbb1d47c8d5","invariantUUID":"ced836a6-5806-44d0-95eb-b1d1d105d025","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a966fe62-250b-4485-bc2e-2159288efacb","lifecycleState":"CERTIFIED","lastUpdateDate":1624316931549,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"961cbd50-9141-47dc-a981-c4f931b88870","invariantUUID":"c9a010f9-f6db-471d-abf7-36715f5979f5","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c33c2792-5372-4e2f-b67d-336c72914ebb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317099133,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"246c1b5a-cff4-4769-821e-81ffe5ded460","invariantUUID":"125f6302-5598-45e8-b84b-fa93b714b2b6","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3f507456-ae9d-456c-b218-b63c48c31e08","lifecycleState":"CERTIFIED","lastUpdateDate":1624316886044,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9448a36-386d-46df-a6bb-3cb3d402f0d6","invariantUUID":"da587c18-14c5-4495-a99e-dbef317ffc7f","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":"a2468e06-8bc7-4e28-873f-bfa049e8bd9e","lifecycleState":"CERTIFIED","lastUpdateDate":1624316874749,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee1c4339-f498-499b-b822-dc68f9738625","invariantUUID":"b6124507-e34e-4252-b5fe-ca6f65146380","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d48ecf96-3642-4542-87fc-a171c47e5aa9","lifecycleState":"CERTIFIED","lastUpdateDate":1624326169939,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","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":"network","uniqueId":"7570a06b-1afd-4c11-8d69-a1ff38911eef","lifecycleState":"CERTIFIED","lastUpdateDate":1624317231056,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"41d1e0dc-10a3-43a4-b31b-fdbb7df64e61","invariantUUID":"0876e26e-cbb2-4b2f-86dc-fdf715ef01fb","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":"94ef239b-29ec-4de3-bedf-a86e771b83cc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317360634,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fc3a4e5a-fefa-4076-a438-d7d043b2ba0f","invariantUUID":"c39f852d-83d9-429e-ac27-8d3091ca6249","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"84217af1-fae6-4804-a1da-5791ced3ccee","lifecycleState":"CERTIFIED","lastUpdateDate":1624317442144,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9182af5-df7f-4022-a6b0-4f423ad2167b","invariantUUID":"4b915b12-7b5b-4f31-9eff-24e4e1faf2ba","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6503ce26-624e-4a6c-9206-5130472aafa3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317403850,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"432b0011-944e-4989-a145-173572f68a74","invariantUUID":"1ad79984-efc0-48e2-a7e5-58ff04bba274","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":"819e80e6-3e1f-4254-bc18-1196569b5f64","lifecycleState":"CERTIFIED","lastUpdateDate":1624316741251,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7a6bb3f0-e988-4eb6-9937-328d4e882d2a","invariantUUID":"0d1ce8e6-d489-4a36-8dc2-5278e2ecdc7b","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"c0d2e418-04af-4460-9fa9-133b3f6caaa8","lifecycleState":"CERTIFIED","lastUpdateDate":1624326256336,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","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":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4f9ec1da-ec39-43e1-bab9-fcc364ddc92c","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1624322135860,"name":"vFW 2021-06-22 00-35-34","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","systemName":"Vfw20210622003534","description":"catalog service description","tags":["robot-ete","vFW 2021-06-22 00-35-34"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"fc706eb3-41d1-496b-a18b-3e472827b384","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1624326045742,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-06-22 01:52:39,648 DEBUG 117:sdc_resource.py(1) - Resource basic_onboard_fnaXFw found in resources list
2021-06-22 01:52:39,649 DEBUG 159:__init__.py(1) - check if Service basic_onboard_fnaXFw exists in SDC
2021-06-22 01:52:39,649 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-06-22 01:52:39,649 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-06-22 01:52:39,649 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:52:39,649 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:52:39,650 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-06-22 01:52:39,650 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:52:39,650 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:52:39,652 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:52:42,646 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1121
2021-06-22 01:52:42,648 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200
2021-06-22 01:52:42,649 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/39063d49-954b-4193-aa3d-cdc2c26b27a0/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f00f361a-6616-4ddb-88ee-286175d34cb4/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","name":"vFW 2021-06-22 00-35-34","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/03b9c4e6-f8d0-4936-856f-3b02f77c3c3e/toscaModel","category":"Network L1-3","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}]
2021-06-22 01:52:42,653 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-06-22 01:52:42,653 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:42,654 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:42,654 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-06-22 01:52:42,654 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:52:42,654 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:42,655 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:42,655 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-06-22 01:52:42,655 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 2021-06-22 00-35-34 from SDC
2021-06-22 01:52:42,656 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:42,656 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:42,656 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Draft
2021-06-22 01:52:42,657 DEBUG 147:__init__.py(1) - number of Service returned: 3
2021-06-22 01:52:42,657 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:52:42,658 INFO 169:__init__.py(1) - Service basic_onboard_fnaXFw doesn't exist in SDC
2021-06-22 01:52:42,658 DEBUG 159:__init__.py(1) - check if Service basic_onboard_fnaXFw exists in SDC
2021-06-22 01:52:42,659 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-06-22 01:52:42,659 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-06-22 01:52:42,659 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:52:42,660 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:52:42,660 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-06-22 01:52:42,661 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:52:42,661 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:52:42,663 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:52:44,445 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1121
2021-06-22 01:52:44,449 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200
2021-06-22 01:52:44,450 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/39063d49-954b-4193-aa3d-cdc2c26b27a0/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f00f361a-6616-4ddb-88ee-286175d34cb4/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","name":"vFW 2021-06-22 00-35-34","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/03b9c4e6-f8d0-4936-856f-3b02f77c3c3e/toscaModel","category":"Network L1-3","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}]
2021-06-22 01:52:44,454 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-06-22 01:52:44,454 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:44,454 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:44,455 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-06-22 01:52:44,455 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:52:44,455 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:44,455 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:44,455 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-06-22 01:52:44,455 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 2021-06-22 00-35-34 from SDC
2021-06-22 01:52:44,456 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:44,456 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:44,456 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Draft
2021-06-22 01:52:44,457 DEBUG 147:__init__.py(1) - number of Service returned: 3
2021-06-22 01:52:44,457 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:52:44,457 INFO 169:__init__.py(1) - Service basic_onboard_fnaXFw doesn't exist in SDC
2021-06-22 01:52:44,458 DEBUG 159:__init__.py(1) - check if ServiceCategory Network Service exists in SDC
2021-06-22 01:52:44,458 INFO 129:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC
2021-06-22 01:52:44,459 DEBUG 195:onap_service.py(1) - [SDC][get ServiceCategorys] sent header: <bound method BaseCategory.headers of <class 'onapsdk.sdc.category_management.ServiceCategory'>>
2021-06-22 01:52:44,459 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-06-22 01:52:44,459 DEBUG 198:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None
2021-06-22 01:52:44,460 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-06-22 01:52:44,460 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-06-22 01:52:44,461 DEBUG 106:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None
2021-06-22 01:52:44,463 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:52:45,350 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-06-22 01:52:45,353 INFO 116:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200
2021-06-22 01:52:45,354 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 L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"empty":false,"type":null,"ownerId":null}],"version":null,"empty":false,"type":null,"ownerId":null}],"serviceCategories":[{"name":"ETSI NFV Network Service","normalizedName":"etsi nfv network service","uniqueId":"serviceNewCategory.etsi nfv network service","icons":["etsi_nfv_network_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[{"name":"ETSI Version","validValues":["3.3.1","2.7.1","2.5.1"],"mandatory":true,"defaultValue":"2.5.1","version":null,"empty":false,"type":null,"ownerId":null}],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null},{"name":"E2E Service","normalizedName":"e2e service","uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null}],"productCategories":[]},"version":"1.9.0"}
2021-06-22 01:52:45,358 DEBUG 147:__init__.py(1) - number of ServiceCategory returned: 8
2021-06-22 01:52:45,359 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Network Service
2021-06-22 01:52:45,359 INFO 192:__init__.py(1) - ServiceCategory found, updating information
2021-06-22 01:52:45,359 INFO 267:__init__.py(1) - attempting to create Service basic_onboard_fnaXFw in SDC
2021-06-22 01:52:45,360 DEBUG 159:__init__.py(1) - check if Service basic_onboard_fnaXFw exists in SDC
2021-06-22 01:52:45,360 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-06-22 01:52:45,360 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-06-22 01:52:45,360 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:52:45,360 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:52:45,361 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-06-22 01:52:45,361 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:52:45,361 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:52:45,363 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:52:49,537 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1121
2021-06-22 01:52:49,539 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200
2021-06-22 01:52:49,540 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/39063d49-954b-4193-aa3d-cdc2c26b27a0/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f00f361a-6616-4ddb-88ee-286175d34cb4/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","name":"vFW 2021-06-22 00-35-34","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/03b9c4e6-f8d0-4936-856f-3b02f77c3c3e/toscaModel","category":"Network L1-3","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}]
2021-06-22 01:52:49,543 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-06-22 01:52:49,543 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:49,543 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:49,543 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-06-22 01:52:49,543 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:52:49,543 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:49,544 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:49,544 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-06-22 01:52:49,544 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 2021-06-22 00-35-34 from SDC
2021-06-22 01:52:49,544 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:49,544 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:49,544 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Draft
2021-06-22 01:52:49,544 DEBUG 147:__init__.py(1) - number of Service returned: 3
2021-06-22 01:52:49,544 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:52:49,545 INFO 169:__init__.py(1) - Service basic_onboard_fnaXFw doesn't exist in SDC
2021-06-22 01:52:49,559 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-06-22 01:52:49,559 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-06-22 01:52:49,559 DEBUG 198:onap_service.py(1) - [SDC][create Service] data sent: 
{
  "componentType": "SERVICE",
  "properties": [],
  "requirements": {},
  "toscaArtifacts": {},
  "tags": ["basic_onboard_fnaXFw"],
  "artifacts": {},
  "description": "service",
  "serviceApiArtifacts": {},
  "capabilities": {},
  "name": "basic_onboard_fnaXFw",
  "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-06-22 01:52:49,559 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-06-22 01:52:49,559 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-06-22 01:52:49,560 DEBUG 106:onap_service.py(1) - [SDC][create Service] data sent: 
{
  "componentType": "SERVICE",
  "properties": [],
  "requirements": {},
  "toscaArtifacts": {},
  "tags": ["basic_onboard_fnaXFw"],
  "artifacts": {},
  "description": "service",
  "serviceApiArtifacts": {},
  "capabilities": {},
  "name": "basic_onboard_fnaXFw",
  "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-06-22 01:52:49,561 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:52:52,058 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-06-22 01:52:52,060 INFO 116:onap_service.py(1) - [SDC][create Service] response code: 201
2021-06-22 01:52:52,061 DEBUG 120:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"metadata":null,"constraints":[{"validValues":["true","false"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"metadata":null,"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.cds_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.cds_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.default_software_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":null}],"attributes":null,"artifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770749,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770749,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.assettoscacsar","artifactName":"service-BasicOnboardFnaxfw-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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"assettoscatemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.assettoscatemplate","artifactName":"service-BasicOnboardFnaxfw-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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":null,"version":null,"empty":false,"type":null,"ownerId":null}],"componentInstances":null,"componentInstancesRelations":[],"componentInstancesInputs":null,"componentInstancesOutputs":null,"componentInstancesProperties":null,"componentInstancesAttributes":null,"capabilities":{},"requirements":null,"componentInstancesInterfaces":null,"inputs":[{"definition":false,"hidden":false,"uniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d","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,"empty":false,"ownerId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d"},{"definition":false,"hidden":false,"uniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d","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,"empty":false,"ownerId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d"},{"definition":false,"hidden":false,"uniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d.cds_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d"},{"definition":false,"hidden":false,"uniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d.cds_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d"},{"definition":false,"hidden":false,"uniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d.default_software_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d"}],"outputs":null,"groups":null,"policies":null,"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"substitutionFilterComponents":null,"interfaces":{},"dataTypes":null,"substitutionFilter":null,"serviceApiArtifacts":{"configuration":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"testing":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"logging":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"monitoring":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"reporting":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"instantiation":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null}},"forwardingPaths":{},"toscaServiceName":null,"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTION_NOT_APPROVED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","version":"0.1","creationDate":1624326771037,"icon":"network_l_1-3","name":"basic_onboard_fnaXFw","componentType":"SERVICE","description":"service","tags":["basic_onboard_fnaXFw"],"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2","componentMetadataForSupportLog":{"SupportablityComponentUUID":"a834c1db-e246-4969-9da6-4484fa27c0d0","SupportablityComponentName":"basic_onboard_fnaXFw","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"contactId":"cs0008","uuid":"a834c1db-e246-4969-9da6-4484fa27c0d0","highestVersion":true,"systemName":"BasicOnboardFnaxfw","invariantUUID":"ea4d1956-451c-4d2c-b29e-023a669655c8","normalizedName":"basiconboardfnaxfw","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"creatorFullName":"Carlos Santana","lastUpdateDate":1624326771037,"allArtifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770749,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770749,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.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":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"empty":false,"type":null,"ownerId":null}},"actualComponentType":"Service","topologyTemplate":true,"creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":null,"categorySpecificMetadata":{},"csarUUID":null,"csarVersion":null,"importedToscaChecksum":null,"vspArchived":false,"service":true,"archiveTime":0}
2021-06-22 01:52:52,065 INFO 284:__init__.py(1) - Service basic_onboard_fnaXFw is created in SDC
2021-06-22 01:52:52,065 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:52,071 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_fnaXFw exists in SDC
2021-06-22 01:52:52,071 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-06-22 01:52:52,071 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-06-22 01:52:52,071 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-06-22 01:52:52,071 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:52:52,072 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-06-22 01:52:52,072 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-06-22 01:52:52,072 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-06-22 01:52:52,074 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:52:52,641 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1081
2021-06-22 01:52:52,642 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-06-22 01:52:52,643 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","name":"vFW 1a933759-10a8","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/bd34bacf-35b3-46be-9c7c-79594a287df7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/1d77f4b8-812b-4d89-a359-d7be185c433c/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"ad0c83b2-6f01-4196-8907-268b9fbc0a28","invariantUUID":"46f67e6d-38e9-4824-9a02-23f61a7e6429","name":"basic_onboard_fnaXFw","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ad0c83b2-6f01-4196-8907-268b9fbc0a28/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-06-22 01:52:52,645 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 1a933759-10a8 from SDC
2021-06-22 01:52:52,645 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:52,645 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:52,645 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:52:52,646 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:52:52,646 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:52,646 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:52,646 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:52:52,646 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_fnaXFw from SDC
2021-06-22 01:52:52,646 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:52:52,646 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:52:52,646 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:52:52,646 DEBUG 147:__init__.py(1) - number of Vf returned: 3
2021-06-22 01:52:52,646 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:52:52,647 INFO 192:__init__.py(1) - Vf found, updating information
2021-06-22 01:52:52,647 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-06-22 01:52:52,647 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-06-22 01:52:52,647 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-06-22 01:52:52,647 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-06-22 01:52:52,647 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-06-22 01:52:52,648 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-06-22 01:52:52,649 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:52:54,450 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-06-22 01:52:54,452 INFO 116:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200
2021-06-22 01:52:54,454 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"66fdd579-68b2-48f0-8892-5a05aa011392","lifecycleState":"CERTIFIED","lastUpdateDate":1624316896740,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f587748b-668b-4e56-8b31-09bbd507ec2e","invariantUUID":"469c09af-59d2-4772-9aaa-9912774f2973","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":"port","uniqueId":"f5eb4f49-d23c-4430-84a0-df17fa5bb1ac","lifecycleState":"CERTIFIED","lastUpdateDate":1624316581444,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"098054f8-9fa9-4605-9427-f19a55dfbeea","invariantUUID":"bc0790d1-eed4-430b-9752-1851f86e44cb","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0035ce8a-c403-4adc-a26f-490a4609d646","lifecycleState":"CERTIFIED","lastUpdateDate":1624317376440,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d3865531-c61f-491d-b339-05e3773f3dcc","invariantUUID":"ba7d7da2-d8cc-45a2-aff1-c26e90c81622","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":"network","uniqueId":"d440d28e-07f0-4528-882a-82f022421be9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316663858,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f05cca83-8148-40e1-a73f-a662c0c7bb7f","invariantUUID":"9fe949b1-1725-42b2-a750-4c651f2e9b30","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":"defaulticon","uniqueId":"3b7a1ae5-8dff-465a-b867-907eb730042f","lifecycleState":"CERTIFIED","lastUpdateDate":1624326731157,"name":"basic_onboard_fnaXFw","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ad0c83b2-6f01-4196-8907-268b9fbc0a28","invariantUUID":"46f67e6d-38e9-4824-9a02-23f61a7e6429","systemName":"BasicOnboardFnaxfw","description":"VF","tags":["basic_onboard_fnaXFw"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"acdccb50-470e-4398-ab12-c88de902e35b","lifecycleState":"CERTIFIED","lastUpdateDate":1624316940550,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eff75170-c5f8-4b43-bd74-a5ed547fa002","invariantUUID":"d3668e9c-03e5-4cf5-98b3-3971d7b74356","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":"compute","uniqueId":"9d2c7322-0617-46e0-b174-f36ed1bd8499","lifecycleState":"CERTIFIED","lastUpdateDate":1624317491842,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"45ae762f-c9d2-4448-bf71-4fe2496a3187","invariantUUID":"36eead66-7939-40d3-ac58-cfbfaaa72bbc","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ffa3da8-a278-4638-85b8-614584d01f4e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317140461,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81fc7f53-9c59-4e11-a0c8-16bd8c0e325f","invariantUUID":"71180390-20c7-4118-a655-60c6b5735b30","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","lifecycleState":"CERTIFIED","lastUpdateDate":1624316453675,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fef22515-b83d-46eb-8669-bf2c5f39148d","invariantUUID":"94ee7680-863e-4785-808e-63aeae521ecf","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":"compute","uniqueId":"e7cd70e5-2e22-408f-9abb-28f45d32d1e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316865149,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"935c4d3f-2576-4db9-9bf1-5e81173357ef","invariantUUID":"20d9b1ba-98b4-48d9-b0b6-5e160ceaf8e7","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":"d9e2bb0f-11e4-4eb4-93f8-a7a519839ea2","lifecycleState":"CERTIFIED","lastUpdateDate":1624317330964,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f9ce0b68-cda8-47e0-8ce2-8e5112897c0b","invariantUUID":"c0f4a113-df12-443f-8b38-7c8e5ddb1da2","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e5fe3987-396a-4703-95e9-fda1ebd6af9a","lifecycleState":"CERTIFIED","lastUpdateDate":1624317290444,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ba37e2c-fbfb-492d-a155-09d9306fcdfc","invariantUUID":"45405f88-8577-4bd8-8205-b4dfca90e245","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4c99bdc2-7ee8-449a-88c2-f9e58bfae4d4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316721145,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dd486b37-46d4-4a10-bed0-20d03a1d0cfa","invariantUUID":"9b369702-43e2-4613-aa06-3b6302dd4d34","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":"network","uniqueId":"63457b86-1f3a-4e5b-a199-03781cb44b72","lifecycleState":"CERTIFIED","lastUpdateDate":1624316983548,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb328aa4-171d-40a7-a4f3-b4d28941f6c0","invariantUUID":"134a0dd0-c46c-491f-be17-372c71b8b51f","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":"aba56dc6-cfd6-4a03-9033-fccf769f1117","lifecycleState":"CERTIFIED","lastUpdateDate":1624317270652,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bb8c2dca-4001-4012-82c0-77cf9db18ab3","invariantUUID":"b0078713-2c10-4f8d-a125-5dd86b97f624","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":"network","uniqueId":"b7befc73-106f-43af-8fb3-19ddd3efdae2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316701854,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66d3af78-6a55-4fa0-a320-37c48715650b","invariantUUID":"db047b33-59f7-4252-acd9-aac6a12adfd5","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":"port","uniqueId":"8553634e-b64f-4ec2-86ac-aff653beebf9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316677837,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8a7df8e8-693b-491e-b0f9-78add32104d4","invariantUUID":"02682fd9-a250-42aa-b6b6-6aa1e745effd","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":"objectStorage","uniqueId":"3b411f1a-2e1f-4502-ab46-6ce3f82d904e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317190627,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"51ee8859-dbe4-46e3-abbd-456575b4588b","invariantUUID":"673d6aee-8e3b-4737-a42e-351aa3dd7eb7","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":"compute","uniqueId":"0473785c-6f2e-4c75-a368-d4a95edabdc0","lifecycleState":"CERTIFIED","lastUpdateDate":1624317110234,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ade13e2-3342-447a-a82a-a03e49576945","invariantUUID":"257c1892-f5a4-4e5f-8ab9-24700c8f8659","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":"006062c2-fb8e-41a2-aed4-64a115c3be6d","lifecycleState":"CERTIFIED","lastUpdateDate":1624317320549,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3ccad81e-ff05-4e87-9cce-2246d1a811ba","invariantUUID":"47611caa-26b7-4e24-8884-8df1633ec56a","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":"port","uniqueId":"9da899ff-39ef-42d9-ad44-0cb9f89a2ddf","lifecycleState":"CERTIFIED","lastUpdateDate":1624317523651,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f906e1fe-4b3b-4771-9531-f836758cf8d6","invariantUUID":"1c678515-c67b-424c-89db-a6e25888268d","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"927ed975-1a08-4cc8-adde-16e20d2ea161","lifecycleState":"CERTIFIED","lastUpdateDate":1624317280436,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c3515558-c107-40fd-b57f-89ef9b7257f1","invariantUUID":"e869d715-63af-4bd2-9b86-2bea2f6ef774","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":"defaulticon","uniqueId":"112ba53f-0f5e-4da7-b804-256374bd479c","lifecycleState":"CERTIFIED","lastUpdateDate":1624316513753,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"acd2ed33-9592-444c-b905-e1874c250ee9","invariantUUID":"7c6eeba9-92d7-42c3-80d8-fb7c4230d577","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a123c39f-7d07-48cd-92d3-81e70475e9c6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317121031,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"25cbcd31-a9b1-43c5-8345-034cfa7bdff3","invariantUUID":"42fe4cf8-a1df-420f-b14b-f333c64ae68e","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b93a3479-a1ee-4f06-a74f-98eebe414801","lifecycleState":"CERTIFIED","lastUpdateDate":1624317061245,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47eee740-5127-4041-ae1d-257350629f40","invariantUUID":"22bb4082-dc16-43da-930a-5f9e189c538d","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":"defaulticon","uniqueId":"171e079e-0c92-4a67-907a-dd084f28de62","lifecycleState":"CERTIFIED","lastUpdateDate":1624317070638,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"a14dbebd-1755-4407-a774-3d23b3191e15","invariantUUID":"b9e01f86-7226-4ef5-b004-e630ea657abc","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"84d99f00-61f5-4d34-ba7d-0fdf4c36d6b4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316711449,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9b496b26-87af-43c3-bd44-8b201912310d","invariantUUID":"11e357b0-46d5-4e04-94d3-c443fca8165c","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":"objectStorage","uniqueId":"f95f663e-df1b-4a31-9fee-cdfc70b75ed6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317220139,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"94fc0831-02f6-498c-8495-638eb92975a5","invariantUUID":"b2bdff05-908a-4654-a491-765e843ee4c2","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":"objectStorage","uniqueId":"c8d1c9fe-581e-4449-a9c4-5b9b193f0eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316641766,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9414753b-3d24-4b6d-a986-c5455536b3af","invariantUUID":"bb298933-8e8d-425e-9539-c0ad5340bb5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"6906232c-c887-4ba1-97a2-aeda533c8fe2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316826947,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"1d9d855f-b04f-4f15-a04e-ad3f88f204b5","invariantUUID":"2eb11218-af4f-4f01-aefa-7ba77c5bd650","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":"objectStorage","uniqueId":"712e3ae9-01e8-4ab8-92d7-a2cf2fa46595","lifecycleState":"CERTIFIED","lastUpdateDate":1624316630241,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cff6141-f51b-488b-bf91-98cf9f94b902","invariantUUID":"b49703eb-5562-444f-ab55-02ada5584738","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":"defaulticon","uniqueId":"96589205-0b47-43a0-98ae-f7e20e7813c5","lifecycleState":"CERTIFIED","lastUpdateDate":1624316690141,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2414ef55-3a1e-42cd-b871-59a80d50c361","invariantUUID":"4b35213f-b13d-429e-958f-58f2b45d48a4","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":"00d90375-4ec5-4c15-ad71-1fbc97d7ea83","lifecycleState":"CERTIFIED","lastUpdateDate":1624316731149,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"3879b9e4-08f4-459c-9d18-68515845a6c2","invariantUUID":"d425f167-37fa-4697-bd82-389dfb3e939d","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"04f6dde5-625f-47ca-adff-c98e6d4c6ff8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316541346,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7e0734f3-6f1c-4b87-8276-691cb7ef3153","invariantUUID":"a3d7bcf8-218e-48ef-b737-1b09680cbfe3","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":"compute","uniqueId":"a44148c6-ee1f-4e74-9d39-0c62f10a1dd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317181439,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7187114b-eb01-457d-87f8-74219945b5a0","invariantUUID":"f7884633-c4f9-4dd1-8613-c706880b77c9","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":"0d8da77e-af16-49c6-b9c6-556c97d613b6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317051135,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5a2a1384-879d-42b5-ba24-c340e934f8f7","invariantUUID":"921076f4-52c2-49bb-9ef1-ff8eb52c2c2d","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fbfbc4c3-8e64-4bf9-aa86-2d4b0a28b9f5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317040438,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"33882839-b944-4f31-bf50-681ef754ada6","invariantUUID":"44a19d7c-0028-4cf7-8a67-964f473519af","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"9aff7d7b-cb64-4ebc-9498-201f4e9264dc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317515050,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5b2e5ccf-c7dc-4bb8-b95e-16a6ca427836","invariantUUID":"505fe273-d42f-4213-bdca-e7f95d569171","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3455d082-ba5f-4c12-b47d-d7c2c4cdd421","lifecycleState":"CERTIFIED","lastUpdateDate":1624317090044,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8792f85d-6106-46cb-8758-e9edb67032a5","invariantUUID":"e6db97cf-46f4-4519-b3c2-d13104b6f6e5","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"67dd3fa1-565e-436c-9df5-c9515c043382","lifecycleState":"CERTIFIED","lastUpdateDate":1624317300448,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dfc7c8af-ba90-4fda-bf76-94afdb0cd22a","invariantUUID":"b64cc24a-3525-40d5-9e51-083e042cf495","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":"compute","uniqueId":"b8af0de1-c5c7-46bb-8b2c-ce1a823601e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624317501334,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"355b13f3-aeae-4c98-a7d5-8a7ddc1b6be3","invariantUUID":"0d221d9d-c43a-48b5-a0c7-ab563dd40152","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8722d2e1-e05a-4065-8f85-f9bc4eecef57","lifecycleState":"CERTIFIED","lastUpdateDate":1624317340624,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"201dd813-2494-4149-a760-99443784e905","invariantUUID":"88c54f73-7274-42b7-b7ed-209ef2b36698","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8171af51-882b-4d26-892d-8cd2d8a6d7b5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317483440,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f199582-dad0-49b7-a588-6174bf27d761","invariantUUID":"80726d1d-7d4d-48e2-900c-77d35a50fe38","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"632f9e46-08d8-4e6a-b895-e2b4851da070","lifecycleState":"CERTIFIED","lastUpdateDate":1624316837639,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1207c95a-2d26-4da1-a884-87bb426aa67c","invariantUUID":"d2246053-5d2b-4562-84c6-a1e4b039e729","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b92e1be2-b92d-4c9c-b4d6-8e71d34a24af","lifecycleState":"CERTIFIED","lastUpdateDate":1624316527924,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e311fa6a-265f-49ff-8b6a-d01e9a45b08f","invariantUUID":"95d7f153-dcb5-459c-a977-0414be540708","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":"port","uniqueId":"5e26b19b-6508-4382-a3e0-5a6a930540e1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317425450,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ef689ea-bb24-4e1c-b560-62760fbc8d44","invariantUUID":"7082d843-03c7-48e8-93d7-1884f66d609d","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"92776533-3a13-4286-9452-b05d04346aa7","lifecycleState":"CERTIFIED","lastUpdateDate":1624317020747,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ed48f036-1f61-4cb2-ab60-4ebf9820865e","invariantUUID":"c56510d5-d292-4268-aa54-49f35a82df24","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7474989-def6-4e4b-a293-bf4e97ff43eb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317391250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4f653085-7860-47f8-906c-a02209023648","invariantUUID":"6d1315fa-d46e-472f-84d7-c9db018a1ede","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e07a1af7-b1ef-4829-aec5-ddf40dc02cd3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317160538,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3675320d-76a0-4d93-9348-b233a068e0bf","invariantUUID":"333525b0-c6f3-4147-9d2b-a71e0c7b6d8a","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"bacfc7a6-f7d0-44b1-b52e-74968a90f53f","lifecycleState":"CERTIFIED","lastUpdateDate":1624317079425,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a90a30a0-9fa2-48b0-b5e5-4f3207e4c65e","invariantUUID":"8393747c-0b4d-4e7a-b01f-d28e97971b57","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":"port","uniqueId":"08691a9d-4e12-42e6-a53d-707b852563aa","lifecycleState":"CERTIFIED","lastUpdateDate":1624317310645,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c8f943-e025-4d18-8404-863606d2520d","invariantUUID":"2edd0486-b818-4346-b2b8-0f6b3bf636fc","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"dbe75599-583c-4c2d-bfa5-cb682e97df5f","lifecycleState":"CERTIFIED","lastUpdateDate":1624316794547,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b3433f7b-4b6e-4ee5-9c13-57f7f0925a82","invariantUUID":"079d50a9-ff56-455f-a3b2-66448aac26d0","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":"network","uniqueId":"46b7de1a-60a2-4c0d-b918-219295eac7ed","lifecycleState":"CERTIFIED","lastUpdateDate":1624316591458,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8265151a-e7e4-46f7-a29d-c8e6f79dcb37","invariantUUID":"ffd2a911-1876-4676-b4a1-57d3a042123d","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":"loadBalancer","uniqueId":"1ddb6e45-1463-4fcb-8051-c978c97fbfdd","lifecycleState":"CERTIFIED","lastUpdateDate":1624316571140,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"789ee477-400f-4d75-b840-7215617717ff","invariantUUID":"79c71a57-5f40-4913-a03a-68196c9a7d2f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"afd6b504-d8b4-4f2d-b01b-6d9405589848","lifecycleState":"CERTIFIED","lastUpdateDate":1624316653060,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f623e103-e3b8-410e-9244-71ba479e1923","invariantUUID":"9e8ef1fe-3315-4424-a7f5-a425590ad758","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"363974c1-71b4-4cfd-b385-12a627361b2e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317468542,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e3e15baf-1324-43cf-9f86-6866324cd9d2","invariantUUID":"31b4f1f9-2487-4d5c-a1ce-dba8ca1bf57e","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"13624db6-2769-419d-81d0-a83cf1b19927","lifecycleState":"CERTIFIED","lastUpdateDate":1624317149824,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6c56304b-afba-4f2a-95e9-fb10c6ec1597","invariantUUID":"5a8ac5c0-d9e0-4f6a-a0ca-6b405f547862","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f7bb76a0-c870-4769-814d-f441d5701da7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316922861,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c61f7128-0c9d-41af-a736-7fff14dbac29","invariantUUID":"32de8cdf-e141-4451-9da2-477fa6ccd414","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":"securityrules","uniqueId":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624316848034,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"963a9743-add2-41b0-9ad2-9517da3bea9f","invariantUUID":"a1697eec-7d34-45e7-bfb5-b06d77d671e3","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":"9bc847a1-17ee-4df0-b866-937f85238dc1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317350548,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8e532e4-670e-4dd4-a177-9a23de24479f","invariantUUID":"30080838-7491-423f-aadd-20cb1c9acffa","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0155d562-6e77-4fb3-a331-01ca61b6f062","lifecycleState":"CERTIFIED","lastUpdateDate":1624322765842,"name":"vFW 1a933759-10a8","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","systemName":"Vfw1a93375910a8","description":"vendor software product","tags":["vFW 1a933759-10a8"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"85d5f026-873b-4f82-baa1-d9e4fef2d03e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317009932,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d2a5022b-2de2-4124-8a20-5031c1d7c4a7","invariantUUID":"09a481eb-1e7a-4a05-a742-75a58d4f2500","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":"port","uniqueId":"741ba7f6-130e-4b92-93fb-21ff842805c4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316803360,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"90a0927a-e8d2-419d-8a7c-2dbb1d47c8d5","invariantUUID":"ced836a6-5806-44d0-95eb-b1d1d105d025","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a966fe62-250b-4485-bc2e-2159288efacb","lifecycleState":"CERTIFIED","lastUpdateDate":1624316931549,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"961cbd50-9141-47dc-a981-c4f931b88870","invariantUUID":"c9a010f9-f6db-471d-abf7-36715f5979f5","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c33c2792-5372-4e2f-b67d-336c72914ebb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317099133,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"246c1b5a-cff4-4769-821e-81ffe5ded460","invariantUUID":"125f6302-5598-45e8-b84b-fa93b714b2b6","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3f507456-ae9d-456c-b218-b63c48c31e08","lifecycleState":"CERTIFIED","lastUpdateDate":1624316886044,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9448a36-386d-46df-a6bb-3cb3d402f0d6","invariantUUID":"da587c18-14c5-4495-a99e-dbef317ffc7f","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":"a2468e06-8bc7-4e28-873f-bfa049e8bd9e","lifecycleState":"CERTIFIED","lastUpdateDate":1624316874749,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee1c4339-f498-499b-b822-dc68f9738625","invariantUUID":"b6124507-e34e-4252-b5fe-ca6f65146380","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d48ecf96-3642-4542-87fc-a171c47e5aa9","lifecycleState":"CERTIFIED","lastUpdateDate":1624326169939,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","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":"network","uniqueId":"7570a06b-1afd-4c11-8d69-a1ff38911eef","lifecycleState":"CERTIFIED","lastUpdateDate":1624317231056,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"41d1e0dc-10a3-43a4-b31b-fdbb7df64e61","invariantUUID":"0876e26e-cbb2-4b2f-86dc-fdf715ef01fb","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":"94ef239b-29ec-4de3-bedf-a86e771b83cc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317360634,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fc3a4e5a-fefa-4076-a438-d7d043b2ba0f","invariantUUID":"c39f852d-83d9-429e-ac27-8d3091ca6249","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"84217af1-fae6-4804-a1da-5791ced3ccee","lifecycleState":"CERTIFIED","lastUpdateDate":1624317442144,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9182af5-df7f-4022-a6b0-4f423ad2167b","invariantUUID":"4b915b12-7b5b-4f31-9eff-24e4e1faf2ba","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6503ce26-624e-4a6c-9206-5130472aafa3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317403850,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"432b0011-944e-4989-a145-173572f68a74","invariantUUID":"1ad79984-efc0-48e2-a7e5-58ff04bba274","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":"819e80e6-3e1f-4254-bc18-1196569b5f64","lifecycleState":"CERTIFIED","lastUpdateDate":1624316741251,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7a6bb3f0-e988-4eb6-9937-328d4e882d2a","invariantUUID":"0d1ce8e6-d489-4a36-8dc2-5278e2ecdc7b","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"c0d2e418-04af-4460-9fa9-133b3f6caaa8","lifecycleState":"CERTIFIED","lastUpdateDate":1624326256336,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","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":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4f9ec1da-ec39-43e1-bab9-fcc364ddc92c","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1624322135860,"name":"vFW 2021-06-22 00-35-34","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","systemName":"Vfw20210622003534","description":"catalog service description","tags":["robot-ete","vFW 2021-06-22 00-35-34"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"fc706eb3-41d1-496b-a18b-3e472827b384","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1624326045742,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","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":"67f1b399-7429-4525-a16d-4d6b6f1c99a2","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1624326771037,"name":"basic_onboard_fnaXFw","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"a834c1db-e246-4969-9da6-4484fa27c0d0","invariantUUID":"ea4d1956-451c-4d2c-b29e-023a669655c8","systemName":"BasicOnboardFnaxfw","description":"service","tags":["basic_onboard_fnaXFw"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-06-22 01:52:54,461 DEBUG 117:sdc_resource.py(1) - Resource basic_onboard_fnaXFw found in resources list
2021-06-22 01:52:54,462 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-06-22 01:52:54,463 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/67f1b399-7429-4525-a16d-4d6b6f1c99a2/resourceInstance
2021-06-22 01:52:54,463 DEBUG 106:onap_service.py(1) - [SDC][Add VF to service] data sent: {
  "name": "basic_onboard_fnaXFw",
  "componentVersion": "1.0",
  "posY": 100,
  "posX": 200,
  "uniqueId": "3b7a1ae5-8dff-465a-b867-907eb730042f",
  "originType": "VF",
  "componentUid": "3b7a1ae5-8dff-465a-b867-907eb730042f",
  "icon": "defaulticon"
}
2021-06-22 01:52:54,466 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:52:59,950 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/67f1b399-7429-4525-a16d-4d6b6f1c99a2/resourceInstance HTTP/1.1" 201 None
2021-06-22 01:52:59,952 INFO 116:onap_service.py(1) - [SDC][Add VF to service] response code: 201
2021-06-22 01:52:59,953 DEBUG 120:onap_service.py(1) - [SDC][Add VF to service] response: {"capabilities":null,"requirements":null,"deploymentArtifacts":null,"artifacts":null,"groupInstances":null,"interfaces":null,"properties":null,"attributes":null,"nodeFilter":null,"inputs":[{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vf_module_id","type":"string","required":false,"defaultValue":null,"description":"The VF Module ID is provided by ONAP","schema":null,"password":false,"name":"vf_module_id","value":"Ubuntu18-VF-module","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"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,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":"true","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","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,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.multi_stage_design","type":"boolean","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"multi_stage_design","value":"false","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_naming_code","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming_code","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_function","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_function","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.controller_actor","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"controller_actor","value":"SO-REF-DATA","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","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,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.availability_zone_max_count","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"availability_zone_max_count","value":"1","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","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,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_artifact_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_artifact_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vnf_name","type":"string","required":false,"defaultValue":null,"description":"The VM name","schema":null,"password":false,"name":"vnf_name","value":"Ubuntu18-VNF-name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"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,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.max_instances","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"max_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_name_0","type":"string","required":false,"defaultValue":null,"description":"The VM name","schema":null,"password":false,"name":"ubuntu18_name_0","value":"ubuntu18","label":"VM name","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"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,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_pub_key","type":"string","required":false,"defaultValue":null,"description":"Public key to be installed on the compute instance","schema":null,"password":false,"name":"ubuntu18_pub_key","value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","label":"Public key","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"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,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_type","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_type","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.dcae_collector_ip","type":"string","required":false,"defaultValue":null,"description":"IP address of the DCAE collector","schema":null,"password":false,"name":"dcae_collector_ip","value":"10.4.2.166","label":"DCAE collector IP address","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"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,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vnf_id","type":"string","required":false,"defaultValue":null,"description":"The VNF ID is provided by ONAP","schema":null,"password":false,"name":"vnf_id","value":"Ubuntu18-VNF","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"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,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_role","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_role","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.min_instances","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"min_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.dcae_collector_port","type":"string","required":false,"defaultValue":null,"description":"Port of the DCAE collector","schema":null,"password":false,"name":"dcae_collector_port","value":"30417","label":"DCAE collector port","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"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,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_flavor_name","type":"string","required":false,"defaultValue":null,"description":"Type of instance (flavor) to be used","schema":null,"password":false,"name":"ubuntu18_flavor_name","value":"m1.small","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"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,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.admin_plane_net_name","type":"string","required":false,"defaultValue":null,"description":"The external management network","schema":null,"password":false,"name":"admin_plane_net_name","value":"admin","label":"management network","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"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,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_image_name","type":"string","required":false,"defaultValue":null,"description":"Image to be used for compute instance","schema":null,"password":false,"name":"ubuntu18_image_name","value":"ubuntu-18.04-daily","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"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,"empty":false,"ownerId":null},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"}],"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"basic_onboard_fnaXFw 0","SupportablityComponentVersion":null},"actualComponentUid":"3b7a1ae5-8dff-465a-b867-907eb730042f","createdFromCsar":false,"name":"basic_onboard_fnaXFw 0","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.3b7a1ae5-8dff-465a-b867-907eb730042f.basic_onboard_fnaxfw0","normalizedName":"basic_onboard_fnaxfw0","icon":"defaulticon","creationTime":1624326776449,"description":null,"originType":"VF","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"basic_onboard_fnaxfw0","createdFrom":null,"componentUid":"3b7a1ae5-8dff-465a-b867-907eb730042f","componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vf.BasicOnboardFnaxfw","modificationTime":1624326776449,"customizationUUID":"5654bbca-ed69-4372-a0cb-21372aa220b0","posX":"200","posY":"100","componentName":"basic_onboard_fnaXFw","originArchived":false,"propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"version":null,"empty":false,"type":null,"ownerId":null}
2021-06-22 01:52:59,954 INFO 479:service.py(1) - Resource VF basic_onboard_fnaXFw has been added on serice basic_onboard_fnaXFw
2021-06-22 01:52:59,957 DEBUG 195:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_fnaXFw] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-06-22 01:52:59,957 DEBUG 197:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_fnaXFw] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/a834c1db-e246-4969-9da6-4484fa27c0d0/distribution
2021-06-22 01:52:59,957 DEBUG 198:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_fnaXFw] data sent: None
2021-06-22 01:52:59,958 DEBUG 103:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_fnaXFw] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-06-22 01:52:59,958 DEBUG 105:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_fnaXFw] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/a834c1db-e246-4969-9da6-4484fa27c0d0/distribution
2021-06-22 01:52:59,958 DEBUG 106:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_fnaXFw] data sent: None
2021-06-22 01:52:59,960 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:53:00,052 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/a834c1db-e246-4969-9da6-4484fa27c0d0/distribution HTTP/1.1" 200 38
2021-06-22 01:53:00,054 INFO 116:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_fnaXFw] response code: 200
2021-06-22 01:53:00,054 DEBUG 120:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_fnaXFw] response: {"distributionStatusOfServiceList":[]}
2021-06-22 01:53:00,057 DEBUG 195:onap_service.py(1) - [SDC][Check distribution for basic_onboard_fnaXFw] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-06-22 01:53:00,057 DEBUG 197:onap_service.py(1) - [SDC][Check distribution for basic_onboard_fnaXFw] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None
2021-06-22 01:53:00,057 DEBUG 198:onap_service.py(1) - [SDC][Check distribution for basic_onboard_fnaXFw] data sent: None
2021-06-22 01:53:00,058 DEBUG 103:onap_service.py(1) - [SDC][Check distribution for basic_onboard_fnaXFw] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-06-22 01:53:00,058 DEBUG 105:onap_service.py(1) - [SDC][Check distribution for basic_onboard_fnaXFw] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None
2021-06-22 01:53:00,058 DEBUG 106:onap_service.py(1) - [SDC][Check distribution for basic_onboard_fnaXFw] data sent: None
2021-06-22 01:53:00,060 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:53:00,145 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-06-22 01:53:00,146 INFO 116:onap_service.py(1) - [SDC][Check distribution for basic_onboard_fnaXFw] response code: 200
2021-06-22 01:53:00,147 DEBUG 120:onap_service.py(1) - [SDC][Check distribution for basic_onboard_fnaXFw] response: {"distributionStatusList":[]}
2021-06-22 01:53:00,159 DEBUG 599:service.py(1) - [SDC][Get Distribution] distrib_list = []
2021-06-22 01:53:00,159 INFO 696:service.py(1) - attempting to checkin Service basic_onboard_fnaXFw in SDC
2021-06-22 01:53:00,165 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-06-22 01:53:00,165 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/67f1b399-7429-4525-a16d-4d6b6f1c99a2/lifecycleState/checkin
2021-06-22 01:53:00,166 DEBUG 106:onap_service.py(1) - [SDC][checkin Service] data sent: {
  "userRemarks": "checkin"
}
2021-06-22 01:53:00,168 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:53:03,947 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/67f1b399-7429-4525-a16d-4d6b6f1c99a2/lifecycleState/checkin HTTP/1.1" 200 1225
2021-06-22 01:53:03,949 INFO 116:onap_service.py(1) - [SDC][checkin Service] response code: 200
2021-06-22 01:53:03,949 DEBUG 120:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2","name":"basic_onboard_fnaXFw","version":"0.1","isHighestVersion":true,"creationDate":1624326771037,"lastUpdateDate":1624326782043,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_onboard_fnaXFw"],"icon":"network_l_1-3","normalizedName":"basiconboardfnaxfw","systemName":"BasicOnboardFnaxfw","contactId":"cs0008","allVersions":{"0.1":"67f1b399-7429-4525-a16d-4d6b6f1c99a2"},"projectCode":"123456","invariantUUID":"ea4d1956-451c-4d2c-b29e-023a669655c8","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":"a834c1db-e246-4969-9da6-4484fa27c0d0"}
2021-06-22 01:53:03,953 DEBUG 159:__init__.py(1) - check if Service basic_onboard_fnaXFw exists in SDC
2021-06-22 01:53:03,953 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-06-22 01:53:03,953 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-06-22 01:53:03,954 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:53:03,954 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:53:03,955 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-06-22 01:53:03,955 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:53:03,955 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:53:03,958 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:53:06,444 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1509
2021-06-22 01:53:06,445 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200
2021-06-22 01:53:06,446 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/39063d49-954b-4193-aa3d-cdc2c26b27a0/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"a834c1db-e246-4969-9da6-4484fa27c0d0","invariantUUID":"ea4d1956-451c-4d2c-b29e-023a669655c8","name":"basic_onboard_fnaXFw","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/a834c1db-e246-4969-9da6-4484fa27c0d0/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f00f361a-6616-4ddb-88ee-286175d34cb4/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","name":"vFW 2021-06-22 00-35-34","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/03b9c4e6-f8d0-4936-856f-3b02f77c3c3e/toscaModel","category":"Network L1-3","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}]
2021-06-22 01:53:06,449 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-06-22 01:53:06,450 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:06,450 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:06,450 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-06-22 01:53:06,450 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_fnaXFw from SDC
2021-06-22 01:53:06,450 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:06,451 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:06,451 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-06-22 01:53:06,451 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:53:06,451 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:06,451 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:06,452 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-06-22 01:53:06,452 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 2021-06-22 00-35-34 from SDC
2021-06-22 01:53:06,452 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:06,452 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:06,452 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Draft
2021-06-22 01:53:06,453 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-06-22 01:53:06,453 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:53:06,453 INFO 192:__init__.py(1) - Service found, updating information
2021-06-22 01:53:06,453 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-06-22 01:53:06,453 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-06-22 01:53:06,454 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-06-22 01:53:06,454 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-06-22 01:53:06,454 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-06-22 01:53:06,455 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-06-22 01:53:06,457 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:53:11,862 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-06-22 01:53:11,864 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-06-22 01:53:11,867 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"66fdd579-68b2-48f0-8892-5a05aa011392","lifecycleState":"CERTIFIED","lastUpdateDate":1624316896740,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f587748b-668b-4e56-8b31-09bbd507ec2e","invariantUUID":"469c09af-59d2-4772-9aaa-9912774f2973","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":"port","uniqueId":"f5eb4f49-d23c-4430-84a0-df17fa5bb1ac","lifecycleState":"CERTIFIED","lastUpdateDate":1624316581444,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"098054f8-9fa9-4605-9427-f19a55dfbeea","invariantUUID":"bc0790d1-eed4-430b-9752-1851f86e44cb","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0035ce8a-c403-4adc-a26f-490a4609d646","lifecycleState":"CERTIFIED","lastUpdateDate":1624317376440,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d3865531-c61f-491d-b339-05e3773f3dcc","invariantUUID":"ba7d7da2-d8cc-45a2-aff1-c26e90c81622","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":"network","uniqueId":"d440d28e-07f0-4528-882a-82f022421be9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316663858,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f05cca83-8148-40e1-a73f-a662c0c7bb7f","invariantUUID":"9fe949b1-1725-42b2-a750-4c651f2e9b30","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":"defaulticon","uniqueId":"3b7a1ae5-8dff-465a-b867-907eb730042f","lifecycleState":"CERTIFIED","lastUpdateDate":1624326731157,"name":"basic_onboard_fnaXFw","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ad0c83b2-6f01-4196-8907-268b9fbc0a28","invariantUUID":"46f67e6d-38e9-4824-9a02-23f61a7e6429","systemName":"BasicOnboardFnaxfw","description":"VF","tags":["basic_onboard_fnaXFw"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"acdccb50-470e-4398-ab12-c88de902e35b","lifecycleState":"CERTIFIED","lastUpdateDate":1624316940550,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eff75170-c5f8-4b43-bd74-a5ed547fa002","invariantUUID":"d3668e9c-03e5-4cf5-98b3-3971d7b74356","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":"compute","uniqueId":"9d2c7322-0617-46e0-b174-f36ed1bd8499","lifecycleState":"CERTIFIED","lastUpdateDate":1624317491842,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"45ae762f-c9d2-4448-bf71-4fe2496a3187","invariantUUID":"36eead66-7939-40d3-ac58-cfbfaaa72bbc","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ffa3da8-a278-4638-85b8-614584d01f4e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317140461,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81fc7f53-9c59-4e11-a0c8-16bd8c0e325f","invariantUUID":"71180390-20c7-4118-a655-60c6b5735b30","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","lifecycleState":"CERTIFIED","lastUpdateDate":1624316453675,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fef22515-b83d-46eb-8669-bf2c5f39148d","invariantUUID":"94ee7680-863e-4785-808e-63aeae521ecf","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":"compute","uniqueId":"e7cd70e5-2e22-408f-9abb-28f45d32d1e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316865149,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"935c4d3f-2576-4db9-9bf1-5e81173357ef","invariantUUID":"20d9b1ba-98b4-48d9-b0b6-5e160ceaf8e7","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":"d9e2bb0f-11e4-4eb4-93f8-a7a519839ea2","lifecycleState":"CERTIFIED","lastUpdateDate":1624317330964,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f9ce0b68-cda8-47e0-8ce2-8e5112897c0b","invariantUUID":"c0f4a113-df12-443f-8b38-7c8e5ddb1da2","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e5fe3987-396a-4703-95e9-fda1ebd6af9a","lifecycleState":"CERTIFIED","lastUpdateDate":1624317290444,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ba37e2c-fbfb-492d-a155-09d9306fcdfc","invariantUUID":"45405f88-8577-4bd8-8205-b4dfca90e245","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4c99bdc2-7ee8-449a-88c2-f9e58bfae4d4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316721145,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dd486b37-46d4-4a10-bed0-20d03a1d0cfa","invariantUUID":"9b369702-43e2-4613-aa06-3b6302dd4d34","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":"network","uniqueId":"63457b86-1f3a-4e5b-a199-03781cb44b72","lifecycleState":"CERTIFIED","lastUpdateDate":1624316983548,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb328aa4-171d-40a7-a4f3-b4d28941f6c0","invariantUUID":"134a0dd0-c46c-491f-be17-372c71b8b51f","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":"aba56dc6-cfd6-4a03-9033-fccf769f1117","lifecycleState":"CERTIFIED","lastUpdateDate":1624317270652,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bb8c2dca-4001-4012-82c0-77cf9db18ab3","invariantUUID":"b0078713-2c10-4f8d-a125-5dd86b97f624","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":"network","uniqueId":"b7befc73-106f-43af-8fb3-19ddd3efdae2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316701854,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66d3af78-6a55-4fa0-a320-37c48715650b","invariantUUID":"db047b33-59f7-4252-acd9-aac6a12adfd5","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":"port","uniqueId":"8553634e-b64f-4ec2-86ac-aff653beebf9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316677837,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8a7df8e8-693b-491e-b0f9-78add32104d4","invariantUUID":"02682fd9-a250-42aa-b6b6-6aa1e745effd","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":"objectStorage","uniqueId":"3b411f1a-2e1f-4502-ab46-6ce3f82d904e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317190627,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"51ee8859-dbe4-46e3-abbd-456575b4588b","invariantUUID":"673d6aee-8e3b-4737-a42e-351aa3dd7eb7","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":"compute","uniqueId":"0473785c-6f2e-4c75-a368-d4a95edabdc0","lifecycleState":"CERTIFIED","lastUpdateDate":1624317110234,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ade13e2-3342-447a-a82a-a03e49576945","invariantUUID":"257c1892-f5a4-4e5f-8ab9-24700c8f8659","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":"006062c2-fb8e-41a2-aed4-64a115c3be6d","lifecycleState":"CERTIFIED","lastUpdateDate":1624317320549,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3ccad81e-ff05-4e87-9cce-2246d1a811ba","invariantUUID":"47611caa-26b7-4e24-8884-8df1633ec56a","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":"port","uniqueId":"9da899ff-39ef-42d9-ad44-0cb9f89a2ddf","lifecycleState":"CERTIFIED","lastUpdateDate":1624317523651,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f906e1fe-4b3b-4771-9531-f836758cf8d6","invariantUUID":"1c678515-c67b-424c-89db-a6e25888268d","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"927ed975-1a08-4cc8-adde-16e20d2ea161","lifecycleState":"CERTIFIED","lastUpdateDate":1624317280436,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c3515558-c107-40fd-b57f-89ef9b7257f1","invariantUUID":"e869d715-63af-4bd2-9b86-2bea2f6ef774","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":"defaulticon","uniqueId":"112ba53f-0f5e-4da7-b804-256374bd479c","lifecycleState":"CERTIFIED","lastUpdateDate":1624316513753,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"acd2ed33-9592-444c-b905-e1874c250ee9","invariantUUID":"7c6eeba9-92d7-42c3-80d8-fb7c4230d577","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a123c39f-7d07-48cd-92d3-81e70475e9c6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317121031,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"25cbcd31-a9b1-43c5-8345-034cfa7bdff3","invariantUUID":"42fe4cf8-a1df-420f-b14b-f333c64ae68e","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b93a3479-a1ee-4f06-a74f-98eebe414801","lifecycleState":"CERTIFIED","lastUpdateDate":1624317061245,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47eee740-5127-4041-ae1d-257350629f40","invariantUUID":"22bb4082-dc16-43da-930a-5f9e189c538d","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":"defaulticon","uniqueId":"171e079e-0c92-4a67-907a-dd084f28de62","lifecycleState":"CERTIFIED","lastUpdateDate":1624317070638,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"a14dbebd-1755-4407-a774-3d23b3191e15","invariantUUID":"b9e01f86-7226-4ef5-b004-e630ea657abc","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"84d99f00-61f5-4d34-ba7d-0fdf4c36d6b4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316711449,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9b496b26-87af-43c3-bd44-8b201912310d","invariantUUID":"11e357b0-46d5-4e04-94d3-c443fca8165c","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":"objectStorage","uniqueId":"f95f663e-df1b-4a31-9fee-cdfc70b75ed6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317220139,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"94fc0831-02f6-498c-8495-638eb92975a5","invariantUUID":"b2bdff05-908a-4654-a491-765e843ee4c2","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":"objectStorage","uniqueId":"c8d1c9fe-581e-4449-a9c4-5b9b193f0eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316641766,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9414753b-3d24-4b6d-a986-c5455536b3af","invariantUUID":"bb298933-8e8d-425e-9539-c0ad5340bb5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"6906232c-c887-4ba1-97a2-aeda533c8fe2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316826947,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"1d9d855f-b04f-4f15-a04e-ad3f88f204b5","invariantUUID":"2eb11218-af4f-4f01-aefa-7ba77c5bd650","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":"objectStorage","uniqueId":"712e3ae9-01e8-4ab8-92d7-a2cf2fa46595","lifecycleState":"CERTIFIED","lastUpdateDate":1624316630241,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cff6141-f51b-488b-bf91-98cf9f94b902","invariantUUID":"b49703eb-5562-444f-ab55-02ada5584738","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":"defaulticon","uniqueId":"96589205-0b47-43a0-98ae-f7e20e7813c5","lifecycleState":"CERTIFIED","lastUpdateDate":1624316690141,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2414ef55-3a1e-42cd-b871-59a80d50c361","invariantUUID":"4b35213f-b13d-429e-958f-58f2b45d48a4","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":"00d90375-4ec5-4c15-ad71-1fbc97d7ea83","lifecycleState":"CERTIFIED","lastUpdateDate":1624316731149,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"3879b9e4-08f4-459c-9d18-68515845a6c2","invariantUUID":"d425f167-37fa-4697-bd82-389dfb3e939d","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"04f6dde5-625f-47ca-adff-c98e6d4c6ff8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316541346,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7e0734f3-6f1c-4b87-8276-691cb7ef3153","invariantUUID":"a3d7bcf8-218e-48ef-b737-1b09680cbfe3","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":"compute","uniqueId":"a44148c6-ee1f-4e74-9d39-0c62f10a1dd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317181439,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7187114b-eb01-457d-87f8-74219945b5a0","invariantUUID":"f7884633-c4f9-4dd1-8613-c706880b77c9","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":"0d8da77e-af16-49c6-b9c6-556c97d613b6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317051135,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5a2a1384-879d-42b5-ba24-c340e934f8f7","invariantUUID":"921076f4-52c2-49bb-9ef1-ff8eb52c2c2d","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fbfbc4c3-8e64-4bf9-aa86-2d4b0a28b9f5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317040438,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"33882839-b944-4f31-bf50-681ef754ada6","invariantUUID":"44a19d7c-0028-4cf7-8a67-964f473519af","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"9aff7d7b-cb64-4ebc-9498-201f4e9264dc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317515050,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5b2e5ccf-c7dc-4bb8-b95e-16a6ca427836","invariantUUID":"505fe273-d42f-4213-bdca-e7f95d569171","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3455d082-ba5f-4c12-b47d-d7c2c4cdd421","lifecycleState":"CERTIFIED","lastUpdateDate":1624317090044,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8792f85d-6106-46cb-8758-e9edb67032a5","invariantUUID":"e6db97cf-46f4-4519-b3c2-d13104b6f6e5","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"67dd3fa1-565e-436c-9df5-c9515c043382","lifecycleState":"CERTIFIED","lastUpdateDate":1624317300448,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dfc7c8af-ba90-4fda-bf76-94afdb0cd22a","invariantUUID":"b64cc24a-3525-40d5-9e51-083e042cf495","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":"compute","uniqueId":"b8af0de1-c5c7-46bb-8b2c-ce1a823601e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624317501334,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"355b13f3-aeae-4c98-a7d5-8a7ddc1b6be3","invariantUUID":"0d221d9d-c43a-48b5-a0c7-ab563dd40152","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8722d2e1-e05a-4065-8f85-f9bc4eecef57","lifecycleState":"CERTIFIED","lastUpdateDate":1624317340624,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"201dd813-2494-4149-a760-99443784e905","invariantUUID":"88c54f73-7274-42b7-b7ed-209ef2b36698","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8171af51-882b-4d26-892d-8cd2d8a6d7b5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317483440,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f199582-dad0-49b7-a588-6174bf27d761","invariantUUID":"80726d1d-7d4d-48e2-900c-77d35a50fe38","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"632f9e46-08d8-4e6a-b895-e2b4851da070","lifecycleState":"CERTIFIED","lastUpdateDate":1624316837639,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1207c95a-2d26-4da1-a884-87bb426aa67c","invariantUUID":"d2246053-5d2b-4562-84c6-a1e4b039e729","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b92e1be2-b92d-4c9c-b4d6-8e71d34a24af","lifecycleState":"CERTIFIED","lastUpdateDate":1624316527924,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e311fa6a-265f-49ff-8b6a-d01e9a45b08f","invariantUUID":"95d7f153-dcb5-459c-a977-0414be540708","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":"port","uniqueId":"5e26b19b-6508-4382-a3e0-5a6a930540e1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317425450,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ef689ea-bb24-4e1c-b560-62760fbc8d44","invariantUUID":"7082d843-03c7-48e8-93d7-1884f66d609d","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"92776533-3a13-4286-9452-b05d04346aa7","lifecycleState":"CERTIFIED","lastUpdateDate":1624317020747,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ed48f036-1f61-4cb2-ab60-4ebf9820865e","invariantUUID":"c56510d5-d292-4268-aa54-49f35a82df24","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7474989-def6-4e4b-a293-bf4e97ff43eb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317391250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4f653085-7860-47f8-906c-a02209023648","invariantUUID":"6d1315fa-d46e-472f-84d7-c9db018a1ede","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e07a1af7-b1ef-4829-aec5-ddf40dc02cd3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317160538,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3675320d-76a0-4d93-9348-b233a068e0bf","invariantUUID":"333525b0-c6f3-4147-9d2b-a71e0c7b6d8a","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"bacfc7a6-f7d0-44b1-b52e-74968a90f53f","lifecycleState":"CERTIFIED","lastUpdateDate":1624317079425,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a90a30a0-9fa2-48b0-b5e5-4f3207e4c65e","invariantUUID":"8393747c-0b4d-4e7a-b01f-d28e97971b57","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":"port","uniqueId":"08691a9d-4e12-42e6-a53d-707b852563aa","lifecycleState":"CERTIFIED","lastUpdateDate":1624317310645,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c8f943-e025-4d18-8404-863606d2520d","invariantUUID":"2edd0486-b818-4346-b2b8-0f6b3bf636fc","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"dbe75599-583c-4c2d-bfa5-cb682e97df5f","lifecycleState":"CERTIFIED","lastUpdateDate":1624316794547,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b3433f7b-4b6e-4ee5-9c13-57f7f0925a82","invariantUUID":"079d50a9-ff56-455f-a3b2-66448aac26d0","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":"network","uniqueId":"46b7de1a-60a2-4c0d-b918-219295eac7ed","lifecycleState":"CERTIFIED","lastUpdateDate":1624316591458,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8265151a-e7e4-46f7-a29d-c8e6f79dcb37","invariantUUID":"ffd2a911-1876-4676-b4a1-57d3a042123d","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":"loadBalancer","uniqueId":"1ddb6e45-1463-4fcb-8051-c978c97fbfdd","lifecycleState":"CERTIFIED","lastUpdateDate":1624316571140,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"789ee477-400f-4d75-b840-7215617717ff","invariantUUID":"79c71a57-5f40-4913-a03a-68196c9a7d2f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"afd6b504-d8b4-4f2d-b01b-6d9405589848","lifecycleState":"CERTIFIED","lastUpdateDate":1624316653060,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f623e103-e3b8-410e-9244-71ba479e1923","invariantUUID":"9e8ef1fe-3315-4424-a7f5-a425590ad758","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"363974c1-71b4-4cfd-b385-12a627361b2e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317468542,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e3e15baf-1324-43cf-9f86-6866324cd9d2","invariantUUID":"31b4f1f9-2487-4d5c-a1ce-dba8ca1bf57e","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"13624db6-2769-419d-81d0-a83cf1b19927","lifecycleState":"CERTIFIED","lastUpdateDate":1624317149824,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6c56304b-afba-4f2a-95e9-fb10c6ec1597","invariantUUID":"5a8ac5c0-d9e0-4f6a-a0ca-6b405f547862","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f7bb76a0-c870-4769-814d-f441d5701da7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316922861,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c61f7128-0c9d-41af-a736-7fff14dbac29","invariantUUID":"32de8cdf-e141-4451-9da2-477fa6ccd414","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":"securityrules","uniqueId":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624316848034,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"963a9743-add2-41b0-9ad2-9517da3bea9f","invariantUUID":"a1697eec-7d34-45e7-bfb5-b06d77d671e3","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":"9bc847a1-17ee-4df0-b866-937f85238dc1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317350548,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8e532e4-670e-4dd4-a177-9a23de24479f","invariantUUID":"30080838-7491-423f-aadd-20cb1c9acffa","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0155d562-6e77-4fb3-a331-01ca61b6f062","lifecycleState":"CERTIFIED","lastUpdateDate":1624322765842,"name":"vFW 1a933759-10a8","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","systemName":"Vfw1a93375910a8","description":"vendor software product","tags":["vFW 1a933759-10a8"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"85d5f026-873b-4f82-baa1-d9e4fef2d03e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317009932,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d2a5022b-2de2-4124-8a20-5031c1d7c4a7","invariantUUID":"09a481eb-1e7a-4a05-a742-75a58d4f2500","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":"port","uniqueId":"741ba7f6-130e-4b92-93fb-21ff842805c4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316803360,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"90a0927a-e8d2-419d-8a7c-2dbb1d47c8d5","invariantUUID":"ced836a6-5806-44d0-95eb-b1d1d105d025","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a966fe62-250b-4485-bc2e-2159288efacb","lifecycleState":"CERTIFIED","lastUpdateDate":1624316931549,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"961cbd50-9141-47dc-a981-c4f931b88870","invariantUUID":"c9a010f9-f6db-471d-abf7-36715f5979f5","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c33c2792-5372-4e2f-b67d-336c72914ebb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317099133,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"246c1b5a-cff4-4769-821e-81ffe5ded460","invariantUUID":"125f6302-5598-45e8-b84b-fa93b714b2b6","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3f507456-ae9d-456c-b218-b63c48c31e08","lifecycleState":"CERTIFIED","lastUpdateDate":1624316886044,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9448a36-386d-46df-a6bb-3cb3d402f0d6","invariantUUID":"da587c18-14c5-4495-a99e-dbef317ffc7f","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":"a2468e06-8bc7-4e28-873f-bfa049e8bd9e","lifecycleState":"CERTIFIED","lastUpdateDate":1624316874749,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee1c4339-f498-499b-b822-dc68f9738625","invariantUUID":"b6124507-e34e-4252-b5fe-ca6f65146380","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d48ecf96-3642-4542-87fc-a171c47e5aa9","lifecycleState":"CERTIFIED","lastUpdateDate":1624326169939,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","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":"network","uniqueId":"7570a06b-1afd-4c11-8d69-a1ff38911eef","lifecycleState":"CERTIFIED","lastUpdateDate":1624317231056,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"41d1e0dc-10a3-43a4-b31b-fdbb7df64e61","invariantUUID":"0876e26e-cbb2-4b2f-86dc-fdf715ef01fb","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":"94ef239b-29ec-4de3-bedf-a86e771b83cc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317360634,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fc3a4e5a-fefa-4076-a438-d7d043b2ba0f","invariantUUID":"c39f852d-83d9-429e-ac27-8d3091ca6249","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"84217af1-fae6-4804-a1da-5791ced3ccee","lifecycleState":"CERTIFIED","lastUpdateDate":1624317442144,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9182af5-df7f-4022-a6b0-4f423ad2167b","invariantUUID":"4b915b12-7b5b-4f31-9eff-24e4e1faf2ba","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6503ce26-624e-4a6c-9206-5130472aafa3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317403850,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"432b0011-944e-4989-a145-173572f68a74","invariantUUID":"1ad79984-efc0-48e2-a7e5-58ff04bba274","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":"819e80e6-3e1f-4254-bc18-1196569b5f64","lifecycleState":"CERTIFIED","lastUpdateDate":1624316741251,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7a6bb3f0-e988-4eb6-9937-328d4e882d2a","invariantUUID":"0d1ce8e6-d489-4a36-8dc2-5278e2ecdc7b","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"c0d2e418-04af-4460-9fa9-133b3f6caaa8","lifecycleState":"CERTIFIED","lastUpdateDate":1624326256336,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","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":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4f9ec1da-ec39-43e1-bab9-fcc364ddc92c","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1624322135860,"name":"vFW 2021-06-22 00-35-34","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","systemName":"Vfw20210622003534","description":"catalog service description","tags":["robot-ete","vFW 2021-06-22 00-35-34"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"fc706eb3-41d1-496b-a18b-3e472827b384","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1624326045742,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","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":"67f1b399-7429-4525-a16d-4d6b6f1c99a2","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1624326782043,"name":"basic_onboard_fnaXFw","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"a834c1db-e246-4969-9da6-4484fa27c0d0","invariantUUID":"ea4d1956-451c-4d2c-b29e-023a669655c8","systemName":"BasicOnboardFnaxfw","description":"service","tags":["basic_onboard_fnaXFw"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-06-22 01:53:11,873 DEBUG 117:sdc_resource.py(1) - Resource basic_onboard_fnaXFw found in services list
2021-06-22 01:53:11,873 INFO 696:service.py(1) - attempting to Certify Service basic_onboard_fnaXFw in SDC
2021-06-22 01:53:11,877 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-06-22 01:53:11,877 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/67f1b399-7429-4525-a16d-4d6b6f1c99a2/lifecycleState/Certify
2021-06-22 01:53:11,877 DEBUG 106:onap_service.py(1) - [SDC][Certify Service] data sent: {
  "userRemarks": "certify"
}
2021-06-22 01:53:11,879 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:53:24,945 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/67f1b399-7429-4525-a16d-4d6b6f1c99a2/lifecycleState/Certify HTTP/1.1" 200 1213
2021-06-22 01:53:24,947 INFO 116:onap_service.py(1) - [SDC][Certify Service] response code: 200
2021-06-22 01:53:24,948 DEBUG 120:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"618df90d-1ead-4851-a757-51da5755b643","name":"basic_onboard_fnaXFw","version":"1.0","isHighestVersion":true,"creationDate":1624326771037,"lastUpdateDate":1624326782043,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_onboard_fnaXFw"],"icon":"network_l_1-3","normalizedName":"basiconboardfnaxfw","systemName":"BasicOnboardFnaxfw","contactId":"cs0008","allVersions":{"1.0":"618df90d-1ead-4851-a757-51da5755b643"},"projectCode":"123456","invariantUUID":"ea4d1956-451c-4d2c-b29e-023a669655c8","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":"a834c1db-e246-4969-9da6-4484fa27c0d0"}
2021-06-22 01:53:24,951 DEBUG 159:__init__.py(1) - check if Service basic_onboard_fnaXFw exists in SDC
2021-06-22 01:53:24,952 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-06-22 01:53:24,952 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-06-22 01:53:24,953 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:53:24,953 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:53:24,954 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-06-22 01:53:24,954 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:53:24,954 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:53:24,957 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:53:29,244 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1497
2021-06-22 01:53:29,245 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200
2021-06-22 01:53:29,245 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/39063d49-954b-4193-aa3d-cdc2c26b27a0/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f00f361a-6616-4ddb-88ee-286175d34cb4/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"a834c1db-e246-4969-9da6-4484fa27c0d0","invariantUUID":"ea4d1956-451c-4d2c-b29e-023a669655c8","name":"basic_onboard_fnaXFw","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a834c1db-e246-4969-9da6-4484fa27c0d0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","name":"vFW 2021-06-22 00-35-34","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/03b9c4e6-f8d0-4936-856f-3b02f77c3c3e/toscaModel","category":"Network L1-3","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}]
2021-06-22 01:53:29,247 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-06-22 01:53:29,248 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:29,248 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:29,248 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-06-22 01:53:29,248 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:53:29,248 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:29,248 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:29,248 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-06-22 01:53:29,249 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_fnaXFw from SDC
2021-06-22 01:53:29,249 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:29,249 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:29,249 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-06-22 01:53:29,249 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 2021-06-22 00-35-34 from SDC
2021-06-22 01:53:29,249 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:29,249 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:29,250 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Draft
2021-06-22 01:53:29,250 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-06-22 01:53:29,250 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:53:29,250 INFO 192:__init__.py(1) - Service found, updating information
2021-06-22 01:53:29,250 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-06-22 01:53:29,250 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-06-22 01:53:29,250 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-06-22 01:53:29,251 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-06-22 01:53:29,251 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-06-22 01:53:29,251 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-06-22 01:53:29,252 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:53:32,754 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-06-22 01:53:32,756 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-06-22 01:53:32,758 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"66fdd579-68b2-48f0-8892-5a05aa011392","lifecycleState":"CERTIFIED","lastUpdateDate":1624316896740,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f587748b-668b-4e56-8b31-09bbd507ec2e","invariantUUID":"469c09af-59d2-4772-9aaa-9912774f2973","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":"port","uniqueId":"f5eb4f49-d23c-4430-84a0-df17fa5bb1ac","lifecycleState":"CERTIFIED","lastUpdateDate":1624316581444,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"098054f8-9fa9-4605-9427-f19a55dfbeea","invariantUUID":"bc0790d1-eed4-430b-9752-1851f86e44cb","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0035ce8a-c403-4adc-a26f-490a4609d646","lifecycleState":"CERTIFIED","lastUpdateDate":1624317376440,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d3865531-c61f-491d-b339-05e3773f3dcc","invariantUUID":"ba7d7da2-d8cc-45a2-aff1-c26e90c81622","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":"network","uniqueId":"d440d28e-07f0-4528-882a-82f022421be9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316663858,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f05cca83-8148-40e1-a73f-a662c0c7bb7f","invariantUUID":"9fe949b1-1725-42b2-a750-4c651f2e9b30","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":"defaulticon","uniqueId":"3b7a1ae5-8dff-465a-b867-907eb730042f","lifecycleState":"CERTIFIED","lastUpdateDate":1624326731157,"name":"basic_onboard_fnaXFw","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ad0c83b2-6f01-4196-8907-268b9fbc0a28","invariantUUID":"46f67e6d-38e9-4824-9a02-23f61a7e6429","systemName":"BasicOnboardFnaxfw","description":"VF","tags":["basic_onboard_fnaXFw"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"acdccb50-470e-4398-ab12-c88de902e35b","lifecycleState":"CERTIFIED","lastUpdateDate":1624316940550,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eff75170-c5f8-4b43-bd74-a5ed547fa002","invariantUUID":"d3668e9c-03e5-4cf5-98b3-3971d7b74356","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":"compute","uniqueId":"9d2c7322-0617-46e0-b174-f36ed1bd8499","lifecycleState":"CERTIFIED","lastUpdateDate":1624317491842,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"45ae762f-c9d2-4448-bf71-4fe2496a3187","invariantUUID":"36eead66-7939-40d3-ac58-cfbfaaa72bbc","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ffa3da8-a278-4638-85b8-614584d01f4e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317140461,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81fc7f53-9c59-4e11-a0c8-16bd8c0e325f","invariantUUID":"71180390-20c7-4118-a655-60c6b5735b30","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","lifecycleState":"CERTIFIED","lastUpdateDate":1624316453675,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fef22515-b83d-46eb-8669-bf2c5f39148d","invariantUUID":"94ee7680-863e-4785-808e-63aeae521ecf","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":"compute","uniqueId":"e7cd70e5-2e22-408f-9abb-28f45d32d1e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316865149,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"935c4d3f-2576-4db9-9bf1-5e81173357ef","invariantUUID":"20d9b1ba-98b4-48d9-b0b6-5e160ceaf8e7","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":"d9e2bb0f-11e4-4eb4-93f8-a7a519839ea2","lifecycleState":"CERTIFIED","lastUpdateDate":1624317330964,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f9ce0b68-cda8-47e0-8ce2-8e5112897c0b","invariantUUID":"c0f4a113-df12-443f-8b38-7c8e5ddb1da2","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e5fe3987-396a-4703-95e9-fda1ebd6af9a","lifecycleState":"CERTIFIED","lastUpdateDate":1624317290444,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ba37e2c-fbfb-492d-a155-09d9306fcdfc","invariantUUID":"45405f88-8577-4bd8-8205-b4dfca90e245","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4c99bdc2-7ee8-449a-88c2-f9e58bfae4d4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316721145,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dd486b37-46d4-4a10-bed0-20d03a1d0cfa","invariantUUID":"9b369702-43e2-4613-aa06-3b6302dd4d34","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":"network","uniqueId":"63457b86-1f3a-4e5b-a199-03781cb44b72","lifecycleState":"CERTIFIED","lastUpdateDate":1624316983548,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb328aa4-171d-40a7-a4f3-b4d28941f6c0","invariantUUID":"134a0dd0-c46c-491f-be17-372c71b8b51f","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":"aba56dc6-cfd6-4a03-9033-fccf769f1117","lifecycleState":"CERTIFIED","lastUpdateDate":1624317270652,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bb8c2dca-4001-4012-82c0-77cf9db18ab3","invariantUUID":"b0078713-2c10-4f8d-a125-5dd86b97f624","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":"network","uniqueId":"b7befc73-106f-43af-8fb3-19ddd3efdae2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316701854,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66d3af78-6a55-4fa0-a320-37c48715650b","invariantUUID":"db047b33-59f7-4252-acd9-aac6a12adfd5","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":"port","uniqueId":"8553634e-b64f-4ec2-86ac-aff653beebf9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316677837,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8a7df8e8-693b-491e-b0f9-78add32104d4","invariantUUID":"02682fd9-a250-42aa-b6b6-6aa1e745effd","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":"objectStorage","uniqueId":"3b411f1a-2e1f-4502-ab46-6ce3f82d904e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317190627,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"51ee8859-dbe4-46e3-abbd-456575b4588b","invariantUUID":"673d6aee-8e3b-4737-a42e-351aa3dd7eb7","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":"compute","uniqueId":"0473785c-6f2e-4c75-a368-d4a95edabdc0","lifecycleState":"CERTIFIED","lastUpdateDate":1624317110234,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ade13e2-3342-447a-a82a-a03e49576945","invariantUUID":"257c1892-f5a4-4e5f-8ab9-24700c8f8659","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":"006062c2-fb8e-41a2-aed4-64a115c3be6d","lifecycleState":"CERTIFIED","lastUpdateDate":1624317320549,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3ccad81e-ff05-4e87-9cce-2246d1a811ba","invariantUUID":"47611caa-26b7-4e24-8884-8df1633ec56a","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":"port","uniqueId":"9da899ff-39ef-42d9-ad44-0cb9f89a2ddf","lifecycleState":"CERTIFIED","lastUpdateDate":1624317523651,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f906e1fe-4b3b-4771-9531-f836758cf8d6","invariantUUID":"1c678515-c67b-424c-89db-a6e25888268d","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"927ed975-1a08-4cc8-adde-16e20d2ea161","lifecycleState":"CERTIFIED","lastUpdateDate":1624317280436,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c3515558-c107-40fd-b57f-89ef9b7257f1","invariantUUID":"e869d715-63af-4bd2-9b86-2bea2f6ef774","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":"defaulticon","uniqueId":"112ba53f-0f5e-4da7-b804-256374bd479c","lifecycleState":"CERTIFIED","lastUpdateDate":1624316513753,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"acd2ed33-9592-444c-b905-e1874c250ee9","invariantUUID":"7c6eeba9-92d7-42c3-80d8-fb7c4230d577","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a123c39f-7d07-48cd-92d3-81e70475e9c6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317121031,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"25cbcd31-a9b1-43c5-8345-034cfa7bdff3","invariantUUID":"42fe4cf8-a1df-420f-b14b-f333c64ae68e","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b93a3479-a1ee-4f06-a74f-98eebe414801","lifecycleState":"CERTIFIED","lastUpdateDate":1624317061245,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47eee740-5127-4041-ae1d-257350629f40","invariantUUID":"22bb4082-dc16-43da-930a-5f9e189c538d","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":"defaulticon","uniqueId":"171e079e-0c92-4a67-907a-dd084f28de62","lifecycleState":"CERTIFIED","lastUpdateDate":1624317070638,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"a14dbebd-1755-4407-a774-3d23b3191e15","invariantUUID":"b9e01f86-7226-4ef5-b004-e630ea657abc","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"84d99f00-61f5-4d34-ba7d-0fdf4c36d6b4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316711449,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9b496b26-87af-43c3-bd44-8b201912310d","invariantUUID":"11e357b0-46d5-4e04-94d3-c443fca8165c","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":"objectStorage","uniqueId":"f95f663e-df1b-4a31-9fee-cdfc70b75ed6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317220139,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"94fc0831-02f6-498c-8495-638eb92975a5","invariantUUID":"b2bdff05-908a-4654-a491-765e843ee4c2","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":"objectStorage","uniqueId":"c8d1c9fe-581e-4449-a9c4-5b9b193f0eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316641766,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9414753b-3d24-4b6d-a986-c5455536b3af","invariantUUID":"bb298933-8e8d-425e-9539-c0ad5340bb5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"6906232c-c887-4ba1-97a2-aeda533c8fe2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316826947,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"1d9d855f-b04f-4f15-a04e-ad3f88f204b5","invariantUUID":"2eb11218-af4f-4f01-aefa-7ba77c5bd650","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":"objectStorage","uniqueId":"712e3ae9-01e8-4ab8-92d7-a2cf2fa46595","lifecycleState":"CERTIFIED","lastUpdateDate":1624316630241,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cff6141-f51b-488b-bf91-98cf9f94b902","invariantUUID":"b49703eb-5562-444f-ab55-02ada5584738","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":"defaulticon","uniqueId":"96589205-0b47-43a0-98ae-f7e20e7813c5","lifecycleState":"CERTIFIED","lastUpdateDate":1624316690141,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2414ef55-3a1e-42cd-b871-59a80d50c361","invariantUUID":"4b35213f-b13d-429e-958f-58f2b45d48a4","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":"00d90375-4ec5-4c15-ad71-1fbc97d7ea83","lifecycleState":"CERTIFIED","lastUpdateDate":1624316731149,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"3879b9e4-08f4-459c-9d18-68515845a6c2","invariantUUID":"d425f167-37fa-4697-bd82-389dfb3e939d","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"04f6dde5-625f-47ca-adff-c98e6d4c6ff8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316541346,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7e0734f3-6f1c-4b87-8276-691cb7ef3153","invariantUUID":"a3d7bcf8-218e-48ef-b737-1b09680cbfe3","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":"compute","uniqueId":"a44148c6-ee1f-4e74-9d39-0c62f10a1dd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317181439,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7187114b-eb01-457d-87f8-74219945b5a0","invariantUUID":"f7884633-c4f9-4dd1-8613-c706880b77c9","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":"0d8da77e-af16-49c6-b9c6-556c97d613b6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317051135,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5a2a1384-879d-42b5-ba24-c340e934f8f7","invariantUUID":"921076f4-52c2-49bb-9ef1-ff8eb52c2c2d","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fbfbc4c3-8e64-4bf9-aa86-2d4b0a28b9f5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317040438,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"33882839-b944-4f31-bf50-681ef754ada6","invariantUUID":"44a19d7c-0028-4cf7-8a67-964f473519af","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"9aff7d7b-cb64-4ebc-9498-201f4e9264dc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317515050,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5b2e5ccf-c7dc-4bb8-b95e-16a6ca427836","invariantUUID":"505fe273-d42f-4213-bdca-e7f95d569171","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3455d082-ba5f-4c12-b47d-d7c2c4cdd421","lifecycleState":"CERTIFIED","lastUpdateDate":1624317090044,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8792f85d-6106-46cb-8758-e9edb67032a5","invariantUUID":"e6db97cf-46f4-4519-b3c2-d13104b6f6e5","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"67dd3fa1-565e-436c-9df5-c9515c043382","lifecycleState":"CERTIFIED","lastUpdateDate":1624317300448,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dfc7c8af-ba90-4fda-bf76-94afdb0cd22a","invariantUUID":"b64cc24a-3525-40d5-9e51-083e042cf495","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":"compute","uniqueId":"b8af0de1-c5c7-46bb-8b2c-ce1a823601e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624317501334,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"355b13f3-aeae-4c98-a7d5-8a7ddc1b6be3","invariantUUID":"0d221d9d-c43a-48b5-a0c7-ab563dd40152","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8722d2e1-e05a-4065-8f85-f9bc4eecef57","lifecycleState":"CERTIFIED","lastUpdateDate":1624317340624,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"201dd813-2494-4149-a760-99443784e905","invariantUUID":"88c54f73-7274-42b7-b7ed-209ef2b36698","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8171af51-882b-4d26-892d-8cd2d8a6d7b5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317483440,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f199582-dad0-49b7-a588-6174bf27d761","invariantUUID":"80726d1d-7d4d-48e2-900c-77d35a50fe38","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"632f9e46-08d8-4e6a-b895-e2b4851da070","lifecycleState":"CERTIFIED","lastUpdateDate":1624316837639,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1207c95a-2d26-4da1-a884-87bb426aa67c","invariantUUID":"d2246053-5d2b-4562-84c6-a1e4b039e729","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b92e1be2-b92d-4c9c-b4d6-8e71d34a24af","lifecycleState":"CERTIFIED","lastUpdateDate":1624316527924,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e311fa6a-265f-49ff-8b6a-d01e9a45b08f","invariantUUID":"95d7f153-dcb5-459c-a977-0414be540708","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":"port","uniqueId":"5e26b19b-6508-4382-a3e0-5a6a930540e1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317425450,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ef689ea-bb24-4e1c-b560-62760fbc8d44","invariantUUID":"7082d843-03c7-48e8-93d7-1884f66d609d","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"92776533-3a13-4286-9452-b05d04346aa7","lifecycleState":"CERTIFIED","lastUpdateDate":1624317020747,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ed48f036-1f61-4cb2-ab60-4ebf9820865e","invariantUUID":"c56510d5-d292-4268-aa54-49f35a82df24","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7474989-def6-4e4b-a293-bf4e97ff43eb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317391250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4f653085-7860-47f8-906c-a02209023648","invariantUUID":"6d1315fa-d46e-472f-84d7-c9db018a1ede","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e07a1af7-b1ef-4829-aec5-ddf40dc02cd3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317160538,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3675320d-76a0-4d93-9348-b233a068e0bf","invariantUUID":"333525b0-c6f3-4147-9d2b-a71e0c7b6d8a","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"bacfc7a6-f7d0-44b1-b52e-74968a90f53f","lifecycleState":"CERTIFIED","lastUpdateDate":1624317079425,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a90a30a0-9fa2-48b0-b5e5-4f3207e4c65e","invariantUUID":"8393747c-0b4d-4e7a-b01f-d28e97971b57","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":"port","uniqueId":"08691a9d-4e12-42e6-a53d-707b852563aa","lifecycleState":"CERTIFIED","lastUpdateDate":1624317310645,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c8f943-e025-4d18-8404-863606d2520d","invariantUUID":"2edd0486-b818-4346-b2b8-0f6b3bf636fc","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"dbe75599-583c-4c2d-bfa5-cb682e97df5f","lifecycleState":"CERTIFIED","lastUpdateDate":1624316794547,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b3433f7b-4b6e-4ee5-9c13-57f7f0925a82","invariantUUID":"079d50a9-ff56-455f-a3b2-66448aac26d0","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":"network","uniqueId":"46b7de1a-60a2-4c0d-b918-219295eac7ed","lifecycleState":"CERTIFIED","lastUpdateDate":1624316591458,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8265151a-e7e4-46f7-a29d-c8e6f79dcb37","invariantUUID":"ffd2a911-1876-4676-b4a1-57d3a042123d","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":"loadBalancer","uniqueId":"1ddb6e45-1463-4fcb-8051-c978c97fbfdd","lifecycleState":"CERTIFIED","lastUpdateDate":1624316571140,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"789ee477-400f-4d75-b840-7215617717ff","invariantUUID":"79c71a57-5f40-4913-a03a-68196c9a7d2f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"afd6b504-d8b4-4f2d-b01b-6d9405589848","lifecycleState":"CERTIFIED","lastUpdateDate":1624316653060,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f623e103-e3b8-410e-9244-71ba479e1923","invariantUUID":"9e8ef1fe-3315-4424-a7f5-a425590ad758","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"363974c1-71b4-4cfd-b385-12a627361b2e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317468542,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e3e15baf-1324-43cf-9f86-6866324cd9d2","invariantUUID":"31b4f1f9-2487-4d5c-a1ce-dba8ca1bf57e","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"13624db6-2769-419d-81d0-a83cf1b19927","lifecycleState":"CERTIFIED","lastUpdateDate":1624317149824,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6c56304b-afba-4f2a-95e9-fb10c6ec1597","invariantUUID":"5a8ac5c0-d9e0-4f6a-a0ca-6b405f547862","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f7bb76a0-c870-4769-814d-f441d5701da7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316922861,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c61f7128-0c9d-41af-a736-7fff14dbac29","invariantUUID":"32de8cdf-e141-4451-9da2-477fa6ccd414","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":"securityrules","uniqueId":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624316848034,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"963a9743-add2-41b0-9ad2-9517da3bea9f","invariantUUID":"a1697eec-7d34-45e7-bfb5-b06d77d671e3","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":"9bc847a1-17ee-4df0-b866-937f85238dc1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317350548,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8e532e4-670e-4dd4-a177-9a23de24479f","invariantUUID":"30080838-7491-423f-aadd-20cb1c9acffa","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0155d562-6e77-4fb3-a331-01ca61b6f062","lifecycleState":"CERTIFIED","lastUpdateDate":1624322765842,"name":"vFW 1a933759-10a8","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","systemName":"Vfw1a93375910a8","description":"vendor software product","tags":["vFW 1a933759-10a8"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"85d5f026-873b-4f82-baa1-d9e4fef2d03e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317009932,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d2a5022b-2de2-4124-8a20-5031c1d7c4a7","invariantUUID":"09a481eb-1e7a-4a05-a742-75a58d4f2500","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":"port","uniqueId":"741ba7f6-130e-4b92-93fb-21ff842805c4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316803360,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"90a0927a-e8d2-419d-8a7c-2dbb1d47c8d5","invariantUUID":"ced836a6-5806-44d0-95eb-b1d1d105d025","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a966fe62-250b-4485-bc2e-2159288efacb","lifecycleState":"CERTIFIED","lastUpdateDate":1624316931549,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"961cbd50-9141-47dc-a981-c4f931b88870","invariantUUID":"c9a010f9-f6db-471d-abf7-36715f5979f5","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c33c2792-5372-4e2f-b67d-336c72914ebb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317099133,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"246c1b5a-cff4-4769-821e-81ffe5ded460","invariantUUID":"125f6302-5598-45e8-b84b-fa93b714b2b6","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3f507456-ae9d-456c-b218-b63c48c31e08","lifecycleState":"CERTIFIED","lastUpdateDate":1624316886044,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9448a36-386d-46df-a6bb-3cb3d402f0d6","invariantUUID":"da587c18-14c5-4495-a99e-dbef317ffc7f","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":"a2468e06-8bc7-4e28-873f-bfa049e8bd9e","lifecycleState":"CERTIFIED","lastUpdateDate":1624316874749,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee1c4339-f498-499b-b822-dc68f9738625","invariantUUID":"b6124507-e34e-4252-b5fe-ca6f65146380","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d48ecf96-3642-4542-87fc-a171c47e5aa9","lifecycleState":"CERTIFIED","lastUpdateDate":1624326169939,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","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":"network","uniqueId":"7570a06b-1afd-4c11-8d69-a1ff38911eef","lifecycleState":"CERTIFIED","lastUpdateDate":1624317231056,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"41d1e0dc-10a3-43a4-b31b-fdbb7df64e61","invariantUUID":"0876e26e-cbb2-4b2f-86dc-fdf715ef01fb","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":"94ef239b-29ec-4de3-bedf-a86e771b83cc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317360634,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fc3a4e5a-fefa-4076-a438-d7d043b2ba0f","invariantUUID":"c39f852d-83d9-429e-ac27-8d3091ca6249","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"84217af1-fae6-4804-a1da-5791ced3ccee","lifecycleState":"CERTIFIED","lastUpdateDate":1624317442144,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9182af5-df7f-4022-a6b0-4f423ad2167b","invariantUUID":"4b915b12-7b5b-4f31-9eff-24e4e1faf2ba","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6503ce26-624e-4a6c-9206-5130472aafa3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317403850,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"432b0011-944e-4989-a145-173572f68a74","invariantUUID":"1ad79984-efc0-48e2-a7e5-58ff04bba274","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":"819e80e6-3e1f-4254-bc18-1196569b5f64","lifecycleState":"CERTIFIED","lastUpdateDate":1624316741251,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7a6bb3f0-e988-4eb6-9937-328d4e882d2a","invariantUUID":"0d1ce8e6-d489-4a36-8dc2-5278e2ecdc7b","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"c0d2e418-04af-4460-9fa9-133b3f6caaa8","lifecycleState":"CERTIFIED","lastUpdateDate":1624326256336,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","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":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4f9ec1da-ec39-43e1-bab9-fcc364ddc92c","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1624322135860,"name":"vFW 2021-06-22 00-35-34","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","systemName":"Vfw20210622003534","description":"catalog service description","tags":["robot-ete","vFW 2021-06-22 00-35-34"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"fc706eb3-41d1-496b-a18b-3e472827b384","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1624326045742,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","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":"618df90d-1ead-4851-a757-51da5755b643","lifecycleState":"CERTIFIED","lastUpdateDate":1624326782043,"name":"basic_onboard_fnaXFw","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"a834c1db-e246-4969-9da6-4484fa27c0d0","invariantUUID":"ea4d1956-451c-4d2c-b29e-023a669655c8","systemName":"BasicOnboardFnaxfw","description":"service","tags":["basic_onboard_fnaXFw"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-06-22 01:53:32,764 DEBUG 117:sdc_resource.py(1) - Resource basic_onboard_fnaXFw found in services list
2021-06-22 01:53:42,774 INFO 696:service.py(1) - attempting to PROD/activate Service basic_onboard_fnaXFw in SDC
2021-06-22 01:53:42,779 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-06-22 01:53:42,780 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/618df90d-1ead-4851-a757-51da5755b643/distribution/PROD/activate
2021-06-22 01:53:42,780 DEBUG 106:onap_service.py(1) - [SDC][PROD/activate Service] data sent: {
  "userRemarks": "prod/activate"
}
2021-06-22 01:53:42,782 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:53:46,247 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/618df90d-1ead-4851-a757-51da5755b643/distribution/PROD/activate HTTP/1.1" 200 None
2021-06-22 01:53:46,250 INFO 116:onap_service.py(1) - [SDC][PROD/activate Service] response code: 200
2021-06-22 01:53:46,253 DEBUG 120:onap_service.py(1) - [SDC][PROD/activate Service] response: {"properties":[{"definition":false,"hidden":false,"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"618df90d-1ead-4851-a757-51da5755b643","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"empty":false,"ownerId":"618df90d-1ead-4851-a757-51da5755b643"},{"definition":false,"hidden":false,"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"618df90d-1ead-4851-a757-51da5755b643","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"empty":false,"ownerId":"618df90d-1ead-4851-a757-51da5755b643"},{"definition":false,"hidden":false,"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"618df90d-1ead-4851-a757-51da5755b643","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"618df90d-1ead-4851-a757-51da5755b643"},{"definition":false,"hidden":false,"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"618df90d-1ead-4851-a757-51da5755b643","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"618df90d-1ead-4851-a757-51da5755b643"},{"definition":false,"hidden":false,"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"618df90d-1ead-4851-a757-51da5755b643","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"618df90d-1ead-4851-a757-51da5755b643"}],"artifacts":{"controlloopfunctions":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.controlloopfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Control Loop Functions","mandatory":true,"serviceApi":false,"artifactLabel":"controlloopfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.operationalpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Operational Policies","mandatory":true,"serviceApi":false,"artifactLabel":"operationalpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.certificationtestresults","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"TD Certification Test Results","mandatory":true,"serviceApi":false,"artifactLabel":"certificationtestresults","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.deploymentvotingrecord","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Deployment Voting Record","mandatory":true,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.servicequestionnaire","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Questionnaire","mandatory":true,"serviceApi":false,"artifactLabel":"servicequestionnaire","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.dimensioninginfo","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Dimensioning Info","mandatory":true,"serviceApi":false,"artifactLabel":"dimensioninginfo","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.affinityrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Affinity Rules","mandatory":true,"serviceApi":false,"artifactLabel":"affinityrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"creationDate":1624326770749,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.serviceartifactplan","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Artifact Plan","mandatory":true,"serviceApi":false,"artifactLabel":"serviceartifactplan","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770749,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.servicespecificpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service-specific Policies","mandatory":true,"serviceApi":false,"artifactLabel":"servicespecificpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.servicesecuritytemplate","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Security Template","mandatory":true,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.engineeringrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"serviceApi":false,"artifactLabel":"engineeringrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.distributioninstructions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Distribution Instructions","mandatory":true,"serviceApi":false,"artifactLabel":"distributioninstructions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.summaryofimpactstoecompelements","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.assettoscacsar","artifactName":"service-BasicOnboardFnaxfw-csar.csar","artifactGroupType":"TOSCA","artifactChecksum":"ZDQzY2UzNWZiMDZmYzM2NmExMzlhOWExNjY4ZWFlZjU=","artifactUUID":"b5b84b44-32cf-4c5f-8cd9-78cb9c60e72d","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.assettoscacsar","duplicated":false,"payloadUpdateDate":1624326802660,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.assettoscatemplate","artifactName":"service-BasicOnboardFnaxfw-template.yml","artifactGroupType":"TOSCA","artifactChecksum":"Yzg3YmJiZDRmNTE0NjMwMDRhODZkZTJkYjZjODdmNWM=","artifactUUID":"31ac91a7-964d-42fe-bb98-99d5730c4e58","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.assettoscatemplate","duplicated":false,"payloadUpdateDate":1624326800034,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}],"componentInstances":[{"deploymentArtifacts":{"vflicense":{"heatParamUpdated":false,"creationDate":1624326714139,"timeout":0,"description":"VF license file","artifactType":"VF_LICENSE","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vflicense","artifactName":"vf-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NDc2ZWEwOTE0M2UxYWFmMDk0NjZmN2I5NzI5N2MzNDM=","artifactUUID":"cac55cf4-2f8b-4084-a1a0-906b6f5236ac","artifactDisplayName":"VF License","mandatory":false,"serviceApi":false,"artifactLabel":"vflicense","esId":"04382a86-101e-43c9-a988-860475f499aa.vflicense","duplicated":false,"payloadUpdateDate":1624326714142,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1624326714139,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vfModulesMetadata":{"heatParamUpdated":false,"timeout":0,"description":"Auto-generated VF Modules information artifact","artifactType":"VF_MODULES_METADATA","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.67f1b399-7429-4525-a16d-4d6b6f1c99a2.3b7a1ae5-8dff-465a-b867-907eb730042f.basic_onboard_fnaxfw0.vfModulesMetadata","artifactName":"basic_onboard_fnaxfw0_modules.json","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ODY5N2EyMDMyYjJhZDhiZDg5NTEyMjdiZTQ5YTliZmY=","artifactUUID":"0a6fbde0-3801-4242-877b-1d2a6d651331","artifactDisplayName":"Vf Modules Metadata","mandatory":false,"serviceApi":false,"artifactLabel":"vfModulesMetadata","esId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.67f1b399-7429-4525-a16d-4d6b6f1c99a2.3b7a1ae5-8dff-465a-b867-907eb730042f.basic_onboard_fnaxfw0.vfModulesMetadata","duplicated":false,"payloadUpdateDate":1624326794168,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"heat1":{"listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"heatParamUpdated":false,"creationDate":1624326714253,"timeout":30,"description":"created from csar","artifactType":"HEAT","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.heat1","artifactName":"base_ubuntu18.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=","artifactUUID":"67aafc7c-ec0c-4eff-925d-5d1a461ef195","artifactDisplayName":"base_ubuntu18","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"04382a86-101e-43c9-a988-860475f499aa.heat1","duplicated":false,"payloadUpdateDate":1624326714265,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1624326714253,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vendorlicense":{"heatParamUpdated":false,"creationDate":1624326714046,"timeout":0,"description":" Vendor license file","artifactType":"VENDOR_LICENSE","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vendorlicense","artifactName":"vendor-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc=","artifactUUID":"66d0589c-0a09-492c-b46b-a6ad63fb8fbd","artifactDisplayName":"Vendor License","mandatory":false,"serviceApi":false,"artifactLabel":"vendorlicense","esId":"04382a86-101e-43c9-a988-860475f499aa.vendorlicense","duplicated":false,"payloadUpdateDate":1624326714051,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1624326714046,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","defaultValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","defaultValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","defaultValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","defaultValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","defaultValue":"m1.small","empty":false},{"name":"ubuntu18_pub_key","type":"string","description":"Public key to be installed on the compute instance","defaultValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu18_name_0","type":"string","description":"The VM name","defaultValue":"ubuntu18","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","defaultValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","defaultValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","defaultValue":"30417","empty":false}],"heatParamUpdated":false,"creationDate":1624326777746,"timeout":0,"description":"Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.3b7a1ae5-8dff-465a-b867-907eb730042f.basic_onboard_fnaxfw0.heat1env","artifactName":"base_ubuntu18.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=","artifactUUID":"8da6d422-9aff-45ed-b399-cb5dc82e2982","generatedFromId":"04382a86-101e-43c9-a988-860475f499aa.heat1","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","esId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.3b7a1ae5-8dff-465a-b867-907eb730042f.basic_onboard_fnaxfw0.heat1env","duplicated":false,"payloadUpdateDate":1624326793139,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","defaultValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","defaultValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","defaultValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","defaultValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","defaultValue":"m1.small","empty":false},{"name":"ubuntu18_pub_key","type":"string","description":"Public key to be installed on the compute instance","defaultValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu18_name_0","type":"string","description":"The VM name","defaultValue":"ubuntu18","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","defaultValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","defaultValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","defaultValue":"30417","empty":false}],"heatParamsUpdateDate":1624326777746,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326777746,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"artifacts":{"vspbasiconboardfnaxfwvspinformationtxt":{"heatParamUpdated":false,"creationDate":1624326714157,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vspbasiconboardfnaxfwvspinformationtxt","artifactName":"VSP_basic_onboard_fnaXFw_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"NTgzOGVkZDg2YTc5MzBlYWI2M2JiOWNhYjYxM2NiNmU=","artifactUUID":"9e714004-d231-4566-8a88-c03560f41017","artifactDisplayName":"VSP_basic_onboard_fnaXFw_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiconboardfnaxfwvspinformationtxt","esId":"04382a86-101e-43c9-a988-860475f499aa.vspbasiconboardfnaxfwvspinformationtxt","duplicated":false,"payloadUpdateDate":1624326714158,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1624326714157,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"groupInstances":[{"version":"1","creationTime":1624326777844,"name":"basic_onboard_fnaxfw0..BasicOnboardFnaxfw..base_ubuntu18..module-0","properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1","type":"boolean","required":false,"defaultValue":"true","description":"Whether this module should be deployed before other modules","password":false,"name":"isBase","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase"},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2","type":"integer","required":false,"defaultValue":"1","description":"The minimum instances of this VF-Module","password":false,"name":"min_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances"},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3","type":"integer","required":false,"defaultValue":"1","description":"The maximum instances of this VF-Module","password":false,"name":"max_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances"},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4","type":"integer","required":false,"defaultValue":"1","description":"The initial count of instances of the VF-Module. The value must be in the range between min_vfmodule_instances and max_vfmodule_instances. If no value provided the initial count is the min_vfmodule_instances.\n","password":false,"name":"initial_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count"},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5","type":"string","required":false,"defaultValue":"Base","password":false,"name":"vf_module_type","value":"Base","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type"},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"defaultValue":"base_ubuntu18","description":"Alternate textual key used to reference this VF-Module model. Must be unique within the VNF model\n","password":false,"name":"vf_module_label","value":"base_ubuntu18","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description"},{"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,"empty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count"}],"type":"org.openecomp.groups.VfModule","artifacts":["04382a86-101e-43c9-a988-860475f499aa.heat1","04382a86-101e-43c9-a988-860475f499aa.heat1env"],"uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.3b7a1ae5-8dff-465a-b867-907eb730042f.basic_onboard_fnaxfw0.04382a86-101e-43c9-a988-860475f499aa.BasicOnboardFnaxfw..base_ubuntu18..module-0.basic_onboard_fnaxfw0basiconboardfnaxfwbase_ubuntu18module0","invariantUUID":"9cd01725-a167-42d1-8bc8-c1d6d4a5d37d","normalizedName":"basic_onboard_fnaxfw0basiconboardfnaxfwbase_ubuntu18module0","modificationTime":1624326777844,"customizationUUID":"ed32a855-f12c-4311-a188-4122593e46e0","groupInstanceArtifacts":["67f1b399-7429-4525-a16d-4d6b6f1c99a2.3b7a1ae5-8dff-465a-b867-907eb730042f.basic_onboard_fnaxfw0.heat1env"],"groupInstanceArtifactsUuid":["8da6d422-9aff-45ed-b399-cb5dc82e2982"],"artifactsUuid":["67aafc7c-ec0c-4eff-925d-5d1a461ef195"],"groupUUID":"e3fb986e-6d38-40e2-a8de-0b18e476a077","groupName":"BasicOnboardFnaxfw..base_ubuntu18..module-0","groupUid":"04382a86-101e-43c9-a988-860475f499aa.BasicOnboardFnaxfw..base_ubuntu18..module-0","empty":false}],"inputs":[{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vf_module_id","type":"string","required":false,"description":"The VF Module ID is provided by ONAP","password":false,"name":"vf_module_id","value":"Ubuntu18-VF-module","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vnf_name","type":"string","required":false,"description":"The VM name","password":false,"name":"vnf_name","value":"Ubuntu18-VNF-name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_name_0","type":"string","required":false,"description":"The VM name","password":false,"name":"ubuntu18_name_0","value":"ubuntu18","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_pub_key","type":"string","required":false,"description":"Public key to be installed on the compute instance","password":false,"name":"ubuntu18_pub_key","value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","label":"Public key","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.dcae_collector_ip","type":"string","required":false,"description":"IP address of the DCAE collector","password":false,"name":"dcae_collector_ip","value":"10.4.2.166","label":"DCAE collector IP address","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vnf_id","type":"string","required":false,"description":"The VNF ID is provided by ONAP","password":false,"name":"vnf_id","value":"Ubuntu18-VNF","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.dcae_collector_port","type":"string","required":false,"description":"Port of the DCAE collector","password":false,"name":"dcae_collector_port","value":"30417","label":"DCAE collector port","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_flavor_name","type":"string","required":false,"description":"Type of instance (flavor) to be used","password":false,"name":"ubuntu18_flavor_name","value":"m1.small","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.admin_plane_net_name","type":"string","required":false,"description":"The external management network","password":false,"name":"admin_plane_net_name","value":"admin","label":"management network","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_image_name","type":"string","required":false,"description":"Image to be used for compute instance","password":false,"name":"ubuntu18_image_name","value":"ubuntu-18.04-daily","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"}],"componentMetadataForSupportLog":{"SupportablityComponentName":"basic_onboard_fnaXFw 0"},"actualComponentUid":"3b7a1ae5-8dff-465a-b867-907eb730042f","createdFromCsar":false,"name":"basic_onboard_fnaXFw 0","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.3b7a1ae5-8dff-465a-b867-907eb730042f.basic_onboard_fnaxfw0","normalizedName":"basic_onboard_fnaxfw0","icon":"defaulticon","creationTime":1624326776449,"originType":"VF","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"basic_onboard_fnaxfw0","componentUid":"3b7a1ae5-8dff-465a-b867-907eb730042f","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vf.BasicOnboardFnaxfw","modificationTime":1624326776449,"customizationUUID":"5654bbca-ed69-4372-a0cb-21372aa220b0","posX":"200","posY":"100","componentName":"basic_onboard_fnaXFw","originArchived":false,"propertyValueCounter":1,"serviceSubstitution":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"67f1b399-7429-4525-a16d-4d6b6f1c99a2.3b7a1ae5-8dff-465a-b867-907eb730042f.basic_onboard_fnaxfw0":[{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vf_module_id","type":"string","required":false,"description":"The VF Module ID is provided by ONAP","password":false,"name":"vf_module_id","value":"Ubuntu18-VF-module","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vnf_name","type":"string","required":false,"description":"The VM name","password":false,"name":"vnf_name","value":"Ubuntu18-VNF-name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_name_0","type":"string","required":false,"description":"The VM name","password":false,"name":"ubuntu18_name_0","value":"ubuntu18","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_pub_key","type":"string","required":false,"description":"Public key to be installed on the compute instance","password":false,"name":"ubuntu18_pub_key","value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","label":"Public key","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.dcae_collector_ip","type":"string","required":false,"description":"IP address of the DCAE collector","password":false,"name":"dcae_collector_ip","value":"10.4.2.166","label":"DCAE collector IP address","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.vnf_id","type":"string","required":false,"description":"The VNF ID is provided by ONAP","password":false,"name":"vnf_id","value":"Ubuntu18-VNF","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.dcae_collector_port","type":"string","required":false,"description":"Port of the DCAE collector","password":false,"name":"dcae_collector_port","value":"30417","label":"DCAE collector port","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_flavor_name","type":"string","required":false,"description":"Type of instance (flavor) to be used","password":false,"name":"ubuntu18_flavor_name","value":"m1.small","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.admin_plane_net_name","type":"string","required":false,"description":"The external management network","password":false,"name":"admin_plane_net_name","value":"admin","label":"management network","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"04382a86-101e-43c9-a988-860475f499aa.ubuntu18_image_name","type":"string","required":false,"description":"Image to be used for compute instance","password":false,"name":"ubuntu18_image_name","value":"ubuntu-18.04-daily","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a3abee1-91f7-48b3-badd-5de549671ed3","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"2a3abee1-91f7-48b3-badd-5de549671ed3"}]},"capabilities":{},"inputs":[{"definition":false,"hidden":false,"uniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"empty":false,"ownerId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d"},{"definition":false,"hidden":false,"uniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"empty":false,"ownerId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d"},{"definition":false,"hidden":false,"uniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d"},{"definition":false,"hidden":false,"uniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d"},{"definition":false,"hidden":false,"uniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d","isDeclaredListInput":false,"getInputProperty":false,"empty":false,"ownerId":"ee5a6096-93fe-45dc-ab57-9ade99fcc74d"}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"serviceApiArtifacts":{"configuration":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.configuration","artifactGroupType":"SERVICE_API","artifactDisplayName":"Configuration","mandatory":false,"serviceApi":true,"artifactLabel":"configuration","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"testing":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.testing","artifactGroupType":"SERVICE_API","artifactDisplayName":"Testing","mandatory":false,"serviceApi":true,"artifactLabel":"testing","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"logging":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.logging","artifactGroupType":"SERVICE_API","artifactDisplayName":"Logging","mandatory":false,"serviceApi":true,"artifactLabel":"logging","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"monitoring":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.monitoring","artifactGroupType":"SERVICE_API","artifactDisplayName":"Monitoring","mandatory":false,"serviceApi":true,"artifactLabel":"monitoring","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"reporting":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.reporting","artifactGroupType":"SERVICE_API","artifactDisplayName":"Reporting","mandatory":false,"serviceApi":true,"artifactLabel":"reporting","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"instantiation":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.instantiation","artifactGroupType":"SERVICE_API","artifactDisplayName":"Instantiation","mandatory":false,"serviceApi":true,"artifactLabel":"instantiation","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"forwardingPaths":{},"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","version":"1.0","creationDate":1624326771037,"icon":"network_l_1-3","name":"basic_onboard_fnaXFw","componentType":"SERVICE","description":"service","tags":["basic_onboard_fnaXFw"],"uniqueId":"618df90d-1ead-4851-a757-51da5755b643","componentMetadataForSupportLog":{"SupportablityComponentUUID":"a834c1db-e246-4969-9da6-4484fa27c0d0","SupportablityComponentName":"basic_onboard_fnaXFw","SupportablityComponentVersion":"1.0"},"contactId":"cs0008","uuid":"a834c1db-e246-4969-9da6-4484fa27c0d0","highestVersion":true,"systemName":"BasicOnboardFnaxfw","invariantUUID":"ea4d1956-451c-4d2c-b29e-023a669655c8","normalizedName":"basiconboardfnaxfw","archived":false,"lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdateDate":1624326824847,"allArtifacts":{"controlloopfunctions":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.controlloopfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Control Loop Functions","mandatory":true,"serviceApi":false,"artifactLabel":"controlloopfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.operationalpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Operational Policies","mandatory":true,"serviceApi":false,"artifactLabel":"operationalpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.certificationtestresults","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"TD Certification Test Results","mandatory":true,"serviceApi":false,"artifactLabel":"certificationtestresults","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.deploymentvotingrecord","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Deployment Voting Record","mandatory":true,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.servicequestionnaire","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Questionnaire","mandatory":true,"serviceApi":false,"artifactLabel":"servicequestionnaire","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.dimensioninginfo","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Dimensioning Info","mandatory":true,"serviceApi":false,"artifactLabel":"dimensioninginfo","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.affinityrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Affinity Rules","mandatory":true,"serviceApi":false,"artifactLabel":"affinityrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"creationDate":1624326770749,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.serviceartifactplan","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Artifact Plan","mandatory":true,"serviceApi":false,"artifactLabel":"serviceartifactplan","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770749,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.servicespecificpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service-specific Policies","mandatory":true,"serviceApi":false,"artifactLabel":"servicespecificpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.servicesecuritytemplate","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Security Template","mandatory":true,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.engineeringrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"serviceApi":false,"artifactLabel":"engineeringrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.distributioninstructions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Distribution Instructions","mandatory":true,"serviceApi":false,"artifactLabel":"distributioninstructions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"creationDate":1624326770750,"timeout":0,"artifactType":"OTHER","uniqueId":"67f1b399-7429-4525-a16d-4d6b6f1c99a2.summaryofimpactstoecompelements","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1624326770750,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"actualComponentType":"Service","topologyTemplate":true,"creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":{"1.0":"618df90d-1ead-4851-a757-51da5755b643"},"categorySpecificMetadata":{},"vspArchived":false,"service":true,"archiveTime":0}
2021-06-22 01:53:46,257 DEBUG 159:__init__.py(1) - check if Service basic_onboard_fnaXFw exists in SDC
2021-06-22 01:53:46,257 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-06-22 01:53:46,258 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-06-22 01:53:46,258 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:53:46,258 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:53:46,259 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-06-22 01:53:46,259 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-06-22 01:53:46,259 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None
2021-06-22 01:53:46,261 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-06-22 01:53:50,333 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1483
2021-06-22 01:53:50,334 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200
2021-06-22 01:53:50,335 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/39063d49-954b-4193-aa3d-cdc2c26b27a0/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f00f361a-6616-4ddb-88ee-286175d34cb4/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"a834c1db-e246-4969-9da6-4484fa27c0d0","invariantUUID":"ea4d1956-451c-4d2c-b29e-023a669655c8","name":"basic_onboard_fnaXFw","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a834c1db-e246-4969-9da6-4484fa27c0d0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","name":"vFW 2021-06-22 00-35-34","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/03b9c4e6-f8d0-4936-856f-3b02f77c3c3e/toscaModel","category":"Network L1-3","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}]
2021-06-22 01:53:50,337 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-06-22 01:53:50,337 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:50,337 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:50,337 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-06-22 01:53:50,337 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-06-22 01:53:50,338 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:50,338 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:50,338 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-06-22 01:53:50,338 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_fnaXFw from SDC
2021-06-22 01:53:50,338 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:50,338 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:50,338 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-06-22 01:53:50,338 DEBUG 262:sdc_resource.py(1) - importing SDC Resource vFW 2021-06-22 00-35-34 from SDC
2021-06-22 01:53:50,338 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-06-22 01:53:50,339 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource
2021-06-22 01:53:50,339 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Draft
2021-06-22 01:53:50,339 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-06-22 01:53:50,339 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_fnaXFw
2021-06-22 01:53:50,339 INFO 192:__init__.py(1) - Service found, updating information
2021-06-22 01:53:50,339 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-06-22 01:53:50,339 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-06-22 01:53:50,339 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-06-22 01:53:50,340 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-06-22 01:53:50,340 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-06-22 01:53:50,340 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-06-22 01:53:50,341 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-06-22 01:53:53,258 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-06-22 01:53:53,260 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-06-22 01:53:53,262 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"66fdd579-68b2-48f0-8892-5a05aa011392","lifecycleState":"CERTIFIED","lastUpdateDate":1624316896740,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f587748b-668b-4e56-8b31-09bbd507ec2e","invariantUUID":"469c09af-59d2-4772-9aaa-9912774f2973","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":"port","uniqueId":"f5eb4f49-d23c-4430-84a0-df17fa5bb1ac","lifecycleState":"CERTIFIED","lastUpdateDate":1624316581444,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"098054f8-9fa9-4605-9427-f19a55dfbeea","invariantUUID":"bc0790d1-eed4-430b-9752-1851f86e44cb","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0035ce8a-c403-4adc-a26f-490a4609d646","lifecycleState":"CERTIFIED","lastUpdateDate":1624317376440,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d3865531-c61f-491d-b339-05e3773f3dcc","invariantUUID":"ba7d7da2-d8cc-45a2-aff1-c26e90c81622","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":"network","uniqueId":"d440d28e-07f0-4528-882a-82f022421be9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316663858,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f05cca83-8148-40e1-a73f-a662c0c7bb7f","invariantUUID":"9fe949b1-1725-42b2-a750-4c651f2e9b30","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":"defaulticon","uniqueId":"3b7a1ae5-8dff-465a-b867-907eb730042f","lifecycleState":"CERTIFIED","lastUpdateDate":1624326731157,"name":"basic_onboard_fnaXFw","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ad0c83b2-6f01-4196-8907-268b9fbc0a28","invariantUUID":"46f67e6d-38e9-4824-9a02-23f61a7e6429","systemName":"BasicOnboardFnaxfw","description":"VF","tags":["basic_onboard_fnaXFw"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"acdccb50-470e-4398-ab12-c88de902e35b","lifecycleState":"CERTIFIED","lastUpdateDate":1624316940550,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eff75170-c5f8-4b43-bd74-a5ed547fa002","invariantUUID":"d3668e9c-03e5-4cf5-98b3-3971d7b74356","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":"compute","uniqueId":"9d2c7322-0617-46e0-b174-f36ed1bd8499","lifecycleState":"CERTIFIED","lastUpdateDate":1624317491842,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"45ae762f-c9d2-4448-bf71-4fe2496a3187","invariantUUID":"36eead66-7939-40d3-ac58-cfbfaaa72bbc","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ffa3da8-a278-4638-85b8-614584d01f4e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317140461,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81fc7f53-9c59-4e11-a0c8-16bd8c0e325f","invariantUUID":"71180390-20c7-4118-a655-60c6b5735b30","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9c6edad1-31ff-4bd2-9109-74975db4e082","lifecycleState":"CERTIFIED","lastUpdateDate":1624316453675,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fef22515-b83d-46eb-8669-bf2c5f39148d","invariantUUID":"94ee7680-863e-4785-808e-63aeae521ecf","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":"compute","uniqueId":"e7cd70e5-2e22-408f-9abb-28f45d32d1e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316865149,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"935c4d3f-2576-4db9-9bf1-5e81173357ef","invariantUUID":"20d9b1ba-98b4-48d9-b0b6-5e160ceaf8e7","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":"d9e2bb0f-11e4-4eb4-93f8-a7a519839ea2","lifecycleState":"CERTIFIED","lastUpdateDate":1624317330964,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f9ce0b68-cda8-47e0-8ce2-8e5112897c0b","invariantUUID":"c0f4a113-df12-443f-8b38-7c8e5ddb1da2","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e5fe3987-396a-4703-95e9-fda1ebd6af9a","lifecycleState":"CERTIFIED","lastUpdateDate":1624317290444,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ba37e2c-fbfb-492d-a155-09d9306fcdfc","invariantUUID":"45405f88-8577-4bd8-8205-b4dfca90e245","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4c99bdc2-7ee8-449a-88c2-f9e58bfae4d4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316721145,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dd486b37-46d4-4a10-bed0-20d03a1d0cfa","invariantUUID":"9b369702-43e2-4613-aa06-3b6302dd4d34","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":"network","uniqueId":"63457b86-1f3a-4e5b-a199-03781cb44b72","lifecycleState":"CERTIFIED","lastUpdateDate":1624316983548,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb328aa4-171d-40a7-a4f3-b4d28941f6c0","invariantUUID":"134a0dd0-c46c-491f-be17-372c71b8b51f","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":"aba56dc6-cfd6-4a03-9033-fccf769f1117","lifecycleState":"CERTIFIED","lastUpdateDate":1624317270652,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bb8c2dca-4001-4012-82c0-77cf9db18ab3","invariantUUID":"b0078713-2c10-4f8d-a125-5dd86b97f624","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":"network","uniqueId":"b7befc73-106f-43af-8fb3-19ddd3efdae2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316701854,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66d3af78-6a55-4fa0-a320-37c48715650b","invariantUUID":"db047b33-59f7-4252-acd9-aac6a12adfd5","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":"port","uniqueId":"8553634e-b64f-4ec2-86ac-aff653beebf9","lifecycleState":"CERTIFIED","lastUpdateDate":1624316677837,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8a7df8e8-693b-491e-b0f9-78add32104d4","invariantUUID":"02682fd9-a250-42aa-b6b6-6aa1e745effd","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":"objectStorage","uniqueId":"3b411f1a-2e1f-4502-ab46-6ce3f82d904e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317190627,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"51ee8859-dbe4-46e3-abbd-456575b4588b","invariantUUID":"673d6aee-8e3b-4737-a42e-351aa3dd7eb7","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":"compute","uniqueId":"0473785c-6f2e-4c75-a368-d4a95edabdc0","lifecycleState":"CERTIFIED","lastUpdateDate":1624317110234,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ade13e2-3342-447a-a82a-a03e49576945","invariantUUID":"257c1892-f5a4-4e5f-8ab9-24700c8f8659","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":"006062c2-fb8e-41a2-aed4-64a115c3be6d","lifecycleState":"CERTIFIED","lastUpdateDate":1624317320549,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3ccad81e-ff05-4e87-9cce-2246d1a811ba","invariantUUID":"47611caa-26b7-4e24-8884-8df1633ec56a","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":"port","uniqueId":"9da899ff-39ef-42d9-ad44-0cb9f89a2ddf","lifecycleState":"CERTIFIED","lastUpdateDate":1624317523651,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f906e1fe-4b3b-4771-9531-f836758cf8d6","invariantUUID":"1c678515-c67b-424c-89db-a6e25888268d","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"927ed975-1a08-4cc8-adde-16e20d2ea161","lifecycleState":"CERTIFIED","lastUpdateDate":1624317280436,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c3515558-c107-40fd-b57f-89ef9b7257f1","invariantUUID":"e869d715-63af-4bd2-9b86-2bea2f6ef774","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":"defaulticon","uniqueId":"112ba53f-0f5e-4da7-b804-256374bd479c","lifecycleState":"CERTIFIED","lastUpdateDate":1624316513753,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"acd2ed33-9592-444c-b905-e1874c250ee9","invariantUUID":"7c6eeba9-92d7-42c3-80d8-fb7c4230d577","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a123c39f-7d07-48cd-92d3-81e70475e9c6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317121031,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"25cbcd31-a9b1-43c5-8345-034cfa7bdff3","invariantUUID":"42fe4cf8-a1df-420f-b14b-f333c64ae68e","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b93a3479-a1ee-4f06-a74f-98eebe414801","lifecycleState":"CERTIFIED","lastUpdateDate":1624317061245,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47eee740-5127-4041-ae1d-257350629f40","invariantUUID":"22bb4082-dc16-43da-930a-5f9e189c538d","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":"defaulticon","uniqueId":"171e079e-0c92-4a67-907a-dd084f28de62","lifecycleState":"CERTIFIED","lastUpdateDate":1624317070638,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"a14dbebd-1755-4407-a774-3d23b3191e15","invariantUUID":"b9e01f86-7226-4ef5-b004-e630ea657abc","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"84d99f00-61f5-4d34-ba7d-0fdf4c36d6b4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316711449,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9b496b26-87af-43c3-bd44-8b201912310d","invariantUUID":"11e357b0-46d5-4e04-94d3-c443fca8165c","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":"objectStorage","uniqueId":"f95f663e-df1b-4a31-9fee-cdfc70b75ed6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317220139,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"94fc0831-02f6-498c-8495-638eb92975a5","invariantUUID":"b2bdff05-908a-4654-a491-765e843ee4c2","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":"objectStorage","uniqueId":"c8d1c9fe-581e-4449-a9c4-5b9b193f0eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316641766,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9414753b-3d24-4b6d-a986-c5455536b3af","invariantUUID":"bb298933-8e8d-425e-9539-c0ad5340bb5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"6906232c-c887-4ba1-97a2-aeda533c8fe2","lifecycleState":"CERTIFIED","lastUpdateDate":1624316826947,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"1d9d855f-b04f-4f15-a04e-ad3f88f204b5","invariantUUID":"2eb11218-af4f-4f01-aefa-7ba77c5bd650","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":"objectStorage","uniqueId":"712e3ae9-01e8-4ab8-92d7-a2cf2fa46595","lifecycleState":"CERTIFIED","lastUpdateDate":1624316630241,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cff6141-f51b-488b-bf91-98cf9f94b902","invariantUUID":"b49703eb-5562-444f-ab55-02ada5584738","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":"defaulticon","uniqueId":"96589205-0b47-43a0-98ae-f7e20e7813c5","lifecycleState":"CERTIFIED","lastUpdateDate":1624316690141,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2414ef55-3a1e-42cd-b871-59a80d50c361","invariantUUID":"4b35213f-b13d-429e-958f-58f2b45d48a4","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":"00d90375-4ec5-4c15-ad71-1fbc97d7ea83","lifecycleState":"CERTIFIED","lastUpdateDate":1624316731149,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"3879b9e4-08f4-459c-9d18-68515845a6c2","invariantUUID":"d425f167-37fa-4697-bd82-389dfb3e939d","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"04f6dde5-625f-47ca-adff-c98e6d4c6ff8","lifecycleState":"CERTIFIED","lastUpdateDate":1624316541346,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7e0734f3-6f1c-4b87-8276-691cb7ef3153","invariantUUID":"a3d7bcf8-218e-48ef-b737-1b09680cbfe3","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":"compute","uniqueId":"a44148c6-ee1f-4e74-9d39-0c62f10a1dd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317181439,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7187114b-eb01-457d-87f8-74219945b5a0","invariantUUID":"f7884633-c4f9-4dd1-8613-c706880b77c9","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":"0d8da77e-af16-49c6-b9c6-556c97d613b6","lifecycleState":"CERTIFIED","lastUpdateDate":1624317051135,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5a2a1384-879d-42b5-ba24-c340e934f8f7","invariantUUID":"921076f4-52c2-49bb-9ef1-ff8eb52c2c2d","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fbfbc4c3-8e64-4bf9-aa86-2d4b0a28b9f5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317040438,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"33882839-b944-4f31-bf50-681ef754ada6","invariantUUID":"44a19d7c-0028-4cf7-8a67-964f473519af","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"9aff7d7b-cb64-4ebc-9498-201f4e9264dc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317515050,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5b2e5ccf-c7dc-4bb8-b95e-16a6ca427836","invariantUUID":"505fe273-d42f-4213-bdca-e7f95d569171","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3455d082-ba5f-4c12-b47d-d7c2c4cdd421","lifecycleState":"CERTIFIED","lastUpdateDate":1624317090044,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8792f85d-6106-46cb-8758-e9edb67032a5","invariantUUID":"e6db97cf-46f4-4519-b3c2-d13104b6f6e5","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"67dd3fa1-565e-436c-9df5-c9515c043382","lifecycleState":"CERTIFIED","lastUpdateDate":1624317300448,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"dfc7c8af-ba90-4fda-bf76-94afdb0cd22a","invariantUUID":"b64cc24a-3525-40d5-9e51-083e042cf495","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":"compute","uniqueId":"b8af0de1-c5c7-46bb-8b2c-ce1a823601e8","lifecycleState":"CERTIFIED","lastUpdateDate":1624317501334,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"355b13f3-aeae-4c98-a7d5-8a7ddc1b6be3","invariantUUID":"0d221d9d-c43a-48b5-a0c7-ab563dd40152","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8722d2e1-e05a-4065-8f85-f9bc4eecef57","lifecycleState":"CERTIFIED","lastUpdateDate":1624317340624,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"201dd813-2494-4149-a760-99443784e905","invariantUUID":"88c54f73-7274-42b7-b7ed-209ef2b36698","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8171af51-882b-4d26-892d-8cd2d8a6d7b5","lifecycleState":"CERTIFIED","lastUpdateDate":1624317483440,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f199582-dad0-49b7-a588-6174bf27d761","invariantUUID":"80726d1d-7d4d-48e2-900c-77d35a50fe38","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"632f9e46-08d8-4e6a-b895-e2b4851da070","lifecycleState":"CERTIFIED","lastUpdateDate":1624316837639,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1207c95a-2d26-4da1-a884-87bb426aa67c","invariantUUID":"d2246053-5d2b-4562-84c6-a1e4b039e729","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b92e1be2-b92d-4c9c-b4d6-8e71d34a24af","lifecycleState":"CERTIFIED","lastUpdateDate":1624316527924,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e311fa6a-265f-49ff-8b6a-d01e9a45b08f","invariantUUID":"95d7f153-dcb5-459c-a977-0414be540708","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":"port","uniqueId":"5e26b19b-6508-4382-a3e0-5a6a930540e1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317425450,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ef689ea-bb24-4e1c-b560-62760fbc8d44","invariantUUID":"7082d843-03c7-48e8-93d7-1884f66d609d","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"92776533-3a13-4286-9452-b05d04346aa7","lifecycleState":"CERTIFIED","lastUpdateDate":1624317020747,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ed48f036-1f61-4cb2-ab60-4ebf9820865e","invariantUUID":"c56510d5-d292-4268-aa54-49f35a82df24","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7474989-def6-4e4b-a293-bf4e97ff43eb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317391250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4f653085-7860-47f8-906c-a02209023648","invariantUUID":"6d1315fa-d46e-472f-84d7-c9db018a1ede","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e07a1af7-b1ef-4829-aec5-ddf40dc02cd3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317160538,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3675320d-76a0-4d93-9348-b233a068e0bf","invariantUUID":"333525b0-c6f3-4147-9d2b-a71e0c7b6d8a","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"bacfc7a6-f7d0-44b1-b52e-74968a90f53f","lifecycleState":"CERTIFIED","lastUpdateDate":1624317079425,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a90a30a0-9fa2-48b0-b5e5-4f3207e4c65e","invariantUUID":"8393747c-0b4d-4e7a-b01f-d28e97971b57","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":"port","uniqueId":"08691a9d-4e12-42e6-a53d-707b852563aa","lifecycleState":"CERTIFIED","lastUpdateDate":1624317310645,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c8f943-e025-4d18-8404-863606d2520d","invariantUUID":"2edd0486-b818-4346-b2b8-0f6b3bf636fc","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"dbe75599-583c-4c2d-bfa5-cb682e97df5f","lifecycleState":"CERTIFIED","lastUpdateDate":1624316794547,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b3433f7b-4b6e-4ee5-9c13-57f7f0925a82","invariantUUID":"079d50a9-ff56-455f-a3b2-66448aac26d0","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":"network","uniqueId":"46b7de1a-60a2-4c0d-b918-219295eac7ed","lifecycleState":"CERTIFIED","lastUpdateDate":1624316591458,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8265151a-e7e4-46f7-a29d-c8e6f79dcb37","invariantUUID":"ffd2a911-1876-4676-b4a1-57d3a042123d","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":"loadBalancer","uniqueId":"1ddb6e45-1463-4fcb-8051-c978c97fbfdd","lifecycleState":"CERTIFIED","lastUpdateDate":1624316571140,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"789ee477-400f-4d75-b840-7215617717ff","invariantUUID":"79c71a57-5f40-4913-a03a-68196c9a7d2f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"afd6b504-d8b4-4f2d-b01b-6d9405589848","lifecycleState":"CERTIFIED","lastUpdateDate":1624316653060,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f623e103-e3b8-410e-9244-71ba479e1923","invariantUUID":"9e8ef1fe-3315-4424-a7f5-a425590ad758","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"363974c1-71b4-4cfd-b385-12a627361b2e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317468542,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e3e15baf-1324-43cf-9f86-6866324cd9d2","invariantUUID":"31b4f1f9-2487-4d5c-a1ce-dba8ca1bf57e","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"13624db6-2769-419d-81d0-a83cf1b19927","lifecycleState":"CERTIFIED","lastUpdateDate":1624317149824,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6c56304b-afba-4f2a-95e9-fb10c6ec1597","invariantUUID":"5a8ac5c0-d9e0-4f6a-a0ca-6b405f547862","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f7bb76a0-c870-4769-814d-f441d5701da7","lifecycleState":"CERTIFIED","lastUpdateDate":1624316922861,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c61f7128-0c9d-41af-a736-7fff14dbac29","invariantUUID":"32de8cdf-e141-4451-9da2-477fa6ccd414","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":"securityrules","uniqueId":"03a3f74c-6d2a-4abc-8267-e01972e7fcd1","lifecycleState":"CERTIFIED","lastUpdateDate":1624316848034,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"963a9743-add2-41b0-9ad2-9517da3bea9f","invariantUUID":"a1697eec-7d34-45e7-bfb5-b06d77d671e3","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":"9bc847a1-17ee-4df0-b866-937f85238dc1","lifecycleState":"CERTIFIED","lastUpdateDate":1624317350548,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8e532e4-670e-4dd4-a177-9a23de24479f","invariantUUID":"30080838-7491-423f-aadd-20cb1c9acffa","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0155d562-6e77-4fb3-a331-01ca61b6f062","lifecycleState":"CERTIFIED","lastUpdateDate":1624322765842,"name":"vFW 1a933759-10a8","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"bd34bacf-35b3-46be-9c7c-79594a287df7","invariantUUID":"8d8ba937-aecd-41db-9bc6-5a373eb52894","systemName":"Vfw1a93375910a8","description":"vendor software product","tags":["vFW 1a933759-10a8"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"85d5f026-873b-4f82-baa1-d9e4fef2d03e","lifecycleState":"CERTIFIED","lastUpdateDate":1624317009932,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d2a5022b-2de2-4124-8a20-5031c1d7c4a7","invariantUUID":"09a481eb-1e7a-4a05-a742-75a58d4f2500","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":"port","uniqueId":"741ba7f6-130e-4b92-93fb-21ff842805c4","lifecycleState":"CERTIFIED","lastUpdateDate":1624316803360,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"90a0927a-e8d2-419d-8a7c-2dbb1d47c8d5","invariantUUID":"ced836a6-5806-44d0-95eb-b1d1d105d025","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a966fe62-250b-4485-bc2e-2159288efacb","lifecycleState":"CERTIFIED","lastUpdateDate":1624316931549,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"961cbd50-9141-47dc-a981-c4f931b88870","invariantUUID":"c9a010f9-f6db-471d-abf7-36715f5979f5","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c33c2792-5372-4e2f-b67d-336c72914ebb","lifecycleState":"CERTIFIED","lastUpdateDate":1624317099133,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"246c1b5a-cff4-4769-821e-81ffe5ded460","invariantUUID":"125f6302-5598-45e8-b84b-fa93b714b2b6","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3f507456-ae9d-456c-b218-b63c48c31e08","lifecycleState":"CERTIFIED","lastUpdateDate":1624316886044,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9448a36-386d-46df-a6bb-3cb3d402f0d6","invariantUUID":"da587c18-14c5-4495-a99e-dbef317ffc7f","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":"a2468e06-8bc7-4e28-873f-bfa049e8bd9e","lifecycleState":"CERTIFIED","lastUpdateDate":1624316874749,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee1c4339-f498-499b-b822-dc68f9738625","invariantUUID":"b6124507-e34e-4252-b5fe-ca6f65146380","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d48ecf96-3642-4542-87fc-a171c47e5aa9","lifecycleState":"CERTIFIED","lastUpdateDate":1624326169939,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"1d77f4b8-812b-4d89-a359-d7be185c433c","invariantUUID":"13c7941c-4220-4464-9751-0700e7c7840e","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":"network","uniqueId":"7570a06b-1afd-4c11-8d69-a1ff38911eef","lifecycleState":"CERTIFIED","lastUpdateDate":1624317231056,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"41d1e0dc-10a3-43a4-b31b-fdbb7df64e61","invariantUUID":"0876e26e-cbb2-4b2f-86dc-fdf715ef01fb","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":"94ef239b-29ec-4de3-bedf-a86e771b83cc","lifecycleState":"CERTIFIED","lastUpdateDate":1624317360634,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fc3a4e5a-fefa-4076-a438-d7d043b2ba0f","invariantUUID":"c39f852d-83d9-429e-ac27-8d3091ca6249","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"84217af1-fae6-4804-a1da-5791ced3ccee","lifecycleState":"CERTIFIED","lastUpdateDate":1624317442144,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9182af5-df7f-4022-a6b0-4f423ad2167b","invariantUUID":"4b915b12-7b5b-4f31-9eff-24e4e1faf2ba","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6503ce26-624e-4a6c-9206-5130472aafa3","lifecycleState":"CERTIFIED","lastUpdateDate":1624317403850,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"432b0011-944e-4989-a145-173572f68a74","invariantUUID":"1ad79984-efc0-48e2-a7e5-58ff04bba274","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":"819e80e6-3e1f-4254-bc18-1196569b5f64","lifecycleState":"CERTIFIED","lastUpdateDate":1624316741251,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7a6bb3f0-e988-4eb6-9937-328d4e882d2a","invariantUUID":"0d1ce8e6-d489-4a36-8dc2-5278e2ecdc7b","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"c0d2e418-04af-4460-9fa9-133b3f6caaa8","lifecycleState":"CERTIFIED","lastUpdateDate":1624326256336,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f00f361a-6616-4ddb-88ee-286175d34cb4","invariantUUID":"d47e3ae1-cc60-45bc-90cb-7500c4cf8400","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":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4f9ec1da-ec39-43e1-bab9-fcc364ddc92c","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1624322135860,"name":"vFW 2021-06-22 00-35-34","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"03b9c4e6-f8d0-4936-856f-3b02f77c3c3e","invariantUUID":"4a81c983-70f5-435e-b0e0-246f15c81ed1","systemName":"Vfw20210622003534","description":"catalog service description","tags":["robot-ete","vFW 2021-06-22 00-35-34"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"fc706eb3-41d1-496b-a18b-3e472827b384","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1624326045742,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"39063d49-954b-4193-aa3d-cdc2c26b27a0","invariantUUID":"de1c4cbd-9635-4a33-b289-84d39650bfc8","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":"618df90d-1ead-4851-a757-51da5755b643","lifecycleState":"CERTIFIED","lastUpdateDate":1624326824847,"name":"basic_onboard_fnaXFw","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a834c1db-e246-4969-9da6-4484fa27c0d0","invariantUUID":"ea4d1956-451c-4d2c-b29e-023a669655c8","systemName":"BasicOnboardFnaxfw","description":"service","tags":["basic_onboard_fnaXFw"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-06-22 01:53:53,266 DEBUG 117:sdc_resource.py(1) - Resource basic_onboard_fnaXFw found in services list
2021-06-22 01:53:53,267 INFO 201:service.py(1) - Service basic_onboard_fnaXFw onboarded
2021-06-22 01:53:53,267 INFO 35:basic_onboard.py(1) - VNF basic_vm successfully onboarded
2021-06-22 01:53:53,267 INFO 176:run_tests.py(1) - Test result:

+-----------------------+---------------------+------------------+----------------+
|       TEST CASE       |       PROJECT       |     DURATION     |     RESULT     |
+-----------------------+---------------------+------------------+----------------+
|     basic_onboard     |     integration     |      03:21       |      PASS      |
+-----------------------+---------------------+------------------+----------------+

2021-06-22 01:53:53,270 INFO 48:basic_onboard.py(1) - Generate Test report
2021-06-22 01:53:53,353 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): 87.254.212.120:8080
2021-06-22 01:53:53,698 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-06-22 01:53:53,699 INFO 246:testcase.py(1) - The results were successfully pushed to DB: 

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

2021-06-22 01:53:53,700 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_OK