diff options
Diffstat (limited to 'products')
167 files changed, 5818 insertions, 69704 deletions
diff --git a/products/onap-dublin/auth/src/main/java/org/onap/cli/cmd/auth/OnapSdcBasicAuthLoginCommandDublin.java b/products/onap-dublin/auth/src/main/java/org/onap/cli/cmd/auth/OnapSdcCatalogBasicAuthLoginCommandDublin.java index 942523b3..5cd96981 100644 --- a/products/onap-dublin/auth/src/main/java/org/onap/cli/cmd/auth/OnapSdcBasicAuthLoginCommandDublin.java +++ b/products/onap-dublin/auth/src/main/java/org/onap/cli/cmd/auth/OnapSdcCatalogBasicAuthLoginCommandDublin.java @@ -19,6 +19,6 @@ package org.onap.cli.cmd.auth; import org.onap.cli.fw.http.cmd.BasicAuthLoginCommand; import org.onap.cli.fw.schema.OnapCommandSchema; -@OnapCommandSchema(schema = "basic-login-onap-sdc-dublin.yaml") -public class OnapSdcBasicAuthLoginCommandDublin extends BasicAuthLoginCommand { +@OnapCommandSchema(schema = "basic-login-onap-sdc-catalog-dublin.yaml") +public class OnapSdcCatalogBasicAuthLoginCommandDublin extends BasicAuthLoginCommand { } diff --git a/products/onap-dublin/auth/src/main/java/org/onap/cli/cmd/auth/OnapSdcOnboardingBasicAuthLoginCommandDublin.java b/products/onap-dublin/auth/src/main/java/org/onap/cli/cmd/auth/OnapSdcOnboardingBasicAuthLoginCommandDublin.java new file mode 100644 index 00000000..1e92bee9 --- /dev/null +++ b/products/onap-dublin/auth/src/main/java/org/onap/cli/cmd/auth/OnapSdcOnboardingBasicAuthLoginCommandDublin.java @@ -0,0 +1,24 @@ +/* + * Copyright © Intel Corporation 2019 + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.onap.cli.cmd.auth; + +import org.onap.cli.fw.http.cmd.BasicAuthLoginCommand; +import org.onap.cli.fw.schema.OnapCommandSchema; + +@OnapCommandSchema(schema = "basic-login-onap-sdc-onboarding-dublin.yaml") +public class OnapSdcOnboardingBasicAuthLoginCommandDublin extends BasicAuthLoginCommand { +} diff --git a/products/onap-dublin/auth/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand b/products/onap-dublin/auth/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand index 87558847..a9030521 100644 --- a/products/onap-dublin/auth/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand +++ b/products/onap-dublin/auth/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand @@ -14,5 +14,6 @@ org.onap.cli.cmd.auth.OnapBasicAuthLoginCommandDublin org.onap.cli.cmd.auth.OnapBasicAuthLogoutCommandDublin -org.onap.cli.cmd.auth.OnapSdcBasicAuthLoginCommandDublin +org.onap.cli.cmd.auth.OnapSdcCatalogBasicAuthLoginCommandDublin +org.onap.cli.cmd.auth.OnapSdcOnboardingBasicAuthLoginCommandDublin org.onap.cli.cmd.auth.OnapPolicyBasicAuthLoginCommandDublin diff --git a/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-dublin.yaml b/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-catalog-dublin.yaml index 4ddec702..3a5872bc 100644 --- a/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-dublin.yaml +++ b/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-catalog-dublin.yaml @@ -14,7 +14,7 @@ open_cli_schema_version: 1.0 -name: sdc-basic-login +name: sdc.catalog-basic-login description: ONAP basic login auth command diff --git a/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-onboarding-dublin.yaml b/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-onboarding-dublin.yaml new file mode 100644 index 00000000..dc075c0b --- /dev/null +++ b/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-onboarding-dublin.yaml @@ -0,0 +1,50 @@ +# Copyright © Intel Corporation 2019 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 + +name: sdc.onboarding-basic-login + +description: ONAP basic login auth command + + +info: + product: onap-dublin + service: sdc-basic-auth + type: auth + author: ONAP CLI Team onap-discuss@lists.onap.org + + +results: + direction: portrait + attributes: + - name: Authorization + description: Authorization + scope: short + type: string + - name: X-TransactionId + description: X-TransactionId + scope: short + type: string + default_value: req-$s{uuid} + - name: X-FromAppId + description: X-FromAppId + scope: short + type: string + default_value: ONAP CLI + - name: USER_ID + description: USER_ID for sdc + scope: short + type: string + default_value: ${host-username}
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-create-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-create-schema-dublin-moco.json new file mode 100644 index 00000000..4a50d149 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-create-schema-dublin-moco.json @@ -0,0 +1,22 @@ +[ { + "request" : { + "method" : "put", + "uri" : "/aai/v13/business/customers/customer/ovp", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-7c0cea00-bd21-4560-b31e-c03c5ad3ffa3", + "Content-Type" : "application/json" + }, + "json" : { + "global-customer-id" : "ovp", + "subscriber-name" : "ovp", + "subscriber-type" : "INFRA" + } + }, + "response" : { + "status" : 201, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-create-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-create-schema-dublin-sample.yaml new file mode 100644 index 00000000..6c9904b0 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-create-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: customer-create +version: onap-dublin +samples: + sample1: + name: customer-create + input: --format json --customer-name ovp --subscriber-name ovp + moco: customer-create-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-delete-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-delete-schema-dublin-moco.json new file mode 100644 index 00000000..2b0e8e9f --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-delete-schema-dublin-moco.json @@ -0,0 +1,18 @@ +[ { + "request" : { + "method" : "delete", + "uri" : "/aai/v13/business/customers/customer/ovp", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-e1e39cdd-d681-49eb-8fc3-0372fc6a6f27", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 204, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-delete-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-delete-schema-dublin-sample.yaml new file mode 100644 index 00000000..cbbc6444 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-delete-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: customer-delete +version: onap-dublin +samples: + sample1: + name: customer-delete + input: --format json --customer-id ovp --resource-version 1567068664088 + moco: customer-delete-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-list-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-list-schema-dublin-moco.json new file mode 100644 index 00000000..b5dff83a --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-list-schema-dublin-moco.json @@ -0,0 +1,30 @@ +[ { + "request" : { + "method" : "get", + "uri" : "/aai/v13/business/customers", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-59c70d03-10ab-42a8-b6a7-65a0c85f22e4", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 200, + "json" : { + "customer" : [ { + "global-customer-id" : "Demonstration", + "subscriber-name" : "Demonstration", + "subscriber-type" : "INFRA", + "resource-version" : "1564139322133" + }, { + "global-customer-id" : "ovp", + "subscriber-name" : "ovp", + "subscriber-type" : "INFRA", + "resource-version" : "1567068664088" + } ] + } + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-list-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-list-schema-dublin-sample.yaml new file mode 100644 index 00000000..02f0bf47 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-list-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: customer-list +version: onap-dublin +samples: + sample1: + name: customer-list + input: --format json + moco: customer-list-schema-dublin-moco.json + output: | + [{"resource-version":"1564139322133","name":"Demonstration"},{"resource-version":"1567068664088","name":"ovp"}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-create-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-create-schema-dublin-moco.json new file mode 100644 index 00000000..69423848 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-create-schema-dublin-moco.json @@ -0,0 +1,21 @@ +[ { + "request" : { + "method" : "put", + "uri" : "/aai/v13/service-design-and-creation/services/service/tosca_vnf_validation", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-278f4b1f-de6f-4709-8fa2-f0d06a3e8fd7", + "Content-Type" : "application/json" + }, + "json" : { + "service-description" : "tosca_vnf_validation", + "service-id" : "tosca_vnf_validation" + } + }, + "response" : { + "status" : 201, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-create-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-create-schema-dublin-sample.yaml new file mode 100644 index 00000000..afe4fc8c --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-create-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: service-type-create +version: onap-dublin +samples: + sample1: + name: service-type-create + input: --format json --service-type tosca_vnf_validation --service-type-id tosca_vnf_validation + moco: service-type-create-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-delete-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-delete-schema-dublin-moco.json new file mode 100644 index 00000000..fe84faba --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-delete-schema-dublin-moco.json @@ -0,0 +1,18 @@ +[ { + "request" : { + "method" : "delete", + "uri" : "/aai/v13/service-design-and-creation/services/service/tosca_vnf_validation", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-0a160884-549b-4a63-8c26-631f1097dfa7", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 204, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-delete-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-delete-schema-dublin-sample.yaml new file mode 100644 index 00000000..8f6ac49d --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-delete-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: service-type-delete +version: onap-dublin +samples: + sample1: + name: service-type-delete + input: --format json --resource-version 1567068649380 --service-type-id tosca_vnf_validation + moco: service-type-delete-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-list-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-list-schema-dublin-moco.json new file mode 100644 index 00000000..b7faf00c --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-list-schema-dublin-moco.json @@ -0,0 +1,48 @@ +[ { + "request" : { + "method" : "get", + "uri" : "/aai/v13/service-design-and-creation/services", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-75560ef7-f314-49bd-b825-4b282c49829a", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 200, + "json" : { + "service" : [ { + "service-id" : "e8cb8968-5411-478b-906a-f28747de72cd", + "service-description" : "vFW", + "resource-version" : "1564140431957" + }, { + "service-id" : "60330738-6cd0-4032-af2a-3088a03d4f47", + "service-description" : "vLB", + "resource-version" : "1564455509142" + }, { + "service-id" : "47412b60-6fb0-4b57-b801-77e0cbb69441", + "service-description" : "vCPE", + "resource-version" : "1564455509234" + }, { + "service-id" : "399e426b-2467-4575-8aa3-78ca766f9f37", + "service-description" : "vFWCL", + "resource-version" : "1564455509053" + }, { + "service-id" : "51afd5ba-bf2d-460c-b9a4-302fd70aec1c", + "service-description" : "vIMS", + "resource-version" : "1564455509330" + }, { + "service-id" : "tosca_vnf_validation", + "service-description" : "tosca_vnf_validation", + "resource-version" : "1567068649380" + }, { + "service-id" : "e3a3e05d-2179-4f04-b6ab-0a87909caf49", + "service-description" : "gNB", + "resource-version" : "1564455509431" + } ] + } + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-list-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-list-schema-dublin-sample.yaml new file mode 100644 index 00000000..abd72b1d --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-list-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: service-type-list +version: onap-dublin +samples: + sample1: + name: service-type-list + input: --format json + moco: service-type-list-schema-dublin-moco.json + output: | + [{"resource-version":"1564140431957","service-type":"vFW","service-type-id":"e8cb8968-5411-478b-906a-f28747de72cd"},{"resource-version":"1564455509142","service-type":"vLB","service-type-id":"60330738-6cd0-4032-af2a-3088a03d4f47"},{"resource-version":"1564455509234","service-type":"vCPE","service-type-id":"47412b60-6fb0-4b57-b801-77e0cbb69441"},{"resource-version":"1564455509053","service-type":"vFWCL","service-type-id":"399e426b-2467-4575-8aa3-78ca766f9f37"},{"resource-version":"1564455509330","service-type":"vIMS","service-type-id":"51afd5ba-bf2d-460c-b9a4-302fd70aec1c"},{"resource-version":"1567068649380","service-type":"tosca_vnf_validation","service-type-id":"tosca_vnf_validation"},{"resource-version":"1564455509431","service-type":"gNB","service-type-id":"e3a3e05d-2179-4f04-b6ab-0a87909caf49"}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-create-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-create-schema-dublin-moco.json index 1233effd..ed452105 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-create-schema-dublin-moco.json +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-create-schema-dublin-moco.json @@ -1,34 +1,34 @@ [ { "request" : { "method" : "put", - "uri" : "/aai/v14/business/customers/customer/hpa_cust/service-subscriptions/service-subscription/test-service", + "uri" : "/aai/v14/business/customers/customer/ovp/service-subscriptions/service-subscription/tosca_vnf_validation", "headers" : { "Authorization" : "Basic QUFJOkFBSQ==", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", - "X-TransactionId" : "req-6c818985-7492-4b34-9994-11753a1f954b", + "X-TransactionId" : "req-f3754c09-0a70-4913-b8ed-1273752ad452", "Content-Type" : "application/json" }, "json" : { - "service-type" : "test-service", + "service-type" : "tosca_vnf_validation", "relationship-list" : { "relationship" : [ { "related-to" : "tenant", "relationship-label" : "org.onap.relationships.inventory.Uses", - "related-link" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-06/tenants/tenant/709ba629fe194f8699b12f9d6ffd86a0", + "related-link" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP/tenants/tenant/6fcac72c-a2cd-4d18-9f1d-09908ca08afe", "relationship-data" : [ { "relationship-key" : "cloud-region.cloud-owner", - "relationship-value" : "CloudOwner" + "relationship-value" : "OCOMP" }, { "relationship-key" : "cloud-region.cloud-region-id", - "relationship-value" : "ONAP-POD-01-Rail-06" + "relationship-value" : "RegionOVP" }, { "relationship-key" : "tenant.tenant-id", - "relationship-value" : "709ba629fe194f8699b12f9d6ffd86a0" + "relationship-value" : "6fcac72c-a2cd-4d18-9f1d-09908ca08afe" } ], "related-to-property" : [ { "property-key" : "tenant.tenant-name", - "property-value" : "Integration-HPA" + "property-value" : "ocomp" } ] } ] } diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-create-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-create-schema-dublin-sample.yaml index f48d036b..84fc126f 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-create-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-create-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - open_cli_sample_version: 1.0 +open_cli_sample_version: 1.0 +name: subscription-create +version: onap-dublin +samples: + sample1: name: subscription-create - version: onap-dublin - samples: - sample1: - name: subscription-create - input: -x hpa_cust -y Integration-HPA -z CloudOwner -e test-service -c 709ba629fe194f8699b12f9d6ffd86a0 -r ONAP-POD-01-Rail-06 - moco: subscription-create-schema-dublin-moco.json - output:
\ No newline at end of file + input: --format json --service-type tosca_vnf_validation --cloud-region RegionOVP --cloud-owner OCOMP --tenant-name ocomp --customer-name ovp --cloud-tenant-id 6fcac72c-a2cd-4d18-9f1d-09908ca08afe + moco: subscription-create-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-delete-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-delete-schema-dublin-moco.json index 3339c580..19a68782 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-delete-schema-dublin-moco.json +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-delete-schema-dublin-moco.json @@ -1,12 +1,12 @@ [ { "request" : { "method" : "delete", - "uri" : "/aai/v13/business/customers/customer/hpa_cust/service-subscriptions/service-subscription/test-service", + "uri" : "/aai/v13/business/customers/customer/ovp/service-subscriptions/service-subscription/tosca_vnf_validation", "headers" : { "Authorization" : "Basic QUFJOkFBSQ==", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", - "X-TransactionId" : "req-3a02dc1d-19b5-45d9-a34e-6d08a8b20a10", + "X-TransactionId" : "req-72799430-1922-4872-90cf-43233725a595", "Content-Type" : "application/json" }, "json" : null diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-delete-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-delete-schema-dublin-sample.yaml index f68f46bd..90dd645b 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-delete-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-delete-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - open_cli_sample_version: 1.0 - name: subscription-delete - version: onap-dublin - samples: - sample1: - name: subscription-delete - input: -x hpa_cust -y test-service -g 1552436359631 - moco: subscription-delete-schema-dublin-moco.json - output:
\ No newline at end of file +open_cli_sample_version: 1.0 +name: subscription-delete +version: onap-dublin +samples: + sample1: + name: subscription-delete + input: --format json --customer-name ovp --service-type tosca_vnf_validation --resource-version 1567068689784 + moco: subscription-delete-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-list-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-list-schema-dublin-moco.json index 8723a866..53b63f96 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-list-schema-dublin-moco.json +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-list-schema-dublin-moco.json @@ -1,12 +1,12 @@ [ { "request" : { "method" : "get", - "uri" : "/aai/v13/business/customers/customer/hpa_cust/service-subscriptions", + "uri" : "/aai/v13/business/customers/customer/ovp/service-subscriptions", "headers" : { "Authorization" : "Basic QUFJOkFBSQ==", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", - "X-TransactionId" : "req-0617d23c-c9af-473a-9045-e964fd12d81f", + "X-TransactionId" : "req-46b9c555-2eef-4747-8830-8a58b6f610b3", "Content-Type" : "application/json" }, "json" : null @@ -15,62 +15,26 @@ "status" : 200, "json" : { "service-subscription" : [ { - "service-type" : "vfwhpa", - "resource-version" : "1552436330116", + "service-type" : "tosca_vnf_validation", + "resource-version" : "1567068689784", "relationship-list" : { "relationship" : [ { "related-to" : "tenant", "relationship-label" : "org.onap.relationships.inventory.Uses", - "related-link" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-06/tenants/tenant/709ba629fe194f8699b12f9d6ffd86a0", + "related-link" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP/tenants/tenant/6fcac72c-a2cd-4d18-9f1d-09908ca08afe", "relationship-data" : [ { "relationship-key" : "cloud-region.cloud-owner", - "relationship-value" : "CloudOwner" + "relationship-value" : "OCOMP" }, { "relationship-key" : "cloud-region.cloud-region-id", - "relationship-value" : "ONAP-POD-01-Rail-06" + "relationship-value" : "RegionOVP" }, { "relationship-key" : "tenant.tenant-id", - "relationship-value" : "709ba629fe194f8699b12f9d6ffd86a0" + "relationship-value" : "6fcac72c-a2cd-4d18-9f1d-09908ca08afe" } ], "related-to-property" : [ { "property-key" : "tenant.tenant-name", - "property-value" : "Integration-HPA" - } ] - }, { - "related-to" : "tenant", - "relationship-label" : "org.onap.relationships.inventory.Uses", - "related-link" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-04/tenants/tenant/709ba629fe194f8699b12f9d6ffd86a0", - "relationship-data" : [ { - "relationship-key" : "cloud-region.cloud-owner", - "relationship-value" : "CloudOwner" - }, { - "relationship-key" : "cloud-region.cloud-region-id", - "relationship-value" : "ONAP-POD-01-Rail-04" - }, { - "relationship-key" : "tenant.tenant-id", - "relationship-value" : "709ba629fe194f8699b12f9d6ffd86a0" - } ], - "related-to-property" : [ { - "property-key" : "tenant.tenant-name", - "property-value" : "Integration-HPA" - } ] - }, { - "related-to" : "tenant", - "relationship-label" : "org.onap.relationships.inventory.Uses", - "related-link" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-05/tenants/tenant/709ba629fe194f8699b12f9d6ffd86a0", - "relationship-data" : [ { - "relationship-key" : "cloud-region.cloud-owner", - "relationship-value" : "CloudOwner" - }, { - "relationship-key" : "cloud-region.cloud-region-id", - "relationship-value" : "ONAP-POD-01-Rail-05" - }, { - "relationship-key" : "tenant.tenant-id", - "relationship-value" : "709ba629fe194f8699b12f9d6ffd86a0" - } ], - "related-to-property" : [ { - "property-key" : "tenant.tenant-name", - "property-value" : "Integration-HPA" + "property-value" : "ocomp" } ] } ] } diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-list-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-list-schema-dublin-sample.yaml index 33e57b79..46a0256e 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-list-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-list-schema-dublin-sample.yaml @@ -1,27 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - open_cli_sample_version: 1.0 - name: subscription-list - version: onap-dublin - samples: - sample1: - name: subscription-list - input: -x hpa_cust - moco: subscription-list-schema-dublin-moco.json - output: | - +--------------+------------------+ - |service-type |resource-version | - +--------------+------------------+ - |vfwhpa |1552436330116 | - +--------------+------------------+ +open_cli_sample_version: 1.0 +name: subscription-list +version: onap-dublin +samples: + sample1: + name: subscription-list + input: --format json --customer-name ovp + moco: subscription-list-schema-dublin-moco.json + output: | + [{"resource-version":"1567068689784","service-type":"tosca_vnf_validation"}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-create-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-create-schema-dublin-moco.json new file mode 100644 index 00000000..b104112a --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-create-schema-dublin-moco.json @@ -0,0 +1,42 @@ +[ { + "request" : { + "method" : "put", + "uri" : "/aai/v13/external-system/esr-vnfm-list/esr-vnfm/1e915311-1474-4ffb-8408-1183ddfcd1a8", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-97afb15a-fc8a-489d-8d1f-5506b7189bee", + "Content-Type" : "application/json" + }, + "json" : { + "vnfm-id" : "1e915311-1474-4ffb-8408-1183ddfcd1a8", + "vim-id" : "OCOMP", + "certificate-url" : "", + "esr-system-info-list" : { + "esr-system-info" : [ { + "esr-system-info-id" : "1e915311-1474-4ffb-8408-1183ddfcd1a8", + "system-name" : "OCOMP hwvnfmdriver", + "type" : "hwvnfmdriver", + "vendor" : "ocompvtpvendor", + "version" : "v1.0", + "service-url" : "http://159.138.8.8:30280", + "user-name" : "admin", + "password" : "password", + "system-type" : "vnfm", + "protocal" : "", + "ssl-cacert" : "", + "ssl-insecure" : "", + "ip-address" : "", + "port" : "", + "cloud-domain" : "", + "default-tenant" : "" + } ] + } + } + }, + "response" : { + "status" : 201, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-create-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-create-schema-dublin-sample.yaml new file mode 100644 index 00000000..ec5bfc78 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-create-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: vnfm-create +version: onap-dublin +samples: + sample1: + name: vnfm-create + input: --format json --vendor ocompvtpvendor --username admin --vim-id OCOMP --name OCOMP hwvnfmdriver --url http://159.138.8.8:30280 --vnfm-id 1e915311-1474-4ffb-8408-1183ddfcd1a8 --password password --type hwvnfmdriver --vnfm-version v1.0 + moco: vnfm-create-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-delete-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-delete-schema-dublin-moco.json new file mode 100644 index 00000000..ff7ddeab --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-delete-schema-dublin-moco.json @@ -0,0 +1,18 @@ +[ { + "request" : { + "method" : "delete", + "uri" : "/aai/v13/external-system/esr-vnfm-list/esr-vnfm/1e915311-1474-4ffb-8408-1183ddfcd1a8", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-a2be1777-ed4d-4cf7-8c66-d45df6baf742", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 204, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-delete-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-delete-schema-dublin-sample.yaml new file mode 100644 index 00000000..23cefd78 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-delete-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: vnfm-delete +version: onap-dublin +samples: + sample1: + name: vnfm-delete + input: --format json --vnfm-id 1e915311-1474-4ffb-8408-1183ddfcd1a8 --resource-version 1567068700278 + moco: vnfm-delete-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-list-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-list-schema-dublin-moco.json new file mode 100644 index 00000000..881324f9 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-list-schema-dublin-moco.json @@ -0,0 +1,25 @@ +[ { + "request" : { + "method" : "get", + "uri" : "/aai/v13/external-system/esr-vnfm-list", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-f0d850a0-2028-404b-b7b3-6e4b306d77d9", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 200, + "json" : { + "esr-vnfm" : [ { + "vnfm-id" : "1e915311-1474-4ffb-8408-1183ddfcd1a8", + "vim-id" : "OCOMP", + "certificate-url" : "", + "resource-version" : "1567068700278" + } ] + } + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-list-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-list-schema-dublin-sample.yaml new file mode 100644 index 00000000..a17cf21d --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-list-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: vnfm-list +version: onap-dublin +samples: + sample1: + name: vnfm-list + input: --format json + moco: vnfm-list-schema-dublin-moco.json + output: | + [{"certificate-url":"","resource-version":"1567068700278","vim-id":"OCOMP","vnfm-id":"1e915311-1474-4ffb-8408-1183ddfcd1a8"}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-create-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-create-schema-dublin-moco.json index 6e679b4c..30569cd7 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-create-schema-dublin-moco.json +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-create-schema-dublin-moco.json @@ -1,35 +1,35 @@ [ { "request" : { "method" : "put", - "uri" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-07", + "uri" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP", "headers" : { "Authorization" : "Basic QUFJOkFBSQ==", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", - "X-TransactionId" : "req-a0eb1dc2-626d-4b89-8c46-a6cb341d2810", + "X-TransactionId" : "req-0ebe379c-6ccd-4821-afaa-05e277ec3161", "Content-Type" : "application/json" }, "json" : { - "cloud-owner" : "CloudOwner", - "cloud-region-id" : "ONAP-POD-01-Rail-07", - "cloud-type" : "openstack", - "owner-defined-type" : "t1", - "cloud-region-version" : "titanium_cloud", - "complex-name" : "clli3", - "cloud-zone" : "CloudZone", + "cloud-owner" : "OCOMP", + "cloud-region-id" : "RegionOVP", + "cloud-type" : "OpenStack", + "owner-defined-type" : "ocomp", + "cloud-region-version" : "ocata", + "complex-name" : "ocomp-region", + "cloud-zone" : "az1", "sriov-automation" : "false", - "identity-url" : "url", - "cloud-extra-info" : "{\"openstack-region-id\":\"ONAP-POD-01-Rail-07\"}", + "identity-url" : "http://10.12.11.1:5000/v3", + "cloud-extra-info" : "{\"openstack-region-id\":\"RegionOVP\"}", "esr-system-info-list" : { "esr-system-info" : [ { - "esr-system-info-id" : "5c85ce1f-aa78-4ebf-8d6f-4b62773e9bce", + "esr-system-info-id" : "OCOMP", "service-url" : "http://10.12.11.1:5000/v3", - "user-name" : "cloud_username", - "password" : "cloud_password", + "user-name" : "admin", + "password" : "password", "system-type" : "VIM", "ssl-insecure" : "true", "cloud-domain" : "Default", - "default-tenant" : "Integration-HPA", + "default-tenant" : "ocomp", "system-status" : "active" } ] } @@ -39,4 +39,4 @@ "status" : 201, "json" : null } -} ] +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-create-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-create-schema-dublin-sample.yaml index 9948815e..51e747c7 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-create-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-create-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 name: cloud-create version: onap-dublin samples: sample1: name: cloud-create - input: -e 5c85ce1f-aa78-4ebf-8d6f-4b62773e9bce -b cloud_username -I {\"openstack-region-id\":\"ONAP-POD-01-Rail-07\"} -x CloudOwner -y ONAP-POD-01-Rail-07 -j cloud_password -w titanium_cloud -l Integration-HPA -url http://10.12.11.1:5000/v3 -n clli3 -q openstack -r t1 -Q VIM -i url -g CloudZone -z true -k active -c Default + input: --format json --username admin --complex-name ocomp-region --system-status active --ssl-insecure true --cloud-owner OCOMP --region-name RegionOVP --cloud-zone az1 --identity-url http://10.12.11.1:5000/v3 --system-type VIM --owner-type ocomp --cloud-domain Default --esr-id OCOMP --default-tenant ocomp --password password --service-url http://10.12.11.1:5000/v3 --cloud-type OpenStack --cloud-region-version ocata moco: cloud-create-schema-dublin-moco.json - output: + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-dublin-moco.json new file mode 100644 index 00000000..3d4c9222 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-dublin-moco.json @@ -0,0 +1,18 @@ +[ { + "request" : { + "method" : "delete", + "uri" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-30772fbf-3733-4fa8-a041-7810f1e212f1", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 204, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-dublin-sample.yaml new file mode 100644 index 00000000..05f49306 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-delete-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: cloud-delete +version: onap-dublin +samples: + sample1: + name: cloud-delete + input: --format json --resource-version 1567068896092 --region-name RegionOVP --cloud-name OCOMP + moco: cloud-delete-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-list-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-list-schema-dublin-moco.json new file mode 100644 index 00000000..a956ad36 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-list-schema-dublin-moco.json @@ -0,0 +1,63 @@ +[ { + "request" : { + "method" : "get", + "uri" : "/aai/v13/cloud-infrastructure/cloud-regions", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-66435ecc-bdd6-41ad-8ffe-e00f7b18064a", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 200, + "json" : { + "cloud-region" : [ { + "cloud-owner" : "CloudOwner", + "cloud-region-id" : "RegionOne", + "cloud-type" : "SharedNode", + "owner-defined-type" : "OwnerType", + "cloud-region-version" : "v1", + "cloud-zone" : "CloudZone", + "resource-version" : "1564455111890", + "relationship-list" : { + "relationship" : [ { + "related-to" : "complex", + "relationship-label" : "org.onap.relationships.inventory.LocatedIn", + "related-link" : "/aai/v13/cloud-infrastructure/complexes/complex/clli2", + "relationship-data" : [ { + "relationship-key" : "complex.physical-location-id", + "relationship-value" : "clli2" + } ] + } ] + } + }, { + "cloud-owner" : "OCOMP", + "cloud-region-id" : "RegionOVP", + "cloud-type" : "OpenStack", + "owner-defined-type" : "ocomp", + "cloud-region-version" : "ocata", + "identity-url" : "http://10.12.11.1:5000/v3", + "cloud-zone" : "az1", + "complex-name" : "ocomp-region", + "sriov-automation" : "false", + "cloud-extra-info" : "{\"openstack-region-id\":\"RegionOVP\"}", + "resource-version" : "1567068896092" + }, { + "cloud-owner" : "OCOMP", + "cloud-region-id" : "ONAP-POD-01-Rail-05", + "cloud-type" : "OpenStack", + "owner-defined-type" : "ocomp", + "cloud-region-version" : "ocata", + "identity-url" : "http://10.12.11.1:5000/v3", + "cloud-zone" : "az1", + "complex-name" : "ocomp-cloud-complex", + "sriov-automation" : "false", + "cloud-extra-info" : "{\"openstack-region-id\":\"ONAP-POD-01-Rail-05\"}", + "resource-version" : "1566891032056" + } ] + } + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-list-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-list-schema-dublin-sample.yaml new file mode 100644 index 00000000..69806c7e --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-list-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: cloud-list +version: onap-dublin +samples: + sample1: + name: cloud-list + input: --format json + moco: cloud-list-schema-dublin-moco.json + output: | + [{"cloud":"CloudOwner","resource-version":"1564455111890","region":"RegionOne"},{"cloud":"OCOMP","resource-version":"1567068896092","region":"RegionOVP"},{"cloud":"OCOMP","resource-version":"1566891032056","region":"ONAP-POD-01-Rail-05"}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-associate-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-associate-schema-dublin-moco.json index 33d6378d..5f27706e 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-associate-schema-dublin-moco.json +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-associate-schema-dublin-moco.json @@ -1,20 +1,20 @@ [ { "request" : { "method" : "put", - "uri" : "/aai/v14//aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-07/relationship-list/relationship", + "uri" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP/relationship-list/relationship", "headers" : { "Authorization" : "Basic QUFJOkFBSQ==", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", - "X-TransactionId" : "req-743a8d74-cb83-458b-ace3-05b10a169c0f", + "X-TransactionId" : "req-49188d12-6a2d-4e85-90db-c004e4d542b5", "Content-Type" : "application/json" }, "json" : { "related-to" : "complex", - "related-link" : "/aai/v11/cloud-infrastructure/complexes/complex/clli3", + "related-link" : "/aai/v11/cloud-infrastructure/complexes/complex/ocomp-region", "relationship-data" : [ { "relationship-key" : "complex.physical-location-id", - "relationship-value" : "clli3" + "relationship-value" : "ocomp-region" } ] } }, diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-associate-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-associate-schema-dublin-sample.yaml index d8f02401..7041668a 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-associate-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-associate-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - open_cli_sample_version: 1.0 - name: complex-associate - version: onap-dublin - samples: - sample1: - name: complex-associate - input: -x clli3 -y ONAP-POD-01-Rail-07 -z CloudOwner - moco: complex-associate-schema-dublin-moco.json - output:
\ No newline at end of file +open_cli_sample_version: 1.0 +name: complex-associate +version: onap-dublin +samples: + sample1: + name: complex-associate + input: --format json --cloud-region RegionOVP --cloud-owner OCOMP --complex-name ocomp-region + moco: complex-associate-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-dublin-moco.json index 350a02e0..3b4a94f5 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-dublin-moco.json +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-dublin-moco.json @@ -1,31 +1,31 @@ [ { "request" : { "method" : "put", - "uri" : "/aai/v14//aai/v14/cloud-infrastructure/complexes/complex/clli3", + "uri" : "/aai/v14/cloud-infrastructure/complexes/complex/ocomp-region", "headers" : { "Authorization" : "Basic QUFJOkFBSQ==", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", - "X-TransactionId" : "req-f84bd111-614f-4f6e-9bea-f076a8b63810", + "X-TransactionId" : "req-230ff595-12b3-480a-86c4-f5e3b1f8d5b0", "Content-Type" : "application/json" }, "json" : { - "physical-location-id" : "clli3", - "data-center-code" : "code6", - "complex-name" : "clli3", - "identity-url" : "url", + "physical-location-id" : "ocomp-region", + "data-center-code" : "ocomp", + "complex-name" : "ocomp-region", + "identity-url" : "http://10.12.11.1:5000/v3", "physical-location-type" : "phy_type", - "street1" : "street1", - "street2" : "street2", - "city" : "HIlls", - "state" : "CA", - "postal-code" : "88888", - "country" : "usa", - "region" : "region_val", - "latitude" : "10.2", - "longitude" : "30.8", - "elevation" : "elev", - "lata" : "lata" + "street1" : "ocomp-street1", + "street2" : "ocomp-street2", + "city" : "ocomp-city", + "state" : "ocomp-state", + "postal-code" : "001481", + "country" : "abc", + "region" : "onap", + "latitude" : "1.0", + "longitude" : "1.0", + "elevation" : "ocomp-elelation", + "lata" : "ocomp-lata" } }, "response" : { diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-dublin-sample.yaml index 044d5f6f..c748579b 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - open_cli_sample_version: 1.0 - name: complex-create - version: onap-dublin - samples: - sample1: - name: complex-create - input: -j street2 -r phy_type -x clli3 -y code6 -lt 10.2 -l region_val -i street1 -lo 30.8 -S CA -la lata -g HIlls -w 88888 -z clli3 -k usa -o elev -q url - moco: complex-create-schema-dublin-moco.json - output:
\ No newline at end of file +open_cli_sample_version: 1.0 +name: complex-create +version: onap-dublin +samples: + sample1: + name: complex-create + input: --format json --city ocomp-city --data-center-code ocomp --street1 ocomp-street1 --street2 ocomp-street2 --physical-location-id ocomp-region --identity-url http://10.12.11.1:5000/v3 --lata ocomp-lata --elevation ocomp-elelation --state ocomp-state --physical-location-type phy_type --longitude 1.0 --country abc --latitude 1.0 --complex-name ocomp-region --postal-code 001481 --region onap + moco: complex-create-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-delete-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-delete-schema-dublin-moco.json index f8b238b3..ccf4446e 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-delete-schema-dublin-moco.json +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-delete-schema-dublin-moco.json @@ -1,12 +1,12 @@ [ { "request" : { "method" : "delete", - "uri" : "/aai/v14//aai/v14/cloud-infrastructure/complexes/complex/clli3", + "uri" : "/aai/v14/cloud-infrastructure/complexes/complex/ocomp-region", "headers" : { "Authorization" : "Basic QUFJOkFBSQ==", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", - "X-TransactionId" : "req-26090fb4-0d07-4272-bced-b14574420451", + "X-TransactionId" : "req-b1e0cf51-157c-40f5-a966-157ba2c88655", "Content-Type" : "application/json" }, "json" : null diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-delete-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-delete-schema-dublin-sample.yaml index 7ba3c306..516d27c3 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-delete-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-delete-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - open_cli_sample_version: 1.0 - name: complex-delete - version: onap-dublin - samples: - sample1: - name: complex-delete - input: -x clli3 -y 1550771530582 - moco: complex-delete-schema-dublin-moco.json - output:
\ No newline at end of file +open_cli_sample_version: 1.0 +name: complex-delete +version: onap-dublin +samples: + sample1: + name: complex-delete + input: --format json --complex-name ocomp-region --resource-version 1567068618154 + moco: complex-delete-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-disassociate-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-disassociate-schema-dublin-moco.json new file mode 100644 index 00000000..5f102ff1 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-disassociate-schema-dublin-moco.json @@ -0,0 +1,25 @@ +[ { + "request" : { + "method" : "delete", + "uri" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP/relationship-list/relationship", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-26265a69-7c6c-4315-bddb-0e9548880b15", + "Content-Type" : "application/json" + }, + "json" : { + "related-to" : "complex", + "related-link" : "/aai/v11/cloud-infrastructure/complexes/complex/ocomp-region", + "relationship-data" : [ { + "relationship-key" : "complex.physical-location-id", + "relationship-value" : "ocomp-region" + } ] + } + }, + "response" : { + "status" : 204, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-disassociate-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-disassociate-schema-dublin-sample.yaml new file mode 100644 index 00000000..3bb86584 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-disassociate-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: complex-disassociate +version: onap-dublin +samples: + sample1: + name: complex-disassociate + input: --format json --complex-name ocomp-region --cloud-owner OCOMP --cloud-region RegionOVP + moco: complex-disassociate-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-list-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-list-schema-dublin-moco.json index 40a8d7f3..134e1ae0 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-list-schema-dublin-moco.json +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-list-schema-dublin-moco.json @@ -1,12 +1,12 @@ [ { "request" : { "method" : "get", - "uri" : "/aai/v14//aai/v14/cloud-infrastructure/complexes/", + "uri" : "/aai/v14/cloud-infrastructure/complexes/", "headers" : { "Authorization" : "Basic QUFJOkFBSQ==", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", - "X-TransactionId" : "req-6752433d-3b43-41a3-9547-9a58a9f0f8f5", + "X-TransactionId" : "req-6d8eccd5-8542-47b5-8f88-a6542e88a3ac", "Content-Type" : "application/json" }, "json" : null @@ -15,72 +15,27 @@ "status" : 200, "json" : { "complex" : [ { - "physical-location-id" : "clli1", - "data-center-code" : "example-data-center-code-val-5556", - "complex-name" : "clli1", - "identity-url" : "example-identity-url-val-56898", - "resource-version" : "1547842499867", - "physical-location-type" : "example-physical-location-type-val-7608", - "street1" : "example-street1-val-34205", - "street2" : "example-street2-val-99210", - "city" : "example-city-val-27150", - "state" : "example-state-val-59487", - "postal-code" : "00000", - "country" : "USA", - "region" : "example-region-val-13893", - "latitude" : "32.89948", - "longitude" : "97.045443", + "physical-location-id" : "clli2", + "data-center-code" : "example-data-center-code-val-6667", + "complex-name" : "clli2", + "identity-url" : "example-identity-url-val-28399", + "resource-version" : "1564454689109", + "physical-location-type" : "example-physical-location-type-val-28399", + "street1" : "example-street1-val-28399", + "street2" : "example-street2-val-28399", + "city" : "example-city-val-28399", + "state" : "example-state-val-28399", + "postal-code" : "example-postal-code-val-28399", + "country" : "example-country-val-28399", + "region" : "RegionOne", + "latitude" : "1111", + "longitude" : "2222", "elevation" : "example-elevation-val-28399", "lata" : "example-lata-val-28399", "relationship-list" : { "relationship" : [ { "related-to" : "cloud-region", "relationship-label" : "org.onap.relationships.inventory.LocatedIn", - "related-link" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-05", - "relationship-data" : [ { - "relationship-key" : "cloud-region.cloud-owner", - "relationship-value" : "CloudOwner" - }, { - "relationship-key" : "cloud-region.cloud-region-id", - "relationship-value" : "ONAP-POD-01-Rail-05" - } ], - "related-to-property" : [ { - "property-key" : "cloud-region.owner-defined-type", - "property-value" : "t1" - } ] - }, { - "related-to" : "cloud-region", - "relationship-label" : "org.onap.relationships.inventory.LocatedIn", - "related-link" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-04", - "relationship-data" : [ { - "relationship-key" : "cloud-region.cloud-owner", - "relationship-value" : "CloudOwner" - }, { - "relationship-key" : "cloud-region.cloud-region-id", - "relationship-value" : "ONAP-POD-01-Rail-04" - } ], - "related-to-property" : [ { - "property-key" : "cloud-region.owner-defined-type", - "property-value" : "t1" - } ] - }, { - "related-to" : "cloud-region", - "relationship-label" : "org.onap.relationships.inventory.LocatedIn", - "related-link" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-06", - "relationship-data" : [ { - "relationship-key" : "cloud-region.cloud-owner", - "relationship-value" : "CloudOwner" - }, { - "relationship-key" : "cloud-region.cloud-region-id", - "relationship-value" : "ONAP-POD-01-Rail-06" - } ], - "related-to-property" : [ { - "property-key" : "cloud-region.owner-defined-type", - "property-value" : "t1" - } ] - }, { - "related-to" : "cloud-region", - "relationship-label" : "org.onap.relationships.inventory.LocatedIn", "related-link" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne", "relationship-data" : [ { "relationship-key" : "cloud-region.cloud-owner", @@ -91,64 +46,28 @@ } ], "related-to-property" : [ { "property-key" : "cloud-region.owner-defined-type", - "property-value" : "t1" - } ] - } ] - } - }, { - "physical-location-id" : "clli2", - "data-center-code" : "code6", - "complex-name" : "clli2", - "identity-url" : "url", - "resource-version" : "1551206645488", - "physical-location-type" : "phy_type", - "street1" : "street1", - "street2" : "street2", - "city" : "HIlls", - "state" : "OR", - "postal-code" : "88889", - "country" : "ENG", - "region" : "region_val", - "latitude" : "100.2", - "longitude" : "30.8", - "elevation" : "elev", - "lata" : "lata", - "relationship-list" : { - "relationship" : [ { - "related-to" : "cloud-region", - "relationship-label" : "org.onap.relationships.inventory.LocatedIn", - "related-link" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-07", - "relationship-data" : [ { - "relationship-key" : "cloud-region.cloud-owner", - "relationship-value" : "CloudOwner" - }, { - "relationship-key" : "cloud-region.cloud-region-id", - "relationship-value" : "ONAP-POD-01-Rail-07" - } ], - "related-to-property" : [ { - "property-key" : "cloud-region.owner-defined-type", - "property-value" : "t1" + "property-value" : "OwnerType" } ] } ] } }, { - "physical-location-id" : "clli3", - "data-center-code" : "code6", - "complex-name" : "clli3", - "identity-url" : "url", - "resource-version" : "1552414833543", + "physical-location-id" : "ocomp-region", + "data-center-code" : "ocomp", + "complex-name" : "ocomp-region", + "identity-url" : "http://10.12.11.1:5000/v3", + "resource-version" : "1567068618154", "physical-location-type" : "phy_type", - "street1" : "street1", - "street2" : "street2", - "city" : "HIlls", - "state" : "CA", - "postal-code" : "88888", - "country" : "NIG", - "region" : "region_val", - "latitude" : "10.2", - "longitude" : "30.8", - "elevation" : "elev", - "lata" : "lata" + "street1" : "ocomp-street1", + "street2" : "ocomp-street2", + "city" : "ocomp-city", + "state" : "ocomp-state", + "postal-code" : "001481", + "country" : "abc", + "region" : "onap", + "latitude" : "1.0", + "longitude" : "1.0", + "elevation" : "ocomp-elelation", + "lata" : "ocomp-lata" } ] } } diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-list-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-list-schema-dublin-sample.yaml index c8320fd5..84a1febc 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-list-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-list-schema-dublin-sample.yaml @@ -1,31 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 name: complex-list version: onap-dublin samples: sample1: name: complex-list - input: + input: --format json moco: complex-list-schema-dublin-moco.json output: | - +--------------+------------------------------------+------------------+----------+--------------------------+----------+------------+------------------------------+ - |complex-name |data-center-code |resource-version |country |region |latitude |longitude |elevation | - +--------------+------------------------------------+------------------+----------+--------------------------+----------+------------+------------------------------+ - |clli1 |example-data-center-code-val-5556 |1547842499867 |USA |example-region-val-13893 |32.89948 |97.045443 |example-elevation-val-28399 | - +--------------+------------------------------------+------------------+----------+--------------------------+----------+------------+------------------------------+ - |clli2 |code6 |1551206645488 |ENG |region_val |100.2 |30.8 |elev | - +--------------+------------------------------------+------------------+----------+--------------------------+----------+------------+------------------------------+ - |clli3 |code6 |1552414833543 |NIG |region_val |10.2 |30.8 |elev | - +--------------+------------------------------------+------------------+----------+--------------------------+----------+------------+------------------------------+ + [{"elevation":"example-elevation-val-28399","complex-name":"clli2","country":"example-country-val-28399","resource-version":"1564454689109","latitude":"1111","data-center-code":"example-data-center-code-val-6667","region":"RegionOne","longitude":"2222"},{"elevation":"ocomp-elelation","complex-name":"ocomp-region","country":"abc","resource-version":"1567068618154","latitude":"1.0","data-center-code":"ocomp","region":"onap","longitude":"1.0"}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-create-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-create-schema-dublin-moco.json new file mode 100644 index 00000000..f8cb2c8b --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-create-schema-dublin-moco.json @@ -0,0 +1,21 @@ +[ { + "request" : { + "method" : "put", + "uri" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP/tenants/tenant/6fcac72c-a2cd-4d18-9f1d-09908ca08afe", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-300c4e32-4fb2-4fe8-b238-e3cb13c2a9d1", + "Content-Type" : "application/json" + }, + "json" : { + "tenant-id" : "6fcac72c-a2cd-4d18-9f1d-09908ca08afe", + "tenant-name" : "ocomp" + } + }, + "response" : { + "status" : 201, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-create-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-create-schema-dublin-sample.yaml new file mode 100644 index 00000000..7e1c543e --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-create-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: tenant-create +version: onap-dublin +samples: + sample1: + name: tenant-create + input: --format json --region RegionOVP --tenant-id 6fcac72c-a2cd-4d18-9f1d-09908ca08afe --cloud OCOMP --tenant-name ocomp + moco: tenant-create-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-delete-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-delete-schema-dublin-moco.json new file mode 100644 index 00000000..417976f5 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-delete-schema-dublin-moco.json @@ -0,0 +1,18 @@ +[ { + "request" : { + "method" : "delete", + "uri" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP/tenants/tenant/6fcac72c-a2cd-4d18-9f1d-09908ca08afe", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-22a79b24-0ed5-475c-9c5e-fed1d4461bb3", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 204, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-delete-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-delete-schema-dublin-sample.yaml new file mode 100644 index 00000000..1a21b00e --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-delete-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: tenant-delete +version: onap-dublin +samples: + sample1: + name: tenant-delete + input: --format json --region RegionOVP --resource-version 1567068676263 --cloud OCOMP --tenant-id 6fcac72c-a2cd-4d18-9f1d-09908ca08afe + moco: tenant-delete-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-list-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-list-schema-dublin-moco.json new file mode 100644 index 00000000..ea056231 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-list-schema-dublin-moco.json @@ -0,0 +1,24 @@ +[ { + "request" : { + "method" : "get", + "uri" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP/tenants", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-be21d4e6-6e82-4a13-a1fb-0a2c6766e3e4", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 200, + "json" : { + "tenant" : [ { + "tenant-id" : "6fcac72c-a2cd-4d18-9f1d-09908ca08afe", + "tenant-name" : "ocomp", + "resource-version" : "1567068676263" + } ] + } + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-list-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-list-schema-dublin-sample.yaml new file mode 100644 index 00000000..c264bd0c --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-list-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: tenant-list +version: onap-dublin +samples: + sample1: + name: tenant-list + input: --format json --region RegionOVP --cloud OCOMP + moco: tenant-list-schema-dublin-moco.json + output: | + [{"resource-version":"1567068676263","tenant-id":"6fcac72c-a2cd-4d18-9f1d-09908ca08afe","tenant-name":"ocomp"}] diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-schema/infra/cloud/cloud-create-schema-dublin.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-schema/infra/cloud/cloud-create-schema-dublin.yaml index ad56e529..d57a1b2b 100644 --- a/products/onap-dublin/features/aai/src/main/resources/open-cli-schema/infra/cloud/cloud-create-schema-dublin.yaml +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-schema/infra/cloud/cloud-create-schema-dublin.yaml @@ -41,7 +41,7 @@ parameters: short_option: q long_option: cloud-type is_optional: false - - name: owner-defined-type + - name: owner-type description: owner defined type type: string short_option: r @@ -77,14 +77,14 @@ parameters: short_option: S long_option: sriov-automation is_optional: true - default: false + default_value: false - name: identity-url description: Onap identity-url, updated by multicloud if multicloud is used type: string short_option: i long_option: identity-url is_optional: false - - name: esr-system-info-id + - name: esr-id description: id for esr system (arbitrary UUID e.g 5c85ce1f-aa78-4ebf-8d6f-4b62773e9bc8) type: uuid short_option: e @@ -96,11 +96,11 @@ parameters: short_option: url long_option: service-url is_optional: false - - name: user-name + - name: username description: cloud user name type: string short_option: b - long_option: user-name + long_option: username is_optional: false - name: password description: cloud password @@ -138,12 +138,6 @@ parameters: short_option: k long_option: system-status is_optional: false - - name: cloud-extra-info - description: extra info to register cloud , generally string with region id e.g {\"openstack-region-id\":\"region-id\"}, enter as {\\"openstack-region-id\\":\\"ONAP-POD-01-Rail-07\\"} with CLI - type: string - short_option: I - long_option: extra-info - is_optional: false http: service: @@ -156,19 +150,19 @@ http: "cloud-owner": "${cloud-owner}", "cloud-region-id": "${region-name}", "cloud-type": "${cloud-type}", - "owner-defined-type": "${owner-defined-type}", + "owner-defined-type": "${owner-type}", "cloud-region-version": "${cloud-region-version}", "complex-name":"${complex-name}", "cloud-zone": "${cloud-zone}", "sriov-automation": "${sriov-automation}", "identity-url": "${identity-url}", - "cloud-extra-info":"${cloud-extra-info}", + "cloud-extra-info":"{\"openstack-region-id\":\"${region-name}\"}", "esr-system-info-list": { "esr-system-info":[ { - "esr-system-info-id":"${esr-system-info-id}", + "esr-system-info-id":"${esr-id}", "service-url": "${service-url}", - "user-name":"${user-name}", + "user-name":"${username}", "password":"${password}", "system-type": "${system-type}", "ssl-insecure": "${ssl-insecure}", diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-disassociate-schema-dublin.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-disassociate-schema-dublin.yaml new file mode 100644 index 00000000..39480c00 --- /dev/null +++ b/products/onap-dublin/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-disassociate-schema-dublin.yaml @@ -0,0 +1,63 @@ +# Copyright © Intel Corporation 2019 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: complex-disassociate +description: Disassociate a cloud region with a cloud complex + +info: + product: onap-dublin + service: aai + author: Intel ONAP HPA integration team (itohan.ukponmwan@intel.com) + +parameters: + - name: complex-name + description: name of cloud complex + type: string + short_option: x + long_option: complex-name + is_optional: false + - name: cloud-region + description: name of registered cloud-region + type: string + short_option: y + long_option: cloud-region + is_optional: false + - name: cloud-owner + description: name of cloud-owner + type: string + short_option: z + long_option: cloud-owner + is_optional: false + +http: + service: + auth: basic + mode: direct + request: + uri: /aai/v14/cloud-infrastructure/cloud-regions/cloud-region/${cloud-owner}/${cloud-region}/relationship-list/relationship + method: DELETE + body: '{ + "related-to": "complex", + "related-link": "/aai/v11/cloud-infrastructure/complexes/complex/${complex-name}", + "relationship-data": [ + { + "relationship-key": "complex.physical-location-id", + "relationship-value": "${complex-name}" + }] + }' + success_codes: + - 200 + - 204 + - 404 diff --git a/products/onap-dublin/features/integration/src/main/resources/conf/onap-dublin-profile.json b/products/onap-dublin/features/integration/src/main/resources/conf/onap-dublin-profile.json new file mode 100644 index 00000000..24561762 --- /dev/null +++ b/products/onap-dublin/features/integration/src/main/resources/conf/onap-dublin-profile.json @@ -0,0 +1,69 @@ +[ { + "product" : "onap-dublin", + "name" : "sdc.catalog:host-username", + "value" : "cs0008" +}, { + "product" : "onap-dublin", + "name" : "sdc.catalog:service-model-test-accept:host-username", + "value" : "jm0007" +}, { + "product" : "onap-dublin", + "name" : "aai:host-url", + "value" : "https://159.138.8.8:30233" +}, { + "product" : "onap-dublin", + "name" : "sdc.catalog:host-url", + "value" : "http://159.138.8.8:30205" +}, { + "product" : "onap-dublin", + "name" : "sdc.catalog:service-model-add-artifact:host-username", + "value" : "ocomp" +}, { + "product" : "onap-dublin", + "name" : "sdc.catalog:vf-model-add-artifact:host-username", + "value" : "ocomp" +}, { + "product" : "onap-dublin", + "name" : "multicloud:host-url", + "value" : "https://159.138.8.8:30233" +}, { + "product" : "onap-dublin", + "name" : "sdc.onboarding:host-password", + "value" : "demo123456!" +}, { + "product" : "onap-dublin", + "name" : "sdc.onboarding:host-url", + "value" : "http://159.138.8.8:30280" +}, { + "product" : "onap-dublin", + "name" : "sdc.catalog:service-model-test-start:host-username", + "value" : "jm0007" +}, { + "product" : "onap-dublin", + "name" : "sdc.onboarding:host-username", + "value" : "cs0008" +}, { + "product" : "onap-dublin", + "name" : "aai:host-password", + "value" : "AAI" +}, { + "product" : "onap-dublin", + "name" : "sdc.catalog:service-model-approve:host-username", + "value" : "gv0001" +}, { + "product" : "onap-dublin", + "name" : "aai:host-username", + "value" : "AAI" +}, { + "product" : "onap-dublin", + "name" : "vfc:host-url", + "value" : "https://159.138.8.8:30233" +}, { + "product" : "onap-dublin", + "name" : "sdc.catalog:host-password", + "value" : "demo123456!" +}, { + "product" : "onap-dublin", + "name" : "sdc.catalog:service-model-distribute:host-username", + "value" : "op0001" +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/integration/src/main/resources/conf/ovp-tosca-vnf-provision.json b/products/onap-dublin/features/integration/src/main/resources/conf/ovp-tosca-vnf-provision.json deleted file mode 100644 index f3a5354e..00000000 --- a/products/onap-dublin/features/integration/src/main/resources/conf/ovp-tosca-vnf-provision.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "open_cli_product" : "onap-dublin", - "open_cli_home" : "/opt/vtp", - "aai_url" : "https://10.12.5.224:30233", - "aai_username" : "AAI", - "aai_password" : "AAI", - - "sdc_onboarding_url" : "http://10.43.89.129:8081", - "sdc_catalog_url" : "http://10.12.5.224:30205", - "sdc_password" : "demo123456!", - "sdc_creator" : "cs0008", - "sdc_tester" : "jm0007", - "sdc_governor" : "gv0001", - "sdc_operator" : "op0001", - "sdc_consumer" : "ocomp", - - "multicloud_url" : "http://10.12.5.224:30280", - - "//" : "#Parameters required to create cloud complex", - "complex_name" : "OVP-LCM", - "street1" : "street1", - "street2" : "street2", - "physical_location" : "phy_type", - "data_center_code" : "ocomp", - "latitude" : "32.89948", - "longitude" : "97.045443", - "lata" : "example-lata-val-28399", - "elevation" : "example-elevation-val-28399", - "region" : "northwest", - "state" : "oregon", - "city" : "hillsboro", - "postal-code" : "00000", - "country" : "USA", - "identity_url" : "http://10.12.11.1:5000/v3", - "service-model-name" : "usn", - "//" : "#Dictionary containing cloud regions and their Parameters", - - "cloud_region_data":{ - "ONAP-POD-01-Rail-05":{ - "cloud-region-version" : "titanium_cloud", - "esr-system-info-id":"5c85ce1f-aa78-4ebf-8d6f-4b62784e9bc7", - "service-url": "http://10.12.11.1:5000/v3", - "user-name":"${cloud-username}", - "password":"${cloud-password}", - "system-type": "VIM", - "ssl-insecure":true, - "cloud-domain":"Default", - "default-tenant":"Integration-HPA", - "tenant-id" : "709ba629fe194f8699b12f9d6ffd86a0", - "cloud-type" : "openstack", - "identity-url": "WillBeUpdatedByMultiCloud", - "system-status":"active" - } - }, - - "//" : "#Parameters to register cloud region", - "cloud-owner" : "CloudOwner", - "owner-defined-type" : "t1", - "cloud-zone" : "CloudZone", - - "service_name" : "USN", - "customer_name" : "ocomp", - "subscriber_name" : "ocomp", - - "//" : "Onboarding parameters", - "vendor-name" : "Huawei", - "entitlement-pool-name" : "ovp-pool", - "entitlement-description" : "ovp-pool", - "start-date" : "08/01/2019", - "expiry-date" : "12/31/2019", - "key-group-name" : "ovp-key", - "key-group-type" : "Universal", - "feature-grp-name" : "ovp-feature", - "feature-grp-desc" : "ovp-feature", - "part-no" : "ovp-part", - "agreement-name" : "ovp-agreement", - "agreement-desc" : "ovp-agreement", - - "onboarding-method" : "NetworkPackage", - - "//" : "Be sure to include single quotes in parameters that have spaces", - "project-code" : "000000", - "service-model-name" : "usn", - "service-model-desc" : "'usn service'", - "icon-id" : "network_l_1-3", - "category-display" : "'Network L1-3'", - "category" : "'network l1-3'", - - "service-test-remarks" : "ovp test", - "service-accept-remarks" : "accepted", - "service-approve-remarks" : "approved", - - "//" : "#Parameters to vfc", - "vfc-url": "http://10.12.5.224:30280", - "vnfs":{ - "usn":{ - "path": "/opt/vtp/data/usn.csar", - "csar-id": "You need change it", - "vsp-name" : "ovp-usn", - "vsp-desc" : "ovp usn", - "vsp-version" : "1.0", - "vf-name" : "ovp-vf", - "vf-description" : "ovp vf", - "vf-remarks" :"ovp test", - "vf-version" : "1.0", - "key": "key2", - "value": "value2" - } - }, - "ns":{ - "csar-id": "You need change it", - "key": "key1", - "value": "value1", - "path": "/opt/vtp/data/usn_service.csar", - "name": "ovp-usn" - }, - "location": "CloudOwner_ONAP-POD-01-Rail-05", - "vnfm_params":{ - "GVNFMDRIVER":{ - "type": "gvnfmdriver", - "vendor": "vfc", - "version": "v1.0", - "url": "http://msb-iag:80/", - "vim-id": "CloudOwner_ONAP-POD-01-Rail-05", - "user-name": "admin", - "user-password": "admin", - "vnfm-version": "v1.0" - }, - "HWVNFMDRIVER":{ - "type": "hwvnfmdriver", - "vendor": "vfc", - "version": "v1.0", - "url": "http://msb-iag:80/", - "vim-id": "CloudOwner_ONAP-POD-01-Rail-05", - "user-name": "admin", - "user-password": "admin", - "vnfm-version": "v1.0" - } - }, - "sdc-controller-id": "2" -} diff --git a/products/onap-dublin/features/integration/src/main/resources/conf/vnf-tosca-provision.json b/products/onap-dublin/features/integration/src/main/resources/conf/vnf-tosca-provision.json new file mode 100644 index 00000000..a944e373 --- /dev/null +++ b/products/onap-dublin/features/integration/src/main/resources/conf/vnf-tosca-provision.json @@ -0,0 +1,74 @@ +{ + "ONAP": { + "vlm_id" : null, + "vlm_version": null, + "entitlement_id": null, + "key_group_id": null, + "feature_group_id": null, + "agreement_id": null, + + "vsp_version": null, + "vsp_version_id": null, + "vsp_id": null, + + "vf_id": null, + "vf_uuid": null, + "vf_version": null, + "vf_inputs": null, + + "ns_id": null, + "ns_uuid": null, + "ns_version": null, + "ns_vf_resource_id": null, + + "customer_id": null, + "customer_version": null, + "service_type_id": null, + "service_type_version": null, + "subscription_version": null, + "location_id": null, + "location_version": null, + "cloud_version": null, + "cloud_id": null, + "esr_vnfm_id": null, + "esr_vnfm_version": null, + "tenant_id": null, + "tenant_version": null, + + "ns_instance_id": null + }, + "subscription": { + "customer-name": "ovp", + "service-type": "tosca_vnf_validation" + }, + "vnf": { + "vendor-name" : "vgw-vendor", + "name": "vgw", + "vsp-csar": "D:\\workspace\\onap\\1.1\\SOL001\\vCPE\\csar_files\\default\\vgw.csar", + "vnf-csar": "D:\\workspace\\onap\\1.1\\SOL001\\vCPE_VFC\\csar_files\\default\\vgw.csar", + "ns-csar": "D:\\workspace\\onap\\1.1\\SOL001\\vCPE_VFC\\csar_files\\default\\ns.csar", + "vnfm-driver": "hwvnfmdriver" + }, + "cloud": { + "identity-url": "http://10.12.11.1:5000/v3", + "username": "admin", + "password": "password", + "region": "RegionOVP", + "version": "ocata", + "tenant": "ocomp" + }, + "vnfm":{ + "hwvnfmdriver":{ + "version": "v1.0", + "url": "http://159.138.8.8:30280", + "username": "admin", + "password": "password" + }, + "gvnfmdriver":{ + "version": "v1.0", + "url": "http://159.138.8.8:30280", + "username": "admin", + "password": "password" + } + } +} diff --git a/products/onap-dublin/features/integration/src/main/resources/open-cli-sample/vnf-tosca-provision-dublin-schema-sample.yaml b/products/onap-dublin/features/integration/src/main/resources/open-cli-sample/vnf-tosca-provision-dublin-schema-sample.yaml new file mode 100644 index 00000000..46c98327 --- /dev/null +++ b/products/onap-dublin/features/integration/src/main/resources/open-cli-sample/vnf-tosca-provision-dublin-schema-sample.yaml @@ -0,0 +1,43 @@ +open_cli_sample_version: 1.0 +name: vnf-tosca-provision +version: onap-dublin +samples: + sample1: + name: vnf-tosca-provision + input: --mode checkup --vsp c:\Users\k00365106\Desktop\vtp\tosca-lcm\vgw.csar --vnf-csar c:\Users\k00365106\Desktop\vtp\tosca-lcm\vgw.csar --ns-csar c:\Users\k00365106\Desktop\vtp\tosca-lcm\vgw.csar --vnfm-driver hwvnfmdriver --timeout 800000 --vnf-name vgw12345678901 --vnf-vendor-name vnfvendor12345678901 --onap-objects D:\workspace\cli\deployment\zip\target\deployunzip\data\tmp\1234567890-1567065851687_result.json + moco: vnf-tosca-provision-dublin-schema-moco.json + output: | + +------------------+----------------------------------------------------+ + |property |value | + +------------------+----------------------------------------------------+ + |vnf-id | | + +------------------+----------------------------------------------------+ + |vnf-status | | + +------------------+----------------------------------------------------+ + |ns-id |null | + +------------------+----------------------------------------------------+ + |ns-status | | + +------------------+----------------------------------------------------+ + |vnfm-driver |hwvnfmdriver | + +------------------+----------------------------------------------------+ + |onap-objects |{"vf_inputs": null, "vlm_id": null, | + | |"esr_vnfm_version": null, "vlm_version": null, | + | |"vf_id": null, "ns_instance_id": null, | + | |"location_id": null, "service_type_version": | + | |null, "vsp_version": null, "vsp_id": null, | + | |"cloud_id": null, "key_group_id": null, | + | |"ns_version": null, "vf_uuid": null, | + | |"esr_vnfm_id": null, "tenant_version": null, | + | |"vsp_version_id": null, "customer_id": null, | + | |"entitlement_id": null, "service_type_id": null, | + | |"cloud_version": null, "agreement_id": null, | + | |"customer_version": null, "ns_vf_resource_id": | + | |null, "tenant_id": null, "ns_uuid": null, | + | |"vf_version": null, "location_version": null, | + | |"subscription_version": null, "feature_group_id": | + | |null, "ns_id": null}
| + +------------------+----------------------------------------------------+ + |vnf-vendor-name |vnfvendor12345678901 | + +------------------+----------------------------------------------------+ + |vnf-name |vgw12345678901 | + +------------------+----------------------------------------------------+ diff --git a/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/ovp-tosca-vnf-provision.yaml b/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/ovp-tosca-vnf-provision.yaml deleted file mode 100644 index 20c71ec6..00000000 --- a/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/ovp-tosca-vnf-provision.yaml +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 2019 Huawei Technologies Co., Ltd. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -open_cli_schema_version: 1.0 -name: tosca-vnf-provision -description: | - Provision TOSCA based VNF using ONAP. - More details: https://wiki.lfnetworking.org/display/LN/TOSCA+VNF+Validation+Planning - NOTE: Before using this command, configure the $OPEN_CLI_HOME/conf/ovp-tosca-vnf-provision.json - -info: - product: onap-dublin - service: vnf-validation - author: ONAP VTP Team onap-discuss@lists.onap.org - -parameters: - - name: config-json - description: Configuration file path - type: string - short_option: x - long_option: config-json - default_value: $s{env:OPEN_CLI_HOME}/conf/ovp-tosca-vnf-provision.json - is_optional: false - - name: vsp - description: Path to the ONAP vendor service product (VSP) for the VNF to provision - type: binary - short_option: y - long_option: vsp - is_optional: false - - name: vnf-csar - description: Path to the TOSCA CSAR for the VNF to provision - type: binary - short_option: r - long_option: vnf-csar - is_optional: false - - name: ns-csar - description: Path to the TOSCA CSAR for the NS service to provision - type: binary - short_option: b - long_option: ns-csar - is_optional: true - default: false - - name: vnfm-driver - description: VNFM driver to use - type: string - short_option: c - long_option: vnfm-driver - is_optional: false - -results: - direction: portrait - attributes: - - name: vnf-id - description: ONAP VNF instance id - scope: short - type: string - - name: vnf-status - description: Onap VNF status - scope: short - type: string - - name: ns-id - description: Onap NS service instance id - scope: short - type: string - - name: ns-status - description: Onap NS status - scope: short - type: string - - name: vnfm-driver - description: VNFM driver used - type: string - scope: short -cmd: - command: - - python $s{env:OPEN_CLI_HOME}/script/ovp-tosca-vnf-provision.py --result-json $s{tmp:result.json} --config-json ${config-json} --vsp ${vsp} --vnf-csar ${vnf-csar} --ns-csar ${ns-csar} --vnfm-driver ${vnfm-driver} - success_codes: - - 0 - working_directory: . - output: $s{tmp:result.json} - result_map: - vnf-id: $o{$.vnf_id} - vnf-status: $o{$.vnf_status} - ns-id: $o{$.ns_id} - ns-status: $o{$.ns_status} - vnfm-driver: ${vnfm-driver}
\ No newline at end of file diff --git a/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml b/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml new file mode 100644 index 00000000..e7c509a6 --- /dev/null +++ b/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml @@ -0,0 +1,210 @@ +# Copyright 2019 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: vnf-tosca-provision +description: | + ONAP TOSCA VNF validation using ONAP CLI and Open Command Platform (OCOMP) + + This command runs in 5 mode: + 1. setup: Create requires Vendor, Service Subscription and VNF cloud in ONAP + 2. standup: From the given VSP csar, VNF csar and NS csar, it creates VF Model, NS Model and NS service + 3. cleanup: Remove those entries provided in onap-objects parameter + 4. provision:Run setup -> standup + 5. validate: Run setup -> standup -> cleanup + + On every execution, it reports the ONAP managed object's ids in result onap-objects attribute. so + if requires, these attribute value could be passed in input parameter onap-objects on subsequent + executions to avoid recreation of these ONA managed objects + + prerequisites + ------------- + 1. Setup the OCOMP profile to configure the ONAP service URL and creadentials as given below + + a. Run command 'oclip' to go to OCOMP interactive mode + + b. Type 'use onap-dublin' to choose the onap-dublin product + + c. Type 'profile onap-dublin' to create or to use existing onap-dublin profile + + d. Set following entries: + set sdc.onboarding:host-url=https://159.138.8.8:30280 + set sdc.onboarding:host-username=cs0008 + set sdc.onboarding:host-password=demo123456! + set sdc.catalog:host-url=https://159.138.8.8:30205 + set sdc.catalog:host-password=demo123456\! + set sdc.catalog:host-username=cs0008 + set sdc.catalog:service-model-approve:host-username=gv0001 + set sdc.catalog:service-model-distribute:host-username=op0001 + set sdc.catalog:service-model-test-start:host-username=jm0007 + set sdc.catalog:service-model-test-accept:host-username=jm0007 + set sdc.catalog:service-model-add-artifact:host-username=ocomp + set sdc.catalog:vf-model-add-artifact:host-username=ocomp + set aai:host-url=https://159.138.8.8:30233 + set aai:host-username=AAI + set aai:host-password=AAI + set vfc:host-url=http://159.138.8.8:30280 + set multicloud:host-url=http://159.138.8.8:30280 + + NOTE: + By default, SDC onboarding service does not provide node port, which is available to access from external ONAP network. + so to enable for external access, register the SDC onboarding service into MSB and use MSB url for sdc.onboarding:host-url. + + oclip --product onap-dublin microservice-create --host-url http://159.138.8.8:30280 --service-name sdcob --service-version v1.0 --service-url /onboarding-api/v1.0 --path /onboarding-api/v1.0 --node-ip 172.16.1.0 --node-port 8081 + + oclip --product onap-dublin microservice-create --host-url http://159.138.8.8:30280 --service-name sdcobs --service-version v1.0 --service-url /onboarding-api/v1.0 --path /onboarding-api/v1.0 --node-ip 172.16.1.0 --node-port 8445 --enable-ssl + + Find out SDC onboarding service IP and port details as given here: + [root@onap-dublin-vfw-93996-50c1z ~]# kubectl get pods -n onap -o wide | grep sdc-onboarding-be + dev-sdc-sdc-onboarding-be-5564b877c8-vpwr5 2/2 Running 0 29d 172.16.1.0 192.168.2.163 <none> <none> + dev-sdc-sdc-onboarding-be-cassandra-init-mtvz6 0/1 Completed 0 29d 172.16.0.220 192.168.2.163 <none> <none> + [root@onap-dublin-vfw-93996-50c1z ~]# + + Note down the IP address for sdc-onboarding-be 172.16.1.0 + + [root@onap-dublin-vfw-93996-50c1z ~]# kubectl get services -n onap -o wide | grep sdc-onboarding-be + sdc-onboarding-be ClusterIP 10.247.198.92 <none> 8445/TCP,8081/TCP 29d app=sdc-onboarding-be,release=dev-sdc + [root@onap-dublin-vfw-93996-50c1z ~]# + + Note down the port for sdc-onboarding-be 8445 8081 + + Similarly, other service IP and Port could be discovered like above, in case not know earlier :) + + This profile would be used while running the command with ONAP setup configured in it, as below + oclip --profile onap-dublin vnf-tosca-provision ..... + + e. Verify these details once by typing 'set' + + f. Exit from the interactive console by typing 'exit' + + 2. Setup SDC consumer + oclip --product onap-dublin --profile onap-dublin sdc-consumer-create --consumer-name ocomp + + 3. Update the cloud and vnfm driver details in the configuration file $OPEN_CLI_HOME/conf/vnf-tosca-provision.json + +info: + product: onap-dublin + service: vnf-validation + author: ONAP VTP Team kanagaraj.manickam@huawei.com + +parameters: + - name: config-json + description: Configuration file path + type: string + short_option: x + long_option: config-json + default_value: $s{env:OPEN_CLI_HOME}/conf/vnf-tosca-provision.json + is_optional: false + - name: vsp + description: Path to the ONAP vendor service product (VSP) for the VNF to provision + type: binary + short_option: y + long_option: vsp + is_optional: false + - name: vnf-csar + description: Path to the TOSCA CSAR for the VNF to provision + type: binary + short_option: r + long_option: vnf-csar + is_optional: false + - name: ns-csar + description: Path to the TOSCA CSAR for the NS service to provision + type: binary + short_option: b + long_option: ns-csar + is_optional: true + default: false + - name: vnfm-driver + description: VNFM driver to use. One of gvnfmdriver or hwvnfmdriver + type: string + short_option: c + long_option: vnfm-driver + is_optional: false + - name: onap-objects + description: Existing ONAP object ids to use instead of creating them while running this task + type: json + short_option: Z + long_option: onap-objects + is_optional: true + default_value: {} + - name: mode + description: setup or standup or cleanup or provision or validate + type: string + short_option: Y + long_option: mode + is_optional: true + default_value: checkup + - name: vnf-name + description: VNF Name + type: string + short_option: A + long_option: vnf-name + is_optional: false + - name: vnf-vendor-name + description: VNF Vendor Name + type: string + short_option: B + long_option: vnf-vendor-name + is_optional: false +results: + direction: portrait + attributes: + - name: vnf-id + description: ONAP VNF instance id + scope: short + type: string + - name: vnf-status + description: Onap VNF status + scope: short + type: string + - name: ns-id + description: Onap NS service instance id + scope: short + type: string + - name: ns-status + description: Onap NS status + scope: short + type: string + - name: vnfm-driver + description: VNFM driver used + type: string + scope: short + - name: onap-objects + description: ONAP object used + type: json + scope: short + - name: vnf-vendor-name + description: VNF Vendor Name + type: string + scope: short + - name: vnf-name + description: VNF Name + type: string + scope: short +cmd: + command: + - python $s{env:OPEN_CLI_HOME}/script/vnf-tosca-provision.py --vendor-name ${vnf-vendor-name} --vnf-name ${vnf-name} --mode ${mode} --result-json $s{tmp:result.json:onap-objects} --conf ${config-json} --vsp ${vsp} --vnf-csar ${vnf-csar} --ns-csar ${ns-csar} --vnfm-driver ${vnfm-driver} + success_codes: + - 0 + working_directory: . + output: $s{tmp:result.json} + result_map: + vnf-id: $o{$.vnf_id} + vnf-status: $o{$.vnf_status} + ns-id: $o{$.ns_instance_id} + ns-status: $o{$.ns_instance_status} + vnfm-driver: ${vnfm-driver} + vnf-name: ${vnf-name} + vnf-vendor-name: ${vnf-vendor-name} + onap-objects: $o{$} diff --git a/products/onap-dublin/features/integration/src/main/resources/script/ovp-tosca-vnf-provision.py b/products/onap-dublin/features/integration/src/main/resources/script/ovp-tosca-vnf-provision.py deleted file mode 100644 index 2141e168..00000000 --- a/products/onap-dublin/features/integration/src/main/resources/script/ovp-tosca-vnf-provision.py +++ /dev/null @@ -1,452 +0,0 @@ -#!/usr/bin/python - -import json -import os -import time -import argparse -import sys -import requests - -def get_parameters(file): - parameters = json.load(file) - return parameters - -def get_out_helper(in_string): - out_list = (((in_string.replace('-','')).replace('|', '')).replace('+', '')).split() - return out_list - -def get_out_helper_2(in_string): - out_list = ((in_string.replace('|', '')).replace('+', '')).split() - return out_list - -def set_open_cli_env(parameters): - os.environ["OPEN_CLI_PRODUCT_IN_USE"] = parameters["open_cli_product"] - os.environ["OPEN_CLI_HOME"] = parameters["open_cli_home"] - -def create_complex(parameters): - complex_create_string = "oclip --request-id {} complex-create --debug -j {} -r {} -x {} -y {} -lt {} -l {} -i {} -lo {} \ - -S {} -la {} -g {} -w {} -z {} -k {} -o {} -q {} -m {} -u {} -p {}".format(request_id, parameters["street2"], \ - parameters["physical_location"], parameters["complex_name"], \ - parameters["data_center_code"], parameters["latitude"], parameters["region"], \ - parameters["street1"], parameters["longitude"], parameters["state"], \ - parameters["lata"], parameters["city"], parameters["postal-code"], \ - parameters["complex_name"], parameters["country"], parameters["elevation"], \ - parameters["identity_url"], parameters["aai_url"], parameters["aai_username"], \ - parameters["aai_password"]) - - os.system(complex_create_string) - -def create_vlm(parameters): - vlm_create_string = "oclip --request-id {} vlm-create --debug -x {} -u {} -p {} -m {}".format(request_id, parameters["vendor-name"], \ - parameters["sdc_creator"], parameters["sdc_password"], parameters["sdc_onboarding_url"]) - command_out = (os.popen(vlm_create_string)).read() - out_list = get_out_helper(command_out) - vlm_id = out_list[3] - vlm_version = out_list[5] - - entitlement_string = "oclip --request-id {} vlm-entitlement-pool-create --debug -x {} -y {} -e {} -z {} -k {} -g {} -l {} -u {} -p {} -m {}".format(request_id, \ - parameters["entitlement-pool-name"], vlm_id, vlm_version, parameters["entitlement-description"], parameters["vendor-name"], \ - parameters["expiry-date"], parameters["start-date"], parameters["sdc_creator"], parameters["sdc_password"], \ - parameters["sdc_onboarding_url"]) - command_out = (os.popen(entitlement_string)).read() - entitlement_id = (get_out_helper(command_out))[3] - - - key_group_string = "oclip --request-id {} vlm-key-group-create --debug -c {} -e {} -x {} -y {} -u {} -p {} -m {}".format(request_id, vlm_id, vlm_version, \ - parameters["key-group-name"], parameters["key-group-type"], parameters["sdc_creator"], parameters["sdc_password"], \ - parameters["sdc_onboarding_url"]) - command_out = (os.popen(key_group_string)).read() - key_group_id = (get_out_helper(command_out))[3] - - feature_group_string = "oclip --request-id {} vlm-feature-group-create --debug -x {} -y {} -e {} -z {} -g {} -b {} -c {} -u {} -p {} -m {}".format(request_id, - parameters["feature-grp-name"], vlm_id, vlm_version, parameters["feature-grp-desc"], key_group_id, entitlement_id, \ - parameters["part-no"], parameters["sdc_creator"], parameters["sdc_password"], parameters["sdc_onboarding_url"]) - command_out = (os.popen(feature_group_string)).read() - feature_group_id = (get_out_helper(command_out))[3] - - agreement_string = "oclip --request-id {} vlm-aggreement-create --debug -x {} -y {} -e {} -z {} -g {} -u {} -p {} -m {}".format(request_id, parameters["agreement-name"], \ - vlm_id, vlm_version, parameters["agreement-desc"], feature_group_id, parameters["sdc_creator"], parameters["sdc_password"], \ - parameters["sdc_onboarding_url"]) - command_out = (os.popen(agreement_string)).read() - agreement_id = (get_out_helper(command_out))[3] - - submit_string = "oclip --request-id {} vlm-submit --debug -x {} -y {} -u {} -p {} -m {}".format(request_id, vlm_id, vlm_version, parameters["sdc_creator"], \ - parameters["sdc_password"], parameters["sdc_onboarding_url"]) - os.system(submit_string) - - output = [feature_group_id, agreement_id, vlm_version, vlm_id ] - return output - -def create_vsp(parameters, in_list): - vnfs = parameters["vnf"] - vsp_dict = {} - for name, value in vnfs.iteritems(): - create_string = "oclip --request-id {} vsp-create --debug -j {} -o {} -e {} -x {} -y {} -i {} -c {} -g {} -u {} -p {} -m {}".format(request_id, in_list[0], \ - parameters["onboarding-method"], parameters["vendor-name" ], value.get("vsp-name"), value.get("vsp-desc"), in_list[1], \ - in_list[2], in_list[3], parameters["sdc_creator"], parameters["sdc_password"], parameters["sdc_onboarding_url"] ) - command_out = (os.popen(create_string)).read() - out_list = get_out_helper(command_out) - vsp_id = out_list[3] - vsp_version = out_list[5] - - os.system("oclip --request-id {} vsp-add-artifact --debug -x {} -y {} -z {} -u {} -p {} -m {}".format(request_id, vsp_id, vsp_version, value.get("path"), \ - parameters["sdc_creator"], parameters["sdc_password"], parameters["sdc_onboarding_url"])) - - os.system("oclip --request-id {} vsp-validate --debug -x {} -y {} -u {} -p {} -m {}".format(request_id, vsp_id, vsp_version, parameters["sdc_creator"], \ - parameters["sdc_password"], parameters["sdc_onboarding_url"])) - - os.system("oclip --request-id {} vsp-submit --debug -x {} -y {} -u {} -p {} -m {}".format(request_id, vsp_id, vsp_version, parameters["sdc_creator"], \ - parameters["sdc_password"], parameters["sdc_onboarding_url"])) - - os.system("oclip --request-id {} vsp-package --debug -x {} -y {} -u {} -p {} -m {}".format(request_id, vsp_id, vsp_version, parameters["sdc_creator"], \ - parameters["sdc_password"], parameters["sdc_onboarding_url"])) - - vsp_ids[name] = vsp_id - return vsp_ids - -def create_vf_model(parameters, vsp_dict): - vnfs = parameters["vnfs"] - vf_dict = {} - for name, value in vnfs.iteritems(): - create_string = "oclip --request-id {} vf-model-create --debug -y {} -g {} -x {} -z {} -b {} -u {} -p {} -m {}".format(request_id, value.get("vf-description"), \ - value.get("vsp-version"), value.get("vf-name"), parameters["vendor-name"], vsp_dict[name], \ - parameters["sdc_creator"], parameters["sdc_password"], parameters["sdc_catalog_url"]) - os.system(create_string) - - output = (os.popen("oclip --request-id {} vf-model-list --debug -m {} -u {} -p {} | grep {}".format(request_id, parameters["sdc_catalog_url"], \ - parameters["sdc_creator"], parameters["sdc_password"], value.get("vf-name")))).read() - output = (get_out_helper_2(output)) - - vf_unique_id = output[1] - - # checkout - output = (os.popen("oclip --request-id {} vf-model-checkout --debug --host-url {} --host-username {} --host-password {} --vf-model-uuid {} --format json".format(request_id, - parameters["sdc_catalog_url"], parameters["sdc_creator"], parameters["sdc_password"], vf_unique_id))).read() - vf_unique_id = (json.loads(output))['ID'] - - # add consumer, if already exist , just ignore, below command would fail simply !! - os.system("oclip --request-id {} sdc-consumer-create --debug --consumer-name {}".format(request_id, parameters["sdc_consumer"])) - - def get_vnf_name(vnf_csar_path): - return vnf_csar_path.replace("_"," ").replace(".", " ").replace("-"," ") - - # add artifact - os.system("oclip --request-id {} vf-model-add-artifact --debug --host-url {} --host-username {} --host-password {} --vf-model-uuid {} --artifact {} --artifact-name {}".format( - request_id, parameters["sdc_catalog_url"], parameters["sdc_consumer"], parameters["sdc_password"], vf_unique_id, vnf_csar, get_vnf_name(vnf_csar))) - - # check-in - os.system("oclip --request-id {} vf-model-checkin --debug --host-url {} --host-username {} --host-password {} --vf-model-uuid {}".format( - request_id, parameters["sdc_catalog_url"], parameters["sdc_creator"], parameters["sdc_password"], vf_unique_id)) - - os.system("oclip --request-id {} vf-model-certify --debug -b {} -r {} -u {} -p {} -m {}".format(vf_unique_id, value.get("vf-remarks"), \ - request_id, parameters["sdc_creator"], parameters["sdc_password"], parameters["sdc_catalog_url"])) - - #Check for new parameters after certification - output = (os.popen("oclip --request-id {} vf-model-list --debug -m {} -u {} -p {} | grep {}".format(request_id, parameters["sdc_catalog_url"], \ - parameters["sdc_creator"], parameters["sdc_password"], value.get("vf-name")))).read() - output = (get_out_helper_2(output)) - - vf_dict[name] = output[1] - - return vf_dict - - -def create_service_model(parameters, vf_dict): - vnfs = parameters["vnfs"] - - create_string = "oclip --request-id {} service-model-create --debug -z {} -y {} -e {} -x {} -c {} -b {} -u {} -p {} -m {} |grep ID".format(request_id, parameters["project-code"], \ - parameters["service-model-desc"], parameters["icon-id"], parameters["service-model-name"], parameters["category-display"], \ - parameters["category"],parameters["sdc_creator"], parameters["sdc_password"], parameters["sdc_catalog_url"]) - - service_model_id = (get_out_helper_2((os.popen(create_string)).read()))[1] - - # checkout - output = (os.popen("oclip --request-id {} service-model-checkout --debug --host-url {} --host-username {} --host-password {} --service-model-uuid {} --format json".format(request_id, - parameters["sdc_catalog_url"], parameters["sdc_creator"], parameters["sdc_password"], service_model_id))).read() - service_model_id = (json.loads(output))['ID'] - - # add consumer, if already exist , just ignore, below command would fail simply !! - os.system("oclip --request-id {} sdc-consumer-create - --debug -consumer-name {}".format(request_id, parameters["sdc_consumer"])) - - for name, value in vnfs.iteritems(): - output = (os.popen("oclip --request-id {} service-model-add-vf --debug -x {} -b {} -y {} -z {} -u {} -p {} -m {}".format(request_id, service_model_id, \ - parameters["vf-version"], vf_dict[name], value.get("vf-name"), parameters["sdc_creator"], \ - parameters["sdc_password"], parameters["sdc_catalog_url"] ))).read() - vf_unique_id = (json.loads(output))['ID'] - vf_uuid = (json.loads(output))['UUID'] - - def get_ns_name(ns_csar_path): - return vnf_csar_path.replace("_"," ").replace(".", " ").replace("-"," ") - - # add artifact - os.system("oclip --request-id {} service-model-add-artifact --debug --host-url {} --host-username {} --host-password {} --service-uniqueId {} --artifact {} --artifact-name {}".format( - request_id, parameters["sdc_catalog_url"], parameters["sdc_consumer"], parameters["sdc_password"], vf_unique_id, ns_csar, get_vnf_name(ns_csar))) - - # set properties - os.system("oclip --request-id {} service-model-set-property --debug --host-url {} --host-username {} --host-password {} --service-uniqueId {} --resource-uuid {} --resource-uniqueId {} --property-name nf_type --property-value {}".format( - request_id, parameters["sdc_catalog_url"], parameters["sdc_consumer"], parameters["sdc_password"], service_model_id , vf_unique_id, vf_uuid, vnfm_driver)) - - # check-in - os.system("oclip --request-id {} service-model-checkin --debug --host-url {} --host-username {} --host-password {} --service-model-uuid {}".format( - request_id, parameters["sdc_catalog_url"], parameters["sdc_creator"], parameters["sdc_password"], service_model_id)) - - - os.system("oclip --request-id {} service-model-test-request --debug -b {} -r {} -u {} -p {} -m {}".format(service_model_id, parameters["service-test-remarks"], \ - request_id, parameters["sdc_creator"], parameters["sdc_password"], parameters["sdc_catalog_url"])) - - os.system("oclip --request-id {} service-model-test-start --debug -b {} -u {} -p {} -m {}".format(service_model_id, parameters["sdc_tester"], \ - request_id, parameters["sdc_password"], parameters["sdc_catalog_url"])) - - os.system("oclip --request-id {} service-model-test-accept --debug -b {} -r {} -u {} -p {} -m {}".format(service_model_id, parameters["service-accept-remarks"], \ - request_id, parameters["sdc_tester"], parameters["sdc_password"], parameters["sdc_catalog_url"])) - - #Get uniqueId for the service model - service_model_values = (os.popen("oclip --request-id {} service-model-list --debug -u {} -p {} -m {} |grep {}".format(request_id, parameters["sdc_creator"], \ - parameters["sdc_password"], parameters["sdc_catalog_url"], parameters["service-model-name"]))).read() - service_model_values = get_out_helper_2(service_model_values) - service_model_uniqueId = (service_model_values)[1] - - os.system("oclip --request-id {} service-model-approve --debug -b {} -r {} -u {} -p {} -m {}".format(request_id, service_model_uniqueId, parameters["service-approve-remarks"], \ - parameters["sdc_governor"], parameters["sdc_password"], parameters["sdc_catalog_url"])) - - os.system("oclip --request-id {} service-model-distribute --debug -b {} -u {} -p {} -m {}".format(request_id, service_model_uniqueId, parameters["sdc_operator"], \ - parameters["sdc_password"], parameters["sdc_catalog_url"])) - - return service_model_values - -def register_cloud_helper(cloud_region, values, parameters): - #Create Cloud - cloud_create_string = 'oclip --request-id {} cloud-create --debug -e {} -b {} -I {{\\\\\\"openstack-region-id\\\\\\":\\\\\\"{}\\\\\\"}} \ - -x {} -y {} -j {} -w {} -l {} -url {} -n {} -q {} -r {} -Q {} -i {} -g {} -z {} -k {} -c {} -m {} -u {} -p {}'.format(request_id, - values.get("esr-system-info-id"), values.get("user-name"), cloud_region, parameters["cloud-owner"], \ - cloud_region, values.get("password"), values.get("cloud-region-version"), values.get("default-tenant"), \ - values.get("service-url"), parameters["complex_name"], values.get("cloud-type"), parameters["owner-defined-type"], \ - values.get("system-type"), values.get("identity-url"), parameters["cloud-zone"], values.get("ssl-insecure"), \ - values.get("system-status"), values.get("cloud-domain"), parameters["aai_url"], parameters["aai_username"], \ - parameters["aai_password"]) - - - os.system(cloud_create_string) - - #Associate Cloud with complex - complex_associate_string = "oclip --request-id {} complex-associate --debug -x {} -y {} -z {} -m {} -u {} -p {}".format(request_id, parameters["complex_name"], \ - cloud_region, parameters["cloud-owner"], parameters["aai_url"], parameters["aai_username"], parameters["aai_password"]) - os.system(complex_associate_string) - - #Register Cloud with Multicloud - multicloud_register_string = "oclip --request-id {} multicloud-register-cloud --debug -y {} -x {} -m {}".format(request_id, parameters["cloud-owner"], \ - cloud_region, parameters["multicloud_url"]) - os.system(multicloud_register_string) - -def register_all_clouds(parameters): - cloud_dictionary = parameters["cloud_region_data"] - for cloud_region, cloud_region_values in cloud_dictionary.iteritems(): - register_cloud_helper(cloud_region, cloud_region_values, parameters) - -def create_service_type(parameters): - create_string = "oclip --request-id {} service-type-create --debug -x {} -m {} -u {} -p {}".format(request_id, parameters["service_name"], \ - parameters["aai_url"], parameters["aai_username"], parameters["aai_password"]) - os.system(create_string) - -def create_customer(parameters): - create_string = "oclip --request-id {} customer-create --debug -x {} -y {} -m {} -u {} -p {}".format(request_id, parameters["customer_name"], \ - parameters["subscriber_name"], parameters["aai_url"], parameters["aai_username"], parameters["aai_password"]) - os.system(create_string) - -def add_customer_subscription(parameters): - subscription_check = 0 - for cloud_region, cloud_region_values in (parameters["cloud_region_data"]).iteritems(): - if subscription_check == 0 : - subscription_string = "oclip --request-id {} subscription-create --debug -x {} -c {} -z {} -e {} -y {} -r {} -m {} -u {} -p {}".format(request_id, \ - parameters["customer_name"], cloud_region_values.get("tenant-id"), parameters["cloud-owner"], parameters["service_name"],\ - cloud_region_values.get("default-tenant"), cloud_region, parameters["aai_url"], parameters["aai_username"], parameters["aai_password"] ) - else: - subscription_string = "oclip --request-id {} subscription-cloud-add --debug -x {} -c {} -z {} -e {} -y {} -r {} -m {} -u {} -p {}".format(request_id, \ - parameters["customer_name"], cloud_region_values.get("tenant-id"), parameters["cloud-owner"], parameters["service_name"],\ - cloud_region_values.get("default-tenant"), cloud_region, parameters["aai_url"], parameters["aai_username"], parameters["aai_password"] ) - os.system(subscription_string) - subscription_check+=1 - -def register_vnfm_helper(vnfm_key, values, parameters): - #Create vnfm - vnfm_create_string = 'oclip --request-id {} vnfm-create --debug -b {} -c {} -e {} -v {} -g {} -x {} -i {} -j {} -q {} \ - -m {} -u {} -p {}'.format(request_id, vnfm_key, values.get("type"), values.get("vendor"), \ - values.get("version"), values.get("url"), values.get("vim-id"), \ - values.get("user-name"), values.get("user-password"), values.get("vnfm-version"), \ - parameters["aai_url"], parameters["aai_username"], parameters["aai_password"]) - - os.system(vnfm_create_string) - -def register_vnfm(parameters): - vnfm_params = parameters["vnfm_params"] - for vnfm_key, vnfm_values in vnfm_params.iteritems(): - register_vnfm_helper(vnfm_key, vnfm_values, parameters) - - -def onboard_vnf(parameters): - vnfs = parameters["vnfs"] - vnf_onboard_outputs = {} - - for key, value in vnfs.items(): - vnf_onboard_string = 'oclip --request-id {} vfc-catalog-onboard-vnf --debug -c {}'.format(request_id, value.get("csar-id")) - vnf_onboard_outs[key] = (os.popen(ns_onboard_string)).read() - return vnf_onboard_outputs - -def onboard_ns(parameters): - ns_onboard_string = 'oclip --request-id {} vfc-catalog-onboard-ns --debug -c {}'.format(request_id, parameters["ns-csar-id"]) - ns_onboard_out = (os.popen(ns_onboard_string)).read() - return ns_onboard_out - -def create_ns(parameters, csar_id): - ns = parameters["ns"] - ns_create_string = 'oclip --request-id {} vfc-nslcm-create --debug -m {} -c {} -n {} -q {} -S {}'.format(request_id, parameters["vfc-url"], \ - csar_id, ns.get("name"), parameters["customer_name"], parameters["service_name"]) - print (ns_create_string) - - ns_create_out = (os.popen(ns_create_string)).read() - - print (ns_create_out) - - ns_instance_id = (get_out_helper_2(ns_create_out))[3] - - return ns_instance_id - -def instantiate_ns(parameters, ns_instance_id): - ns_instantiate_string = 'oclip --request-id {} vfc-nslcm-instantiate --debug -m {} -i {} -c {} -n {}'.format(request_id, parameters["vfc-url"], \ - ns_instance_id, parameters["location"], parameters["sdc-controller-id"]) - print (ns_instantiate_string) - - ns_instantiate_out = (os.popen(ns_instantiate_string)).read() - return ns_instantiate_out - -def create_ns_package(parameters): - ns = parameters["ns"] - create_ns_string = 'oclip --request-id {} vfc-catalog-create-ns --debug -m {} -c {} -e {}'.format(request_id, parameters["vfc-url"], \ - ns.get("key"), ns.get("value")) - cmd_out = (os.popen(create_ns_string)).read() - out_list = get_out_helper_2(cmd_out) - return out_list[4] - -def create_vnf_package(parameters): - vnfs = parameters["vnfs"] - outputs = {} - - for vnf_key, vnf_values in vnfs.iteritems(): - create_vnf_string = 'oclip --request-id {} vfc-catalog-create-vnf --debug -m {} -c {} -e {}'.format(request_id, parameters["vfc-url"], \ - vnf_values.get("key"), vnf_values.get("value")) - cmd_out = (os.popen(create_vnf_string)).read() - out_list = get_out_helper_2(cmd_out) - outputs[vnf_key] = out_list[4] - - return outputs - -def provision_vnf(): - - result_json = {} - result_json['vnf_id'] = '' - result_json['vnf_status'] = '' - result_json['ns_id'] = '' - result_json['ns_status'] = '' - - def _provision(): - # 1.Setup cloud and service - #setup cloud and region - create_complex(parameters) - register_all_clouds(parameters) - - # setup subscription and customer - create_service_type(parameters) - create_customer(parameters) - add_customer_subscription(parameters) - - # setup vnfm - register_vnfm(parameters) - - # Setup License - vlm_output = create_vlm(parameters) - print "vlm parameters={}".format(vlm_output) - - # 2. on-board VSP - vsp_id = create_vsp(parameters, vlm_output) - print "vsp id={}".format(vsp_id) - - # 3. model VF - vf_model_dict = create_vf_model(parameters, vsp_id) - print "vf model parameters={}".format(vf_model_dict) - vf_id = vf_model_dict["vf_id"] - vf_unique_id = vf_model_dict["vf_unique_id"] - - # 4. model NS and 5. Approve and distribute - service_model_list = create_service_model(parameters, vf_unique_id) - print "service model parameters={}".format(service_model_list) - - # 6. onboard VNF - vnf_onboard_output = onboard_vnf(parameters) - print vnf_onboard_output - - # 7. onboard NS - ns_onboard_out = onboard_ns(parameters) - print ns_onboard_out - - #TODO is create vnf and ns pacakge required ?? - # 8. create NS - ns_instance_id = create_ns(parameters, ns_package_output) - print ns_instance_id - - instantiate_ns_output = instantiate_ns(parameters, ns_instance_id) - print instantiate_ns_output - - _provision() - - return result_json - -def persist_result(result_path, result): - f = open(result_json_path, "w") - - result_json = {} - result_json['vnf_id'] = result['vnf_id'] - result_json['vnf_status'] = result['vnf_status'] - result_json['ns_id'] = result['ns_id'] - result_json['ns_status'] = result['ns_status'] - - f.write(json.dumps(result_json)) - - print result_json - - f.close() - -#Main -parser = argparse.ArgumentParser() -parser.add_argument('--config-json', action='store', dest='config_file_path', help='Config file path') -parser.add_argument('--vsp', action='store', dest='vsp', help='ONAP VSP') -parser.add_argument('--vnf-csar', action='store', dest='vnf_csar', help='VNF CSAR') -parser.add_argument('--ns-csar', action='store', dest='ns_csar', help='NS CSAR') -parser.add_argument('--vnfm-driver', action='store', dest='vnfm_driver', help='gVNFM or hwVNFM') -parser.add_argument('--result-json', action='store', dest='result_json_path', help='Output result json') -parser.add_argument('--request-id', action='store', dest='request_id', help='Request Id to track') - -#Retrive the params -args = parser.parse_args() -print args - -config_file = open(args.config_file_path) -vsp = args.vsp -vnf_csar = args.vnf_csar -ns_csar = args.ns_csar -vnfm_driver = args.vnfm_driver -result_json_path = args.result_json_path - -if args.request_id is None: - request_id = os.environ["OPEN_CLI_REQUEST_ID"] -else: - request_id = args.request_id - -# setup CLI -parameters = get_parameters(config_file) -set_open_cli_env(parameters) - -output = provision_vnf() - -persist_result(result_json_path, output) - -print "Provision is completed !"
\ No newline at end of file diff --git a/products/onap-dublin/features/integration/src/main/resources/script/vnf-tosca-provision.py b/products/onap-dublin/features/integration/src/main/resources/script/vnf-tosca-provision.py new file mode 100644 index 00000000..d412fa66 --- /dev/null +++ b/products/onap-dublin/features/integration/src/main/resources/script/vnf-tosca-provision.py @@ -0,0 +1,749 @@ +#!/usr/bin/python +# Copyright 2019 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import json +import os +import argparse +import sys +import uuid +import subprocess +import platform +import datetime +from argparse import RawTextHelpFormatter + +if platform.system() == 'Windows': + CMD_NAME = 'oclip.cmd' +else: + CMD_NAME = 'oclip.sh' + +class OcompException(Exception): + def __init__(self, code, message): + super(OcompException, self).__init__() + self.code = code; + self.message = message; + +class OCOMP: + def __init__(self, + request_id = os.environ.get('OPEN_CLI_REQUEST_ID'), + debug = False, + format = 'json', + product = os.environ.get('OPEN_CLI_PRODUCT_IN_USE'), + profile = os.environ.get('OPEN_CLI_PROFILE')): + if not request_id: + request_id = str(uuid.uuid4()) + self.request_id = request_id + self.debug = debug + self.format = format + self.product = product + self.profile = profile + + def __str__(self): + return str(vars(self)) + + def __repr__(self): + return str(self) + + @staticmethod + def version(): + return os.popen('{} --version'.format(CMD_NAME)).read() + + def run(self, command, params={}, product=None, profile=None, request_id=None): + CMD = [CMD_NAME] + + if not request_id: + request_id = self.request_id + + if request_id: + CMD.append('--request-id') + CMD.append(request_id) + + if not product: + product = self.product + + if product: + CMD.append('--product') + CMD.append(product) + + if not profile: + profile = self.profile + + if profile: + CMD.append('--profile') + CMD.append(profile) + + CMD.append(command) + + if self.debug: + CMD.append('--debug') + + CMD.append('--format') + CMD.append(self.format) + + for name, value in params.items(): + CMD.append('--{}'.format(name)) + CMD.append(value) + + cmd_string = ' '.join(CMD) + print (cmd_string) + + try: + res = subprocess.Popen(CMD, stdout=subprocess.PIPE) + res.wait() + result = res.stdout.read().strip() + print (res.returncode, result) + + if res.returncode != 0:# and res.returncode != 1: + raise OcompException(9999, result) + if result: + return json.loads(result) + else: + return {} + except OSError as e: + sys.stderr.write(str(e)) + msg = 'failed to executed the command {}'.format(cmd_string) + print (msg) + raise OcompException(9999, msg) + +class ONAP: + def __init__(self, + product, + profile, + conf, + request_id, + debug = False): + self.conf = conf + self.ocomp = OCOMP(request_id, debug, product=product, profile=profile) + self.preload() + self.tag = 'Powered by Open Command Platform - OCOMP' + + def preload(self): + if self.conf['ONAP']: + for attr in self.conf['ONAP']: + setattr(self, attr, self.conf['ONAP'][attr]) + + def create_vlm(self): + submit = False + + if not self.vlm_id and not self.vlm_version: + output = self.ocomp.run(command='vlm-create', + params={'vendor-name': self.conf['vnf']['vendor-name'], + 'description': self.tag}) + + self.vlm_id = output['id'] + self.vlm_version = output['version'] + submit = True + + if not self.entitlement_id: + output = self.ocomp.run(command='vlm-entitlement-pool-create', + params={'name': '{} Entitlement Pool'.format(self.conf['vnf']['vendor-name']), + 'vlm-id': self.vlm_id, + 'vlm-version': self.vlm_version, + 'manufacture-reference-number': 'OCOMP', + 'start-date': datetime.datetime.strftime(datetime.datetime.today(),'%m/%d/%Y'), + 'expiry-date': datetime.datetime.strftime(datetime.datetime.today() + datetime.timedelta(1),'%m/%d/%Y')}) + self.entitlement_id = output['id'] + submit = True + + if not self.key_group_id: + output = self.ocomp.run(command='vlm-key-group-create', + params={'name': '{} Key goroup'.format(self.conf['vnf']['vendor-name']), + 'vlm-id': self.vlm_id, + 'vlm-version': self.vlm_version, + 'type': 'Universal'}) + + self.key_group_id = output['id'] + submit = True + + if not self.feature_group_id: + output = self.ocomp.run(command='vlm-feature-group-create', + params={'name': '{} Feature group'.format(self.conf['vnf']['vendor-name']), + 'vlm-id': self.vlm_id, + 'vlm-version': self.vlm_version, + 'vlm-key-group-id': self.key_group_id, + 'vlm-entitle-pool-id': self.entitlement_id, + 'part-number': '100000'}) + + self.feature_group_id = output['id'] + submit = True + + if not self.agreement_id: + output = self.ocomp.run(command='vlm-aggreement-create', + params={'name': '{} Agreement'.format(self.conf['vnf']['vendor-name']), + 'vlm-id': self.vlm_id, + 'vlm-version': self.vlm_version, + 'vlm-feature-group-id': self.feature_group_id}) + + self.agreement_id = output['id'] + submit = True + + if submit: + self.ocomp.run(command='vlm-submit', + params={'vlm-id': self.vlm_id, + 'vlm-version': self.vlm_version}) + + def create_vsp(self): + if not self.vsp_id and not self.vsp_version and not self.vsp_version_id: + output = self.ocomp.run(command='vsp-create', + params={'vlm-id': self.vlm_id, + 'vlm-version': self.vlm_version, + 'vlm-vendor': self.conf['vnf']['vendor-name'], + 'vsp-name': self.conf['vnf']['name'], + 'vsp-description': self.tag, + 'vlm-agreement-id': self.agreement_id, + 'vlm-feature-group-id': self.feature_group_id}) + self.vsp_id = output['id'] + self.vsp_version_id = output['version-id'] + self.vsp_version = output['version'] + + self.ocomp.run(command='vsp-add-artifact', + params={'vsp-id': self.vsp_id, + 'vsp-version': self.vsp_version_id, + 'vsp-file': self.conf['vnf']['vsp-csar']}) + + output = self.ocomp.run(command='vsp-validate', + params={'vsp-id': self.vsp_id, + 'vsp-version': self.vsp_version_id}) + if not output['status'] == "Success": + raise Exception("Invalid VSP package, please check it compliance using VTP") + + self.ocomp.run(command='vsp-commit', + params={'vsp-id': self.vsp_id, + 'vsp-version': self.vsp_version_id, + 'remarks': self.tag}) + + self.ocomp.run(command='vsp-submit', + params={'vsp-id': self.vsp_id, + 'vsp-version': self.vsp_version_id}) + + self.ocomp.run(command='vsp-package', + params={'vsp-id': self.vsp_id, + 'vsp-version': self.vsp_version_id}) + + def create_vf_model(self): + if not self.vf_id and not self.vf_version: + output = self.ocomp.run(command='vf-model-create', + params={'name': '{} Vnf'.format(self.conf['vnf']['name']), + 'vendor-name': self.conf['vnf']['vendor-name'], +# 'vsp-id': self.vsp_id, +# 'vsp-version': self.vsp_version, # TODO: SDC fails to add VSP, check it + 'description': self.tag}) + + vf_id = output['id'] + inputs = output['inputs'].replace('[', '').replace(']', '').split(',') + # add artifact + self.ocomp.run(command='vf-model-add-artifact', + params={'vf-id': vf_id, + 'remarks': self.tag, + 'artifact': self.conf['vnf']['vnf-csar'], + 'artifact-name': 'tosca csar'}) + + output = self.ocomp.run(command='vf-model-certify', + params={'vf-id': vf_id, + 'remarks': self.tag}) + self.vf_id = output['id'] + self.vf_version = output['version'] + self.vf_uuid = output['uuid'] + self.vf_inputs = inputs + + def create_service_model(self): + if not self.ns_id and not self.ns_version: + output = self.ocomp.run(command='service-model-create', + params={'service-name': '{} Service'.format(self.conf['vnf']['name']), + 'description': self.tag, + 'project-code': 'OCOMP', + 'category': 'network l1-3', + 'category-display-name': 'Network L1-3', + 'icon-id': 'network_l_1-3'}) + ns_id = output['id'] + + if not self.ns_vf_resource_id: + output = self.ocomp.run(command='service-model-add-vf', + params={'service-id': ns_id, + 'vf-id': self.vf_id, + 'vf-version': self.vf_version, + 'vf-name': self.conf['vnf']['name']}) + self.ns_vf_resource_id = output['id'] + + # add artifact + self.ocomp.run(command='service-model-add-artifact', + params={'service-id': ns_id, + 'remarks': self.tag, + 'artifact': self.conf['vnf']['ns-csar'], + 'artifact-name': 'tosca csar'}) + #set property vnfmdriver + for input in self.vf_inputs: + if input.endswith('.nf_type'): + tkns = input.strip().split('.') + input_uuid = tkns[0] + self.ocomp.run(command='service-model-set-property', + params={'service-id': ns_id, + 'vf-id': self.vf_id, + 'vf-resource-id': self.ns_vf_resource_id, + 'property-name': 'nf_type', + 'property-value': self.conf['vnf']['vnfm-driver'], + 'input-uuid': input_uuid}) + break + + self.ocomp.run(command='service-model-test-request', + params={'service-id': ns_id, + 'remarks': self.tag}) + + self.ocomp.run(command='service-model-test-start', + params={'service-id': ns_id}) + + output = self.ocomp.run(command='service-model-test-accept', + params={'service-id': ns_id, + 'remarks': self.tag}) + self.ns_id = output['id'] + self.ns_version = output['version'] + self.ns_uuid = output['uuid'] + + self.ocomp.run(command='service-model-approve', + params={'service-id': self.ns_id, + 'remarks': self.tag}) + + self.ocomp.run(command='service-model-distribute', + params={'service-id': self.ns_id}) + + def setup_cloud_and_subscription(self): + associate = False + if not self.location_id and not self.location_version: + location_id = 'ocomp-region-{}'.format(self.ocomp.request_id) + self.ocomp.run(command='complex-create', + params={'physical-location-id': location_id, + 'data-center-code': 'ocomp', + 'complex-name': location_id, + 'identity-url': self.conf['cloud']['identity-url'], + 'physical-location-type': 'phy_type', + 'street1': 'ocomp-street1', + 'street2': 'ocomp-street2', + 'city': 'ocomp-city', + 'state': 'ocomp-state', + 'postal-code': '001481', + 'country': 'abc', + 'longitude': '1.0', + 'latitude': '1.0', + 'region': 'onap', + 'elevation': 'ocomp-elelation', + 'lata': 'ocomp-lata'}) + self.location_id = location_id + associate = True + + output = self.ocomp.run(command='complex-list') + + for location in output: + if location['complex-name'] == self.location_id: + self.location_version = location['resource-version'] + break + + if not self.cloud_id and not self.cloud_version: + cloud_id = 'OCOMP-{}'.format(self.ocomp.request_id) + self.ocomp.run(command='cloud-create', + params={'region-name': self.conf['cloud']['region'], + 'complex-name': self.location_id, + 'identity-url': self.conf['cloud']['identity-url'], + 'cloud-owner': cloud_id, + 'cloud-type': 'OpenStack', + 'owner-type': 'ocomp', + 'cloud-region-version': self.conf['cloud']['version'], + 'cloud-zone': 'az1', + 'esr-id': cloud_id, + 'service-url': self.conf['cloud']['identity-url'], + 'username': self.conf['cloud']['username'], + 'password': self.conf['cloud']['password'], + 'system-type': 'VIM', + 'ssl-insecure': 'true', + 'cloud-domain': 'Default', + 'default-tenant': self.conf['cloud']['tenant'], + 'system-status': "active"}) + self.cloud_id = cloud_id + associate = True + + output = self.ocomp.run(command='cloud-list') + + for cloud in output: + if cloud['cloud'] == self.cloud_id: + self.cloud_version = cloud['resource-version'] + break + + if associate: + self.ocomp.run(command='complex-associate', + params={'complex-name': self.location_id, + 'cloud-region': self.conf['cloud']['region'], + 'cloud-owner': self.cloud_id}) + + subscribe = False + if not self.service_type_id and not self.service_type_version: + service_type_id = '{}-{}'.format(self.conf['subscription']['service-type'], self.ocomp.request_id) + self.ocomp.run(command='service-type-create', + params={'service-type': service_type_id, + 'service-type-id': service_type_id}) + self.service_type_id = service_type_id + subscribe = True + + output = self.ocomp.run(command='service-type-list') + + for st in output: + if st['service-type'] == self.service_type_id: + self.service_type_version = st['resource-version'] + break + + if not self.customer_id and not self.customer_version: + customer_id = '{}-{}'.format(self.conf['subscription']['customer-name'], self.ocomp.request_id) + self.ocomp.run(command='customer-create', + params={'customer-name': customer_id, + 'subscriber-name': customer_id}) + self.customer_id = customer_id + subscribe = True + + output = self.ocomp.run(command='customer-list') + + for customer in output: + if customer['name'] == self.customer_id: + self.customer_version = customer['resource-version'] + break + + if not self.tenant_id and not self.tenant_version: + tenant_id = str(uuid.uuid4()) + self.ocomp.run(command='tenant-create', + params={'tenant-name': self.conf['cloud']['tenant'], + 'tenant-id': tenant_id, + 'cloud':self.cloud_id, + 'region': self.conf['cloud']['region']}) + self.tenant_id = tenant_id + subscribe = True + + output = self.ocomp.run(command='tenant-list', params={ + 'cloud': self.cloud_id, + 'region': self.conf['cloud']['region'] + }) + + for tenant in output: + if tenant['tenant-id'] == self.tenant_id: + self.tenant_version = tenant['resource-version'] + break + + if subscribe: + self.ocomp.run(command='subscription-create', + params={'customer-name': self.customer_id, + 'cloud-owner': self.cloud_id, + 'cloud-region': self.conf['cloud']['region'], + 'cloud-tenant-id': self.tenant_id, + 'service-type': self.service_type_id, + 'tenant-name': self.conf['cloud']['tenant']}) + + if not self.subscription_version: + output = self.ocomp.run(command='subscription-list', params={ + 'customer-name': self.customer_id + }) + + for subscription in output: + if subscription['service-type'] == self.service_type_id: + self.subscription_version = subscription['resource-version'] + break + + if not self.esr_vnfm_id and not self.esr_vnfm_version: + vnfmdriver = self.conf['vnf']['vnfm-driver'] + + esr_vnfm_id = str(uuid.uuid4()) + self.ocomp.run(command='vnfm-create', + params={'vim-id': self.cloud_id, + 'vnfm-id': esr_vnfm_id, + 'name': 'OCOMP {}'.format(vnfmdriver), + 'type': vnfmdriver, + 'vendor': self.conf['vnf']['vendor-name'], + 'vnfm-version': self.conf['vnfm'][vnfmdriver]['version'], + 'url': self.conf['vnfm'][vnfmdriver]['url'], + 'username': self.conf['vnfm'][vnfmdriver]['username'] , + 'password': self.conf['vnfm'][vnfmdriver]['password']}) + self.esr_vnfm_id = esr_vnfm_id + + output = self.ocomp.run(command='vnfm-list') + + for vnfm in output: + if vnfm['vnfm-id'] == self.esr_vnfm_id: + self.esr_vnfm_version = vnfm['resource-version'] + break + +# self.ocomp.run(command='multicloud-register-cloud', +# params={'cloud-region': self.conf['cloud']['region'], +# 'cloud-owner': self.cloud_id}) + + def create_vnf(self): + self.ocomp.run(command='vfc-catalog-onboard-vnf', + params={'vnf-csar-uuid': self.vf_uuid}) + + self.ocomp.run(command='vfc-catalog-onboard-ns', + params={'ns-csar-uuid': self.ns_uuid}) + + output = self.ocomp.run(command='vfc-nslcm-create', + params={'ns-csar-uuid': self.ns_uuid, + 'ns-csar-name': '{} Service'.format(self.conf['vnf']['name']), + 'customer-name': self.customer_id, + 'service-type': self.service_type_id}) + + self.ns_instance_id = output['ns-instance-id'] + + vnfmdriver = self.conf['vnf']['vnfm-driver'] + self.ocomp.run(command='vfc-nslcm-instantiate', + params={'ns-instance-id': self.ns_instance_id, + 'location': self.cloud_id, + 'sdn-controller-id': self.esr_vnfm_id}) + + def vnf_status_check(self): + self.vnf_status = 'active' + self.ns_instance_status = 'active' + + def cleanup(self): + if self.ns_instance_id: + self.ocomp.run(command='vfc-nslcm-delete', + params={'ns-instance-id': self.ns_instance_id}) + self.ns_instance_id = None + + if self.ns_id: + self.ocomp.run(command='service-model-archive', + params={'service-id': self.ns_id}) + self.ns_id = self.ns_uuid = self.ns_version = self.ns_vf_resource_id = None + + if self.vf_id: + self.ocomp.run(command='vf-model-archive', + params={'vf-id': self.vf_id}) + self.vf_id = self.vf_uuid = self.vf_inputs = self.vf_version = None + + if self.vsp_id: + self.ocomp.run(command='vsp-archive', + params={'vsp-id': self.vsp_id}) + self.vsp_id = self.vsp_version_id = self.vsp_version = None + + if self.vlm_id: + self.ocomp.run(command='vlm-archive', + params={'vlm-id': self.vlm_id}) + self.vlm_id = self.vlm_version = self.entitlement_id = self.key_group_id = self.feature_group_id = self.agreement_id = None + + if self.subscription_version and self.customer_id and self.service_type_id: + self.ocomp.run(command='subscription-delete', + params={'customer-name': self.customer_id, + 'service-type': self.service_type_id, + 'resource-version': self.subscription_version}) + self.subscription_version = None + + if self.customer_id and self.customer_version: + self.ocomp.run(command='customer-delete', + params={'customer-id': self.customer_id, + 'resource-version': self.customer_version}) + self.customer_id = self.customer_version = None + + if self.service_type_id and self.service_type_version: + output = self.ocomp.run(command='service-type-list') + + for st in output: + if st['service-type-id'] == self.service_type_id: + self.service_type_version = st['resource-version'] + break + + self.ocomp.run(command='service-type-delete', + params={'service-type-id': self.service_type_id, + 'resource-version': self.service_type_version}) + self.service_type_id = self.service_type_version = None + + if self.tenant_id and self.tenant_version: + self.ocomp.run(command='tenant-delete', + params={'cloud': self.cloud_id, + 'region': self.conf['cloud']['region'], + 'tenant-id': self.tenant_id, + 'resource-version': self.tenant_version}) + self.tenant_id = self.tenant_version = None + + if self.cloud_id and self.location_id: + self.ocomp.run(command='complex-disassociate', + params={'cloud-owner': self.cloud_id, + 'cloud-region': self.conf['cloud']['region'], + 'complex-name': self.location_id}) + + if self.cloud_id and self.cloud_version: + output = self.ocomp.run(command='cloud-list') + + for c in output: + if c['cloud'] == self.cloud_id and c['region'] == self.conf['cloud']['region']: + self.cloud_version = c['resource-version'] + break + + self.ocomp.run(command='cloud-delete', + params={'cloud-name': self.cloud_id, + 'region-name': self.conf['cloud']['region'], + 'resource-version': self.cloud_version}) + self.cloud_id = self.cloud_version = None + + if self.location_id and self.location_version: + self.ocomp.run(command='complex-delete', + params={'complex-name': self.location_id, + 'resource-version': self.location_version}) + self.location_id = self.location_version = None + + if self.esr_vnfm_id and self.esr_vnfm_version: + self.ocomp.run(command='vnfm-delete', + params={'vnfm-id': self.esr_vnfm_id, + 'resource-version': self.esr_vnfm_version}) + self.esr_vnfm_id = self.esr_vnfm_version = None + + def __str__(self): + return str(vars(self)) + +#Main +if __name__ == '__main__': + parser = argparse.ArgumentParser(description="ONAP TOSCA VNF validation using ONAP CLI and Open Command Platform (OCOMP)", formatter_class=RawTextHelpFormatter) + parser.add_argument('--product', action='store', dest='product', help='OCOMP product to use, default to onap-dublin', + default=os.environ.get('OPEN_CLI_PRODUCT_IN_USE')) + parser.add_argument('--profile', action='store', dest='profile', help='OCOMP profile to use, default to onap-dublin', + default=os.environ.get('OPEN_CLI_PROFILE')) + parser.add_argument('--request-id', action='store', dest='request_id', + help='Request Id to track the progress of running this script', + default=os.environ.get('OPEN_CLI_REQUEST_ID')) + parser.add_argument('--conf', action='store', dest='config_file_path', help='Configuration file path') + parser.add_argument('--vsp', action='store', dest='vsp', help='ONAP VSP file path') + parser.add_argument('--vnf-csar', action='store', dest='vnf_csar', help='TOSCA VNF CSAR file path') + parser.add_argument('--ns-csar', action='store', dest='ns_csar', help='TOSCA VNF CSAR file path') + parser.add_argument('--vnfm-driver', action='store', dest='vnfm_driver', help='VNFM dirver type one of gvnfmdriver or hwvnfmdriver', + choices=('gvnfmdriver', 'hwvnfmdriver')) + parser.add_argument('--vnf-name', action='store', dest='vnf_name', help='VNF Name') + parser.add_argument('--vendor-name', action='store', dest='vendor_name', help='VNF Vendor name') + parser.add_argument('--result-json', action='store', dest='result', help='Result json file. ' \ + '\nInstead of creating new ONAP objects while running this script \nand to use the existing ONAP object Ids, '\ + 'use this \nresult json parameter. Object Id names are provided in configuration \nfile under ONAP section') + parser.add_argument('--mode', action='store', dest='mode', help='Supports 5 mode.'\ + '\nsetup - Create the required VLM, service type, cloud, customer and \nsubscription as given in conf file' \ + '\nstandup - Create the VSP, VF Model, Service Model and provision\n the service using VFC'\ + '\ncleanup - Remove the ONAP objects which are either created during \nsetup and standup phase or provided by the user in result-json file ' \ + '\nCAUTION: If required, do not provide the existing ONAP object ids \nin result-json while doing the cleanup, to avoid them getting deleted.'\ + '\ncheckup - Check the deployment weather OCOMP is working properly or not' \ + '\nprovision - Run thru setup -> standup' \ + '\nvalidate - run thru setup -> standup -> cleanup modes for end to end vnf validation', + choices=('setup', 'standup', 'cleanup', 'checkup', 'provision', 'validate')) + + args = parser.parse_args() + print (args) + + if not args.product: + product = 'onap-dublin' + else: + product = args.product + + if not args.profile: + profile = 'onap-dublin' + else: + profile = args.profile + + request_id = args.request_id + if not request_id: + request_id = str(uuid.uuid4()) + vsp_csar = args.vsp + vnf_csar = args.vnf_csar + ns_csar = args.ns_csar + if args.mode: + mode = args.mode + else: + mode = 'checkup' + + if args.vnfm_driver: + vnfm_driver = args.vnfm_driver + else: + vnfm_driver = 'gvnfmdriver' + + if args.vnf_name: + vnf_name = args.vnf_name + else: + vnf_name = None + + if args.vendor_name: + vendor_name = args.vendor_name + else: + vendor_name = None + + conf = {} + config_file = args.config_file_path + with open(config_file) as json_file: + conf = json.load(json_file) + if vsp_csar: + conf['vnf']['vsp-csar'] = vsp_csar + if vnf_csar: + conf['vnf']['vnf-csar'] = vnf_csar + if ns_csar: + conf['vnf']['ns-csar'] = vnf_csar + if vnf_name: + conf['vnf']['name'] = vnf_name + conf['vnf']['name'] = '{}{}'.format(conf['vnf']['name'], request_id).replace("-", "").replace("_", "") + if vnf_name: + conf['vnf']['vendor-name'] = vendor_name + conf['vnf']['vendor-name'] = '{}-{}'.format(conf['vnf']['vendor-name'], request_id) + + + if args.result: + result_file = args.result + with open(result_file) as r_file: + result_json = json.load(r_file) + for r in result_json: + if r in conf['ONAP']: + conf['ONAP'][r] = result_json[r] + else: + result_file = None + + print (OCOMP.version()) + + onap = ONAP(product, profile, conf, request_id) + + def _setup(): + onap.create_vlm() + onap.setup_cloud_and_subscription() + + def _standup(): + onap.create_vsp() + onap.create_vf_model() + onap.create_service_model() + onap.create_vnf() + onap.vnf_status_check() + + def _cleanup(): + onap.cleanup() + + try: + if mode == 'setup': + _setup() + elif mode == 'standup': + _standup() + elif mode == 'cleanup': + _cleanup() + elif mode == 'checkup': + onap.ocomp.product = 'open-cli' + onap.ocomp.run(command='schema-list', params={'product': 'open-cli'}) + elif mode == 'provision': + _setup() + _standup() + elif mode == 'validate': + _setup() + _standup() + _cleanup() + + print ('Done') + finally: + onap_result = json.dumps(onap, default=lambda x: x.__dict__) + print(onap_result) + + if result_file: + #Remove conf and ocomp from the onap object + for attr in ['ocomp', 'tag', 'conf']: + delattr(onap, attr) + + with open(result_file, "w") as f: + f.write(json.dumps(onap, default=lambda x: x.__dict__))
\ No newline at end of file diff --git a/products/onap-dublin/features/msb/src/main/resources/open-cli-schema/microservice-create-schema.yaml b/products/onap-dublin/features/msb/src/main/resources/open-cli-schema/microservice-create-schema.yaml index 461872a7..c36e1575 100644 --- a/products/onap-dublin/features/msb/src/main/resources/open-cli-schema/microservice-create-schema.yaml +++ b/products/onap-dublin/features/msb/src/main/resources/open-cli-schema/microservice-create-schema.yaml @@ -46,7 +46,7 @@ parameters: short_option: b long_option: enable-ssl is_optional: true - default: false + default_value: false - name: path description: Onap service path type: string @@ -56,12 +56,21 @@ parameters: - name: node-ip description: Onap service running node IP type: string + long_option: node-ip + short_option: X + is_optional: false - name: node-port description: Onap service running node port type: string + long_option: node-port + short_option: Y + is_optional: false - name: create-or-update description: Onap service create or update type: bool + long_option: create-or-update + short_option: Z + is_optional: true default_value: true results: direction: portrait diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-artifact-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-artifact-schema-dublin-moco.json new file mode 100644 index 00000000..95f9e90f --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-artifact-schema-dublin-moco.json @@ -0,0 +1,59 @@ +[ { + "request" : { + "method" : "post", + "uri" : "/sdc2/rest/v1/catalog/services/58620731-40a9-4f8e-95db-ef9fc478a705/artifacts", + "headers" : { + "Authorization" : "Basic b2NvbXA6ZGVtbzEyMzQ1NiE=", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-366cd68f-1cce-44e5-944d-bdcdb53475dc", + "Content-MD5" : "NjM3ZjNlMTllYjAxMWNiNDQ4ZTZjNDYwMGI4NzEwODQ=", + "Content-Type" : "application/json" + }, + "json" : { } + }, + "response" : { + "status" : 200, + "json" : { + "payloadData" : "VUVzREJCUUFBQUFBQUoxd2RrMEFBQUFBQUFBQUFBQUFBQUFLQUFBQVFYSjBhV1poWTNSekwxQkxBd1FVQUFBQUFBQ2RjSFpOQUFBQUFBQUFBQUFBQUFBQUZRQUFBRUZ5ZEdsbVlXTjBjeTlFWlhCc2IzbHRaVzUwTDFCTEF3UVVBQUFBQUFDcWNIWk5BQUFBQUFBQUFBQUFBQUFBR3dBQUFFRnlkR2xtWVdOMGN5OUVaWEJzYjNsdFpXNTBMMDlVU0VWU0wxQkxBd1FVQUFBQUNBQXprM1JOOTAxTUNENEJBQUI5QVFBQUtnQUFBRUZ5ZEdsbVlXTjBjeTlFWlhCc2IzbHRaVzUwTDA5VVNFVlNMMkYxZEdodmNtbDZaV1JmYTJWNWN4WEl5WGFDTUFCQTBYMi9vbnRPRHdvcXNFd1FGRWNvbGtCMkRLRklHQ1Joek5lM3Z0MjduQmRmak1lZjREK28za1JzcnBkVXNkNjdCeDZBYndiZS9qRHYvRE1EZ3luV2dYNCtrQkVQaFBKTGhsb1huZHlkVUpsaVlPMVJ1NEYxTDYrUzVqb3U4YmtDZys5WlpjMFJRMURGL01xd2xKK2dyMng3Ym95NUtUazlFVjVjeUFVelJrYnJhVGEvdDV0TG9tOWVMWkw0bzNXSnZYdHVDWTQwSkpYb2xGOWkyN2RuSTFQRzEwWVFMdWYzNnFIZXhzZ01rMFpXdll3dFhudW90TUIyOUpiVWVIa0Y2WlBpMEtwT2hKeC9RWkQ1VThQRTBQVjN1YStUTUFYRVQ2SXhLT2xUWDZZbzVlZ2FYQ1AwZzRwQ1drTUFkelJzSHR4Qm5XRGR5czNIUmRMWGFELzF6NDUzZFdhb3gwZ3ZyQlZQSVF0dGlJWG55eURLSFJ0VzFtRGZza3NxMHFMcHl3U3ZHaTJyOXlIVnhiRTNjWFNqR3AwU25jb2ZmMUJMQXdRVUFBQUFDQUF6azNSTnZKTWNGZ01GQUFDUEJnQUFJUUFBQUVGeWRHbG1ZV04wY3k5RVpYQnNiM2x0Wlc1MEwwOVVTRVZTTDJsa1gzSnpZVzJWdFJLa0FBQkRlNzdpZXVZR3QrSUszSjNGT2xoOEYzZSsvcVMrdENueUppbnk4Njg0VVZhdEg1N1AvbkE4TldRRDhZY3VKdjhjd0ZSVmNXSlZqbVYxbm5WRjlsckxUenVmUnIweVljVTN3NExtdzJUd1dEZ0xTQnVBSzBNeVIxVENSSWQ0d3ZnNE8vRGNBdlpackRwOHZRdVN1RkRYMWFKRjBORnF1TjNYdHVlNWsyUG4wUnJ4Q3N0amhXZFFUaExhYXJxZnN1UlJ5TmFCVERvV2tSU3dwaHozdUk5czVCaVJOcjdSNXRXOHE3aFl5TkxFRmdkN3BoZno1Q2o3UlFtSWdaV00vdWpjVkNLZUR6aTZNdlh2T1l6VlNRNHZ6WStIZG1TbCtMVnFKRTNOUzNCUWFZOWdyUExwVVFOSkNQVXdWMWt4cEU0S1pPa3JqUWxRYmE3TGxwTkV3QlF2elN0SmJnSkcwY2RoaFRWdEpQT2lUME5WWEtpamVwYWhzQmx5dWRFYkZvOVRWbTdPVFQwRGFJTFl4MHhNVGFrRVJRc054TklhSVJ6em90dytFbEtiTUdWSWMwNVZZRjJXWThjL1pZdUU3aU5zdTI5eFh6NkNBMlIramdmRzhWNmFqbTZFWmc4WWRMdXUzdVZEc0hTMFNFWlh4NXNFL29oakZDZXRZNGlaNDhhWnV2LzRDdTRsNEJ0QWp2UTROalJlNWtjZ2lTZDlPSEN0cHdyWldGaXdDak1vOUdPYldmOVFYdmdtRnZnRDVwb3VGZzUrVEJQT3A1RUxNTmpCTTIyR0I2dXFHZGF3MHNyNTRDaElmVVhSSzFjOVNWbTA2T1RoVWI0Z2pSMGVVdlN3TEhNQ3lla2V3bVA4QlNpNTJNd1hqb29oaVlEMHdKNmxhM1dSZnBYc0cyMXFVS0ZIZW80MEU4bjBHdzZHT1NJL2UyRW4zcDJvVXd3dkdndXNyWWdxNXlHd1NDOFVoRWtQV3dyeEZ6d053UnQ2N3lsSGM2NEdkeGFpeGZtaXlYbTBUcHdWVitQU24xUzc1cmNOUktyZEhhTEkxNG5JMG5pc2gxam1MSUdJYXR4S0hNK3pFb3hsT2lGSVZNc0pYbzl3Tzllc0V5NEZkbDJvQytmVkFGRGtaUnVmQllWM05iYkt3SVJTaGF1UWRNdnEyRk12TWFheUdsZlBOZWVIZmpqSjNxRnJTeGJxNGF5UDF2VDhPZ09mMUN5dWlzNm5IYVpGNm1PNkdtb2VBV1UzSnFGNDMwaDllWEJYZEJtdFBBVGlqZmhvNTlBMFVwOS94TENURThDQm9PbWErWW9wd1F2K1pXak1hU3ZyVEhvVlJWdFhGVGN2UUlXckRqNkNYbk5CbDN2UG5QWmlrN0dDeWRvNFBUTEFxcVkzcUd0UVJzdE01YmpoYWRhY0t0Q1ByUXpSdWtpOWljMmZqbWlhaFhXTGJhWnNrVUtlT25QZzdSYVJRTVozSUYyeGpDcjlleC9iYjZFbzBoelQ5Qmo3eVJwOHE1QStCaFI3VGFmeC9vZDh4aTIvYzNXNTBJVnJ3RklwYXVjRFBBL3hvVXdaaTBabkY4VkgyUjJlTENhYTV3VVRWNzh6cHlMYW5zVlFFcm5iemRWOHJxOHV5clcxOVNkZmNSdXRBNGloV0FxRlA2Tk9qL0ZKL0hiTUh3d0x0TU9BMDdBTGgwTkRycDc5WmEyc1FzZWd3U1RRcmJSSGVrdkxFbmNZZ1FKTGFoaXczbGpMMDYxVXhJWVY3SW8yLzdkbHJrUlg1QnJTZE5qTE93Wm44K1lxTHVBYlA0QzFub2xlY2RteFBnTHNBNGpWQXhXOXdXNTV2THRnSnA0K0gyZVJjbWJ0SWs1S090MzBWUG85VlplUCtaRzgxU2FNZUJzcURkd0NIaThiYU81clk3NWRER2NhNU9PTkxKSU5CWkh4QzdwRnBjMGJzeFN0Rk1VTEFqb1o0VS9zRkdvaHJackpveW5QeWVzcUF6eHdVeXluenRXdVlPcEhnZ25jbEhaTldqTEpZTmRGaC92ZVpKMVp0cjc4Q3Nzd1AwMFNSTHZ0Tkh3OXBlOC9Zd3dzaVZGZG5DZDBINDIyaHJFQUJ3L1NmRzlPTXNqWEV0Rk14VlJhZWZBRFRRZlhaZzY1ZlVqbXp6eVRJVUNvR1Zza2dPRFNLeVFNQlZwa1AwODEwNjlTNXJaaUpFNkY4VlRvd2Q3QitkdC9YL2kzcjF0N2I3Yzc2TGZ6MXkvZzUxK0psdkQvdS9rTlVFc0RCQlFBQUFBSUFET1RkRTMzVFV3SVBnRUFBSDBCQUFBbEFBQUFRWEowYVdaaFkzUnpMMFJsY0d4dmVXMWxiblF2VDFSSVJWSXZhV1JmY25OaExuQjFZaFhJeVhhQ01BQkEwWDIvb250T0R3b3FzRXdRRkVjb2xrQjJES0ZJR0NSaHpOZTN2dDI3bkJkZmpNZWY0RCtvM2tSc3JwZFVzZDY3Qng2QWJ3YmUvakR2L0RNRGd5bldnWDQra0JFUGhQSkxobG9YbmR5ZFVKbGlZTzFSdTRGMUw2K1M1am91OGJrQ2crOVpaYzBSUTFERi9NcXdsSitncjJ4N2JveTVLVGs5RVY1Y3lBVXpSa2JyYVRhL3Q1dExvbTllTFpMNG8zV0p2WHR1Q1k0MEpKWG9sRjlpMjdkbkkxUEcxMFlRTHVmMzZxSGV4c2dNazBaV3ZZd3RYbnVvdE1CMjlKYlVlSGtGNlpQaTBLcE9oSngvUVpENVU4UEUwUFYzdWErVE1BWEVUNkl4S09sVFg2WW81ZWdhWENQMGc0cENXa01BZHpSc0h0eEJuV0RkeXMzSFJkTFhhRC8xejQ1M2RXYW94MGd2ckJWUElRdHRpSVhueXlES0hSdFcxbURmc2tzcTBxTHB5d1N2R2kycjl5SFZ4YkUzY1hTakdwMFNuY29mZjFCTEF3UUtBQUFBQUFBemszUk4yWnZCYmcwQUFBQU5BQUFBSndBQUFFRnlkR2xtWVdOMGN5OUVaWEJzYjNsdFpXNTBMMDlVU0VWU0wzVmlkVzUwZFY4eE5pNHdOSFZpZFc1MGRWOHhOaTR3TkFwUVN3TUVGQUFBQUFBQW5YQjJUUUFBQUFBQUFBQUFBQUFBQUF3QUFBQkVaV1pwYm1sMGFXOXVjeTlRU3dNRUZBQUFBQWdBT0lsMlRZU2ZzUW01REFBQWtqVUFBQ1FBQUFCRVpXWnBibWwwYVc5dWN5OU5ZV2x1VTJWeWRtbGpaVlJsYlhCc1lYUmxMbmxoYld6dFczbHYyellVLzc5QXZ3Tm5EK3VHekpidDNCNnl3WEdTMWxzT04zYWRveWcwV2FKc3hyb2lTbktjcnZ2c2V5UjFXbklpZDBjeG9OcUFKdVM3eVBjaitkNGo0OWxVVldRTjY4UWlIckV0S2dmWXBmQkRHNGt1U2t6SHdQSkNNUTI1S1RkZXZqQ3hwMmlLcDdSZnZrREl3OUNyZUZpMkZCTzNVZER0SDh2QlpKN3VTZ1JXbXZWR0pkT2wrTjdVZHR2SXRoVG41UXNOVTlVbERqTWpMZXJsQ3pEQmRqM0tOZFk0c2F5WmRXWVN0TUQzOG9Wbk83WmhUeFp5SkpyVFVuOU1QZUw1VEtKc0tvNURyQW1YQXA5bGExajJGZzRPQjFwbkRiUnU2VUY5ZEg0aWFCelhkckRyRWN5WitCZlphTHN5MGRwb1UxZVZ6ZTJ0elZwalY5K3ViZTIzOU5wZXM2WFdzTGExMDhKYit2Nld2c1ZZUTJrQjBYQTAzS1JWODFVdm1rRFZ3ZUVFOG8vYXVqZFgzTlFrdm9KSnJEZGU1ZTFaU2FJYlNtRDd3bDdoemVXZTFNUXZrd1NXYnNyRTB1MDJldjlxd243VFhBS2FYbjBRRkM2Kzk0bUxUV3lCZjJJbTRucStZc2dHc1diQWg3b09HNVBzK0dPRHFEOW11dEVIVkVYNHdiRXBSZ3FGbnp6c1dvcUJ1djJYTDVnNFlqbCtKRm5NRGpHVmljQmJyRSs0a1hvdStEZHF5NHlKOHlER2czVGI1WEpBTWdMdld0UlQxQm1hR0lxbDRvUlhWM3pEYXlOLzdGdWVMemQzNm8zUWpXSU1zb1U5bU0veUJnZzJCR3h6MjUwaG9pR2ZZZzFwUHVQZ2VFQ0VtV0lZQ21QZ01nVFFIWmh1d1BQYUdybk1pODVaU3VjS3FTclIzRFhrS2xaV0xtUFBUVnl6VWVmL1NjMGQwV2Y2RC9Kay90bWo2UXUrV0trM1ZUeWsycGFGVlkraTRQWFp1MnRZeHZEREZjM1o4cWpwOHlib244d2J6Y2lBdEZGL1l6S21HSFY3UjVmSTFzRWlITnJoWkcwdG1wdHRQamV0RUZNTTFaK0pLMkJOWVlzanZIajhRQWlqRjZUTFdqOWo0Rm05S3pIUXlvd3pTTTAxY2VSR2VYV1IrM3Q5cEdpYWl5a1ZDQ0FVTmcxS0poYld3UDJoRDY3WWo2cHRtcjVGVk1ZMUo5NVUrR2FWTDFyTlFndWIvNm1GRitlZFBtdDFiSXZ0cHNWcnF0bG8xamNiaGRhMi9sTnIyZm04dEsydFFzQm1ZaTRENkRxT1B3ZjZaSFZkRldBYmtDakF6WmEzNk5kVUJjdXFiUmhZNWVlMFUxNGZZMFV4S3lKT3NSZTJ3QSt0UW1Vc1VGbFNSeXdQVDdCYlJoL2p6bW5jYSt3MTRzTkhudUZGK2VGUU9vMThCSHhMa25sM3phVUs2c0IzdUhuK3FIU2JDN1Yxekg0OTZyenRITExtenR1ajF3ODdnOS9janQ5OWJJNzJmbnVOZzFzZnoraXBkbVgzcjM3dDd6eHV1cTM5MjkyaDJSOGRYOXlkYmV6MmUzMDhvSzNEMGVYRHBtdTl1VDNzR0FvOWMyODM5RjhQQjYxdGorNEhlbmVqNStISHQ4cFVtcnI3Z1RzejV3L2R5KzJ0MC9IZWxtTmZiZENoM2Njbk8yUWIzOTdzWG0zY1hmMnFueW9uZzVPSGZhMFZPRnVQbUVyNmhUSGNQQTl1dXRkalM5cDhxN21MdC9aclkzZDAwdHV6c1htN2NFWXFtZDFlSHh1L1l2emJwRFBTQm5QTGZmVHZ2UXZKTThmWGFnY1B4amZCNkc1RzloYnpHNVZlblkzT2JxN2VYVTJuRzgzRHp1SE83Tm9hMHQ3Vi9hTjczK2pyd1dKanIzbDFOUGZJUGIwM3RmM05OemQ3MCtNR1ZRL2Q2NVBEMjhlM0E2bHpvL2RPRG8xai8rUmNPMVVmMWFubDNZMXZHOWF1Wmg1ZHovWWUzM2pkMjV2ejJlNXNQdDZiU1dFVWloOThLaXNRWStvS0JJRXVkdXp5M3IyMGJRKzl1enhsTVExZkllZE1HbUpDS0FFNExYakhtUkpnQzBVcTh0dksxUE1jMnBZa2JrcWRSUWQxMndXRmdzaTBZK3ZpMUtDOGhURXJDbGxGMkVNc0xwa0Zsd1hiSE5zemVHc1VFc2xDNHZycVEzNGttbUliTE44Y1k3ZFljVzBBdS9EZ3pjVXdQQ1FOMjlka2JBWGxsWElXQkN6RXRTMFdGMytmaEpuZ0RoZitwWTZpNGg5eUJzUjBjWFRDdG5WRlcrZGdUdTNvdHY3TW9SY2ZJeENkTTJXZUQvR1VJUWNXS2E4UGlGR2dHRDRXNm1vaUJBb2VJSjVHUWw1T2ZhWFpZR2xnbUYyc0ZlNE1BZVNRbmFIZUVSeFZVVUtsb2ZHQ0g1NUxtc0ljc21mcHJnSXlJY255SVpGNmZTVUxWRHRPYUlNdW01Q0NHWGh0Uy9nUmVNWjUxN0tvNjFQUE5yRUx0ckFrUitTaVVlWWE1NXBWdGhSVEorekxGMVhXUERvTm83WTJhK0RmaWl6VzBrY2kwVHFGUElzVEwrVzBjUnVLUW1rU0VHL0JzMkxlR1grR3NnQnpnZFd6NGJDQ2hlVUVXeW1Dd0dCOU9qR1cyRXpsUVI0VDJOWlloSkxPRkFWWjhybTJ6WEVwdnFWT0F5djZpazZUV1ArdWdqQ3lPZWZKK1VjMGdVQ1paNlR0YkNLSVBnRVgvSi80elZiTXJOUFNhZGRYMTMxUjE2VmRFVHN3emN2em1lZVlHQTFqQzFmcjJoa3FZQ0tmZjhMZzF3RkdBUzZlZ3NWenFDZ0VSVGxNUE9XeHB4eFdEaEIvWC9wS05CUlhKc0N2V1RROHp4VGhJZUhUcHFwemJDbGpBMFBsVFZjTWl0Tzl6blJCSVo4eXpvVmxjQzRhZEY1cmJOZW9TK3lnMXF3VW1EL2txQWpnY0kxeGwyVGlFVkVNcnlURC93cXJmMG42YWxnbGsxOFNVZ25ER25BS1FjQnlhNGo3V2ZnZ3FueGh5YldrK3pXLzZ6emg5YnhmM3pQSGZrajZJYnF5Wml5TXdqbWdSMHh5ZEdjUWZ6VldhMUJ0bFRDcjVSWFFTYjRvcmswRUZYV0tFVUxZSERZczB4bWI4cE55VUlwWEZyVVFocGFDOVJ1VjBHM0ZneUNSUitwc1hiREJMRkd2UUYwdExvU1BpYVdCakRZYUhiM2pia3RockZyTGx0T1RBREQyZnVqc2JJZ1I5cFZ4ZXJYSTdkVm5IVjk5eXZYVmxjNnZydW4rNmxNQXFKYUdRUFZaRUZUWGhFRjFUU0FzMFpNSEdIYWlaZG1JYUpZeW0wU3VRQm50RU5WaW1GVkxBazNRNVpHV2hoU01JcjIxZkVidzhuV2JXUXRmNjZHckJMYldRVllqZGZhd0pGOE5oMXpSQUdLcWx3UW5NV2JDb3hEa3dSVWVGSDJlT0cxcjdLS0NDUk9oRHZVZFZ2aXNaSzBNVytIZTF0SVVWczFxTS84dmpYWU5wZXlMeVVRZzllcGpoYXBUYkNvalVSbXFnRW1OeW84b2JCMWdVWlpsemF4MXFyZ2F1NHp0d3prTGxUV1R0VSt3aFYyaXN1N1lVTmJPVEdXTkVDL3BaT0s3L0ZwdnhBb2xySGR3V2V0ZGpDcWZYbVVOWk5OTTdLZUhBTGZjTEdxVTJicGFSUmt2Q3BXTXNLWFpiay83Z29OdHRqYTN4RkR6NWgzaGdLajRpNXEzdmJPN3Q4cThjOThVRnRJdmFHQVRyUHRIUW9uOC9sNndpV2QzK1RWeWlLKzcrLzluZDIraFQvOFdvaExBUkVnS1U4c0JvSjI5M0dDSmxneFYrVmhaRldvbFVEc0ZOZng2RVg3RFRCZlB5QkFWWFBBcTVSRS9DOEI2VnRVS05DWkNaRnVYUXdWdHJpN3VadnF5M1ZzTjlQb3dIRkl5RmM4dmluclhOc0VGVHh0ajVmUEg1TFpVK0NwWGcrWWtTVSswZDdEOFVGNVdrdUNiUC9KU1dKRmZWK1VWUEdCSit2RFgvRGh0WDA2c3hVMEtteWQrMVdMeGpiSzVsTnlYb0pvcm5qclZiQUNaQlpmZlNRK3g3bUJUbFVFM1k2bWk0Y1hSQlJvY2RkSGh1OWRwZmdxdm1GUVlndUpOMjZoZWx6clJ2Wk4waEIzRFhqQjBTeGZETjhlWGtuaHlCdDdWMkZVcVJkWEI0QTFhYXVTaWt4bjNRc0hTRktyMmtuZ1RKTlhoOGxSYXljY2V5V1gzaHVTNkkrdm9zREZ4Y3VaT0lrZWVkQzB6RlJheUhINTdWRDdTUTZ4d1hZcXRtV2RicDJvYU15N1hQVDZuTWxJdzhzK3QyY1dYYm5uMnBDZGhXWEYvbG1VdG9raEVyTDdvekVwWlFaUUl5dHhYWm5tVDlvUjh4ZlZ6bHJHSUlpV0NYZWU2QXVmb2o3VGc2amNTbkJ2U1dLSFRkUFBaOFJCZUZndzdCNytydm11Z0d1VzN6M0Q1M056WnI3ZTJ0K3JodjFKOEZTcTFHczFXcmJGWGF6YWtlRkhWNzZodC9aN1oyUnl2QmxhajJpSys5TDI3NTd0MTlQRkJSVzlYMGZjL29JL1pZeE9yVXh0OUd4bUkvZ0IrVkhOUnBjNTQ2dDlteTdHZkV0RmhCY2JGN09qS0JIQ0liMXNaY00wZ2UwSXdPRThTbEdGbllrRGwyKzh6ZGlhcjhZY0sram5OS2lWZGRlL0JLeVZKSlFWeVJFZEpLZm1sbUJlWXBTa3ZPNzgrVncwOVQ3bk9UQlR1QStXMGxCNUw4VnJOcVNnbUs2VWhYdEU1b1hGUEtUbXBiUzBuS2V3clBiTUYrMXhPWmdGTktka0ZHMUZPZGdFTms3MjhXSS9zdVFVUnQ0WWdCME9RZEN5OUUzbG1YL0d0UitLa2FYcm5nMkhuOUZRZWRDOTcvYUU4T3I0YzlDN09EOG9oSWkzby9QajYzVUR1WEE1N0o1M3VVTDQ4N2w4Y2xKaUZ6RUdpby9mdlllNCtGaHYxcVlJTy9rU1Y2STFMQlgzNDhCT0x0eTNFbFZFNHJlblU5dWhQQ0VQcUlScGRTR3dWaXFGTkoybFZZZ2Vmb2RvcDAxZGcreWNKRGdlV1BFdUdEUlVMS2JKYU10bUxKTW5Gb3BUMGkzdnc3VWRPLzkza0FGNGVpU2RJN0kxR0hVS2pPbnVyL1oxeXdQNnBpYm1qMytFRGNNRjN3Y0VUdzZ6WkFobHB2dHBLK25yV3BjTEhxSGEzcmd4VTB6Z0xDdGpPRWJxOG5qMERWVUdTYVpwQ1NJYzJIcDVpcTBzck9sWEZVY2JFSU5sb1AwN01WSkYrSkQzNUhDVDVxanpBaHZXT3VNdVFSdWdzbFhvdHl6YkJTYTU0anJpaVd3Wm1uanp0NzZDencyWENLbnJUNzJReTBKd296USsxUEZmckVsUjl5TlVHNVBGTDF2WmFNTkRDZXBKSWd5NTBzUEhMMXBNYXJhUWVsNE9MNHllVG14Z3VwL3RSYTVrQ1dtRlRVcWZFdy95VlZSdUZwcFd1TWtSNTlxcHFRY1FUYmlJWktYUXUvaWlrSGVMWHd1TDVNdUErL01PTzlCK0FUTEdiZ1hNVndyU2w1SHY1RDAyeVFUT2pmeTdMelAvaFNMNU1FQTFGbEFvRzg1N0pheFovQVZCTEF3UVVBQUFBQ0FBemszUk45djJ3T0NnUEFBQ01Zd0FBR0FBQUFFUmxabWx1YVhScGIyNXpMMjl1WVhCZlpHMHVlV0Z0Yk4wYzJXN2pOdkRkWDBIVUx5M2dHTW4yUk42eU9Wb0RpWk1tMmFCQUVRaTBSTmxzSkZIVjRhejc5WjBoZGRtU0xGS3kyMjJEeGU1R0lvZHpjemd6VkNKaW0xb09jM25BRXk2QzJGcXpLSWIvbkJQMUt1Wis2REZyUTMzUE9yTk9SK09MS09FdXRSUHl2QWxaUEJwL3BERnppQWpJNHdkeXhXSytERTRTN2pQeXlHS1JSallqVjNmRTloZ05pSUlNLy80MG9oa1FLMEVnNXlPaVZwdm16K05wNEs2blQrOHpueTRadklZZmgwVjh6UnpMallSL1hodCt4VUpQYkh3V0pGTTVaelFhWDlLUUxyZ0haTEZZSXRzTDF3OW5JenNIdE5sRjF5NlhVQmkvOENoSnFmZVJCdzVkZU0yWTEyYytDcEhBeUhhd2R5eUp1SDBvYUJtU2w4SVAwOFFRUjBMQ1NJUU0rQzc1SUg4OHNlUTI5YXhBT0FndCswRlc1WkFjbWxENFBWdi9WbzJmdy9BcmVGSE1pTmlmS1krWWMwNWM2c1VzZTI0ck5LM3NMWW80M2wzRnAySHhCTjVIR3l1MlY4eW4rYmh5WkF5TURKYXRTNVpQV1p3QU82ampTTE1BNmlyYzZMWCtIb1k4NXV0ZEZNdGRGanJYZ2V0YUNkUHltUytpalE3N00vSGY0WVFtNkVtVTdnSzN3OVFBOG1XWXRvSHRWTXFuUkVSMGFhU1VuVEJ2ZWZCMlNHdTgvcHdNZ0R3YW85SVA4SjdmZlQ5Q3RoZStxTm5HUG9BdVJTeU9jYkVXOU1wSkxmWk5Nakg2MUxhb0FtZlJHSkZFSzl6VmlJVVFpR2luNkxjUjVjRWZ6RTV1dU1lR1lxa1lab1UwV1oyUE5LMitvdXNPV0dDUHlXMzgvL2FBL09maFlQYkRnK3lONndtYUFFRVdRclVUdnFiZ2VNeUExZEhDV2RwOHk5MVg3dDhER0VtNWN1dkZ6d2xaVTQ4N0Z2eWRJaXQrNStINnV3bUJ2Mzk0ellZRnFiOWdrU1ZjcThSa0Z3a0F5NVlzNnNEQzVaK1pzd2VLeCtPazA4RnJVZDJpTGdkVWxsNGlBYW1hUzZUaUZpWVZaWGpGd1hsbzhLRlFFY1JlWnhQWjhseGtUSmdmSmh1UUkvbnE1eWN5djNraHM1dUwwN016OG5JNi9YSDY3VmNka3ZXK05VZWdhcnB0NElGQStMTnZGNXl6NUYxRWJ6TlF3QWhpVlBaWWlWK0d5amlndnI1c0piN3dwUFJ6ZHNSREREUE1RT1J1TmcxREVTV1dUd05BRmtLSVhyNWovSHgvZFU5K2ViaklLVkxjc25qR3JxUEhleFZjQW01YlhHd3RxS1VuMm1Gc2k2SmNpaUJnNklFaHlvTndZUEFHNk5FTnVFTjRrUWhiZU5yQzdXWDdMRm14Q0lRMklYQThCUE1YVHZwaFFrb2ZQU0ZoekZKSFdPK3dDSG10N2o3dnVNdUNsUHVwM3phSzRCOENrUkI1Zm1VT2VJbmNPNncvVEwrYm5oSFFVZkowZjN0NkNrK21QMHhQOTVGMEN5QW01RGxpOFBjZGkxZXZVbkxtQVh0Zk1lYVdzV1hjUU9BYjJ4RGhJdGtKRUEwY1F2VS9xREg2UExEMm4zazJNaTNRMTJXRUVYTlpCSStQdWtvWGJDT25XZUZPUXFNbGc5QVEvSktJZ05FeXhvd0FHT2p3c1R3VFB1bmVZdTZLTTUrQnh1M3FYTzBZQ1NtZnYxZ0R2dURyYUhTU1FwNW9paU5BTStjeUFNdEcxb2xvQkM1UXhPbWkySU9zVUhqYzNuVHlwMG5xTzF0SnVaNlRadWZobWxOdmxKYmV5VjBiSVloTHFjVUNPQmlxd0xyTklvMDNqUEo4UGRESHdIbmVvcEc5NGduc1AybWtieFlLd1lKTXE1SWcwSSs4bXhNTWx1MEorNjJFVXRjNlYxcDRZT3VtUkFCb3Q3b1pFRndxV3FGbXVNYmdTTVVFaHlwdElROXdPOUNKVlVyTmVWQ1R6S09WR29nRDZHQkd3VjZoZ0o4cDEzeVFBNDJqRlFBRloxNTdRcHdON0FMY0pxK3Q5TmVSQXhIMmthcW1VTnU0SGJnMnhJY3VYNllST3BLSG5IKzl6dzRaRHBXOWNRMXJXSFpsRVVzTjc1dmhIRWl4a3dLUkxpU0NEcktoWVV4VFNSQ0Fuc0RPblEybyt5bWRYY3lubnc4TWNld0pjRzhYcml5K2JPNmppeURoK1crUHFRZWdhdkZ0Y3pRN2JyWjlkVXpadjBZSm94MU4yamo3NTBpazRjdzVOOFZSS1lqR3V1ODBzVmVPV01JS0Z4NWt2Y2c3VDFia2ZuN3hnTm5TMmQyMGQremZ1YUZ2aHkvK1I5QzFUK0V6SkdidjArUlk2SlJxczg5MjJ1M0hPNmo1Z0xJdmVHSkZkS2Ywb2xuU3dNejRSNTQ4d3ZScTRtTkVPcmtOaHZzdnJmeW4wRjNqVndId3VnTkJXVk9sNkcwZmlnUEQ0YlduNnFFMWd0bHQ3ZGNodytaT2REUzA5ZEhJVWtSelBNYVJmeDhkY1A5Uk1ndS9CRlJZNEh3WmlDekI2TjdwNXN0QUptWkx0SHhwZnpQbmVCaGxmbHNIcFhDMWlibGQ1SWFQaDVNK2x6S3JndnpqRjJGVkRVSDlucmorNWZaaVBpRXZ2OGwvMWg0TnlyamVXZG5oZFhZR0p3UFNoTnVuZGgwU0VJL25pQVl4WklsQS80N0hWUzJjV3FLRm1ReGZzOTNwbHEyWmQ1Q3dvVkpjNkR3Wk5PekQ1Ym5hUTVTYU16WXFKWHFPdzJaT043VGFWcWkxdzhOcFJISWxIeTRURVF5aWZsZnNSWXJHSWFSVVpvNUdtcWdmWWsrSXh3elEySHVTT3B4RUQzWGlhVC9uM3RyK1BTd3JOVEV1enJ4U2hZam1XWmUwVnM0TE5RY3NkZklrZ1RzcnB4Um9iV0VGY0FxTjBPcDNBcUFvTlIxd1ZpS1U2dXRpS3dFL0N5bnYvZkJYakdwRC9RWEdOa1BMNWtNa0MzRTZUWFRwZjg3SDc0V0s0ak9RRk1MYUF4S2c5SmF4c2VtTW0yeG52RnNuS0Y3NFVEU0VuUW5jQllFeENkWjNZSG9tc0dLVzdEdVFoUFRRSzJNU1RDaG9JZ0FxZ3Z1SUtMVWNrMnFMalFYNWVkRDNGUTBzRVRBTENqZWhsWld6d0cyMDduYmQ3TWlzNGIvRUZSb3RPSVE4c0Jtb1lsTzIvUTNtQjlqeGY0b1BOazNqYklGNkEwNi8wKzJJOVBSSkIrRVFKak9XRWJRenVLbG5aVTVUbGlHd3lVOUFMcW43T0lHWm1JaEJGNndQeHp6bTlBYzNJcjBjNmNCODgyQU9ISnYrSXFBYVNLamN2NlhuNlNUSktFS1MrRjNJc0hJZ2htVUJ2RzRvYldqVnd2cCtBS0J0VWRpdzNhTDhNRzNjQW9XTVp3NllObmQ1eWF0NkFGM3FoWXFadkpMcGRaYVQ4WU9JZVFJY20yVXlNSlpBbVZFOFNCTlgzcTRBcitwSWQrS0lQK0QzM1I1VDRVOXpNbk1vS1I1TnNDemJMZ0xWS0FBZGcvRnJCMmtodGQ5Zy80UHRnMjdnbkIrcEErb0JJWHNDV2dHbFo5c0ZxanBqUjUxNWlCTllIU0FFUzRhVnhkUHA2WVNjVFUraHBHaCtDcjhNSDdKdXJTR2RuNldOMmJtUkdiV0M2VlpSZFh1K1RsVFAxLzdLdjJsWHBrWlA1dDQ5N2lqRlZBNE4yYWtjN3pIVjhXSFNTaTJSM29hRWg3UmhnTXI2cm01cHQ0VmhaV3RiTSt0NlNhRUVPbGdlN1l2Z1puNG5ITmhGRVBoRkF0cStTQk1qNEUzQ1pwL0J5MkYzbWk0SDIvQzRMZ0IxeUJJaVpLcHJIM3ZXdTBNd2ZlMm1td2dEdHBvdkkzRTM4NDBqb3RPdWF3QndTeGwyZTRIcWQrQTZXNWMxQythRDJpeEc0Nkx4Zk1CVm83UFRVZEdRdlh2ZktIK1JzUmVhU2FZZWQ1bTlBUmpUdWJ0dVkzQTVNK2Z3YnFLdUllZ2tzMkF0M2dEOU5BUzg0RGpBNEFVZUt3SGJTaktIdk14dnNqN1FHbGhMRnV6MkFsOHdGM0lTMVVrMUlIQUcyUXVDdWtCYkRZSTZxaGpScGs2bnV6U1Z3SXdvS3FaVUFPaFRzejNiUnl2ZHlFeDQ1TXZvVEo4b0ZCaTVrd0FrV2JNU1NFNWl5eHI2dE5ibnRvRFVwTDRGbnIzQ0NOQnlQYm9HNnpGa3dTVk9WcEs5VVFBSzh1dXc5VW5mbnRjQVNwUGtkamk0QjBZcXRpanZMdlFqL2pvREpibFF2UXFSczZKelhXUEdORUxwWHNhSWFlMXI0QlppNUFLVWU4T3N6STRiS01BWk9ZRnNRakZaM3dIa00vTXlnaGtKQkxPUVZmUUxPUHE0NCtoaW1pYld4UndNenczWlRtVFdwWXAwQWNtQTQzSjRNVkdYMjNJc0dkVnFRcVpzTDBsSUJKR0pxWnlXT213RFVXelBxNFBTRlU4TnpoaDNXb2ZiZUkvRlV0WWs0WXhyZ080elN0ZVlNcUpJWWptVDRIRTF0M2lNczdnTEwzQWV4RVFRL0EwSmg3NzlZUVR4WFMwU2dtZGw1WFhhK1ZrRkdHNlNwOU80TFRMZ1psOWwrZ0l3c2tRRUtEZGRmOFdibUo5RDZMN21DVEtiZlNaZnc0VHMvOS9JZ0JiY0haelFvWW94d1pTQ3JHY0F5VmxidzJIQ1d2VVVXTTJ0TW10eHhPdTY2cW5tUVZxblIxb05OV3o1YnJza1ZMbUhFR0x2cDJZNXVtaTAzcThQNm1hK2hRT0xya1htRE9oaU9kM3VCMjZRMWJqT3R2S3doVzFLRkpMSEFCSDgyOVBWSlZta1N3MTZ5eThNYUJ5M1pUNEtxTTJQM2dTdUtsSkF4d0hRc29iMWNrZEVsRi9HWTFFUEZUQlFQS2lHUlRsR2NEMG1kYkNqVkQ2VnVDbHp6eThCNnBwOHVjQ1lscmtSTXI5L0psZlhON1A1OVJXWnpaV0VaM2NWQVphVmJ2bk5nTjI3OG1NaWIxbWtBTXBoSWZoblRFUVdjOUlGdUE2aktWbGptdDVncEY5ajVOWTNYSFp2MUdSK2U1dU5ldC9RMlFHMXdOMG9XSnFCeXI4WlZFd1N0cDFHRVNUV1pmTDFiRUkrelQvZWY1cGZYVis5NWdvclFCMEVpcm04a2FpNXFQcWlVTXRhcDdXMW1qSWFKd1c5Y2ZIUmx1TEhMcS9ENm4zeFphdDN5RlBOUUNzZTVyT3J6OHE5OWlJenptZFJtUzQvUTlTME5kZFhiQ2FmVk9uUDh0amo0bE5UNStwM3BEOSt0M2o1Z2FxeGdsVzY0WEZGRG51K2I2WHlieG9JRHdncHh0eXB1RlBKSWhsbWpFb1VvY1VyRitTQjZnVnI0YVUrZ3pyQkFoM3dCQ3RlOFBjQ3IvbDFGQWZnZnVrMlB2dXZvcHA5YWdDMnl3eHdaNmJ1a0w0OGNudzZKTFcveDNkbDVCajZya3lyek5TN290M0ZRaHBmWTJ2VThNdHdnRVp2VjdoNlJZQTdlbnlBeWxmMnRRTjlCYW1vYVFRcUFOczhYbS9BTU9yNitXbFcvZHpKV243dUJDNG1Qc0s0dzlpbk1raFpUZTY4RU5ubmJGR2Rud3RLUmpPOXBDV0hhbFJSOTNJWi94dThXZGlmcEcrRDFhcWxCOSt2WUU3MWN6MWdDTTJoc1QvdEdSa2ZyQWk2dFpsMFc1dmlaWXU5UVlQYTdvMHMvUnZmV3plWThYTXJ1UGNnNTQ3RE9pMk5SRHpVY1hlUENIdWZib3c1Z2hPT2g0aWVoMmp3RVFFbXZiMEpmZ0p1bmRBUWJsQUQvalp1NHhTVklJRjMyYU9UL0hMTFJHNUxYSnhBdXVpZElvTmZSM3FYMnMwK0FqVFFhMmg4cHFucmV3QktlL0xmbW9VK2JwM2RLSWF4a3NJeVloUVFBdjIwWURJMmJwOXF4T0VlTkNyMUM4S3pEeG4yaU1MTCtiRk9GQjY0bFJrd0xLZGg5K3pVand3OFF3MGhBK2Rya1ZIaytaUy83YUR6dkgrWXMxV0lBUDNTeXZEc2ZsanE4R25EcWlJbitPRkVhdHRIL1c1ZWZyWEtLTkhsYWVTNXRzTHFmL3hjVFVyYlZSWm9HTU5uZHR1bWhmT2JBYXFYNndYNElJNjMvR1ZWbTFHWmZZTnF2d05QMno3WThmT24yWldlMGdId0xMM2VzRUwrU2xjck0vZ1pPV3NPWk5laFd2bXJmbENkMUU3eThLVU91WHpkQTNvczNPUWR0dFYyamxqNWtHR2NRU1JsUWJ1ZGtIS01FVFdac2RZWHl1WGRURmJqVUFQeXRxTXAxNWVBanVHTUtueVUzKzdnZjZsV0FnK3FUU2tjZEkvdUFTRUNwS21YV1BYVnUvTTJnNG9iUm0yVlhZbjJvdEhMeWpQUTJndTJOWXExZi9oeUxLVld4c3dUQWhQd0pJZmE1elBzSDQ0SjJOUVdpbm5EQkhlMG1RcXI3TTd1czdVV1lNWk5XOU80ZFhQSzM4dTdOOW5sRzdDd2xiQzM5amprUTdLU2RXR1ZCa3pnQTZ2WXdQMC9qQytOTXJ6Rm9hTWdQRzlpSzZXbTJmb0dsZWJIQ2lVREtzN2ZqYW9zS1F2UGVuRnMwK1pmbnluVGRRd20zRXQvcTA2QTJVVzBiRVh5dTJiZ2phenNSZzlsODQraWh3c3E5RVpFczZEd3p5R244ckNBMjk5UVN3TUVGQUFBQUFnQU01TjBUZU1VaVcyS0FBQUF0UUFBQUJZQUFBQk5ZV2x1VTJWeWRtbGpaVlJsYlhCc1lYUmxMbTFtVGMyN0NnSXhFQVhRUGwrUlhnZ1RSVm5TK1FFK1lMY1BRekl1d2J6SVppUCt2ZGxHbldLYWM3azNVRVdMRlJYai9WcDg2RnlTWFUzVkVRTXAza3dtM2ViWFB6ZG5xV2huRmI5ZHovZWZvSG5pM05OVUZwZWk0bExBRnd0NXdvWDB0cVdyMjZyM0lBY0JSd0duU1I0VXdBNkcvaGtiMDFwTTl3dTZPRkpwenRCRUlYdXNKTjRZUEdNZlVFc0RCQlFBQUFBSUFEaUpkazJFbjdFSnVRd0FBSkkxQUFBWUFBQUFUV0ZwYmxObGNuWnBZMlZVWlcxd2JHRjBaUzU1WVcxczdWdDViOXMyRlArL1FMOERady9yaHN5Vzdkd2Vzc0Z4a3RaYkRqZDJuYU1vTkZtaWJNYTZJa3B5bks3NzdIc2tkVnB5SW5kSE1hRGFnQ2JrdThqM0kvbmVJK1BaVkZWa0RldkVJaDZ4TFNvSDJLWHdReHVKTGtwTXg4RHlRakVOdVNrM1hyNHdzYWRvaXFlMFg3NUF5TVBRcTNoWXRoUVR0MUhRN1IvTHdXU2U3a29FVnByMVJpWFRwZmplMUhiYnlMWVU1K1VMRFZQVkpRNHpJeTNxNVFzd3dYWTl5alhXT0xHc21YVm1FclRBOS9LRlp6dTJZVThXY2lTYTAxSi9URDNpK1V5aWJDcU9RNndKbHdLZlpXdFk5aFlPRGdkYVp3MjBidWxCZlhSK0ltZ2MxM2F3NnhITW1mZ1gyV2k3TXRIYWFGTlhsYzN0cmMxYVkxZmZybTN0dC9UYVhyT2wxckMydGRQQ1cvcitscjdGV0VOcEFkRndOTnlrVmZOVkw1cEExY0hoQlBLUDJybzNWOXpVSkw2Q1NhdzNYdVh0V1VtaUcwcGcrOEplNGMzbG50VEVMNU1FbG03S3hOTHRObnIvYXNKKzAxd0NtbDU5RUJRdXZ2ZUppMDFzZ1g5aUp1SjZ2bUxJQnJGbXdJZTZEaHVUN1Boamc2Zy9acnJSQjFSRitNR3hLVVlLaFo4ODdGcUtnYnI5bHkrWU9HSTVmaVJaekE0eGxZbkFXNnhQdUpGNkx2ZzNhc3VNaWZNZ3hvTjAyK1Z5UURJQzcxclVVOVFabWhpS3BlS0VWMWQ4dzJzamYreGJuaTgzZCtxTjBJMWlETEtGUFpqUDhnWUlOZ1JzYzl1ZElhSWhuMklOYVQ3ajRIaEFoSmxpR0FwajRESUUwQjJZYnNEejJocTV6SXZPV1VybkNxa3EwZHcxNUNwV1ZpNWp6MDFjczFIbi8wbk5IZEZuK2cveVpQN1pvK2tMdmxpcE4xVThwTnFXaFZXUG91RDEyYnRyV01id3d4WE4yZktvNmZNbTZKL01HODNJZ0xSUmYyTXlwaGgxZTBlWHlOYkJJaHphNFdSdExacWJiVDQzclJCVEROV2ZpU3RnVFdHTEk3eDQvRUFJb3hla3kxby9ZK0JadlNzeDBNcU1NMGpOTlhIa1JubDFrZnQ3ZmFSb21vc3BGUWdnRkRZTlNpWVcxc0Q5b1ErdTJJK3FiWnErUlZUR05TZmVWUGhtbFM5YXpVSUxtLytwaFJmbm5UNXJkV3lMN2FiRmE2clphTlkzRzRYV3R2NVRhOW41dkxTdHJVTEFabUl1QStnNmpqOEgrbVIxWFJWZ0c1QW93TTJXdCtqWFZBWExxbTBZV09YbnRGTmVIMk5GTVNzaVRyRVh0c0FQclVKbExGQlpVa2NzRDArd1cwWWY0ODVwM0d2c05lTERSNTdoUmZuaFVEcU5mQVI4UzVKNWQ4MmxDdXJBZDdoNS9xaDBtd3UxZGN4K1BlcTg3Unl5NXM3Ym85Y1BPNFBmM0k3ZmZXeU85bjU3allOYkg4L29xWFpsOTY5KzdlODhicnF0L2R2ZG9ka2ZIVi9jblczczludDlQS0N0dzlIbHc2WnJ2Yms5N0JnS1BYTnZOL1JmRHdldGJZL3VCM3AzbytmaHg3ZktWSnE2KzRFN00rY1AzY3Z0cmRQeDNwWmpYMjNRb2QzSEp6dGtHOS9lN0Y1dDNGMzlxcDhxSjRPVGgzMnRGVGhiajVoSytvVXgzRHdQYnJyWFkwdmFmS3U1aTdmMmEyTjNkTkxiczdGNXUzQkdLcG5kWGg4YnYyTDgyNlF6MGdaenkzMzA3NzBMeVRQSDEyb0hEOFkzd2VodVJ2WVc4eHVWWHAyTnptNnUzbDFOcHh2Tnc4N2h6dXphR3RMZTFmMmplOS9vNjhGaVk2OTVkVFQzeUQyOU43WDl6VGMzZTlQakJsVVAzZXVUdzl2SHR3T3BjNlAzVGc2TlkvL2tYRHRWSDlXcDVkMk5ieHZXcm1ZZVhjLzJIdDk0M2R1Yjg5bnViRDdlbTBsaEZJb2ZmQ29yRUdQcUNnU0JMbmJzOHQ2OXRHMFB2YnM4WlRFTlh5SG5UQnBpUWlnQk9DMTR4NWtTWUF0Rkt2TGJ5dFR6SE5xV0pHNUtuVVVIZGRzRmhZTEl0R1ByNHRTZ3ZJVXhLd3BaUmRoRExDNlpCWmNGMnh6Yk0zaHJGQkxKUXVMNjZrTitKSnBpR3l6ZkhHTzNXSEZ0QUx2dzRNM0ZNRHdrRGR2WFpHd0Y1WlZ5RmdRc3hMVXRGaGQvbjRTWjRBNFgvcVdPb3VJZmNnYkVkSEYwd3JaMVJWdm5ZRTd0NkxiK3pLRVhIeU1RblRObG5nL3hsQ0VIRmltdkQ0aFJvQmcrRnVwcUlnUUtIaUNlUmtKZVRuMmwyV0JwWUpoZHJCWHVEQUhra0oyaDNoRWNWVkZDcGFIeGdoK2VTNXJDSExKbjZhNENNaUhKOGlHUmVuMGxDMVE3VG1pRExwdVFnaGw0YlV2NEVYakdlZGV5cU90VHp6YXhDN2F3SkVma29sSG1HdWVhVmJZVVV5ZnN5eGRWMWp3NkRhTzJObXZnMzRvczF0SkhJdEU2aFR5TEV5L2x0SEViaWtKcEVoQnZ3Yk5pM2hsL2hySUFjNEhWcytHd2dvWGxCRnNwZ3NCZ2ZUb3hsdGhNNVVFZUU5aldXSVNTemhRRldmSzV0czF4S2I2bFRnTXIrb3BPazFqL3JvSXdzam5ueWZsSE5JRkFtV2VrN1d3aWlENEJGL3lmK00xV3pLelQwbW5YVjlkOVVkZWxYUkU3TU0zTDg1bm5tQmdOWXd0WDY5b1pLbUFpbjMvQzROY0JSZ0V1bm9MRmM2Z29CRVU1VER6bHNhY2NWZzRRZjEvNlNqUVVWeWJBcjFrMFBNOFU0U0hoMDZhcWMyd3BZd05ENVUxWERJclR2YzUwUVNHZk1zNkZaWEF1R25SZWEyelhxRXZzb05hc0ZKZy81S2dJNEhDTmNaZGs0aEZSREs4a3cvOEtxMzlKK21wWUpaTmZFbElKd3hwd0NrSEFjbXVJKzFuNElLcDhZY20xcFBzMXYrczg0Zlc4WDk4engzNUkraUc2c21Zc2pNSTVvRWRNY25SbkVIODFWbXRRYlpVd3ErVVYwRW0rS0s1TkJCVjFpaEZDMkJ3MkxOTVptL0tUY2xDS1Z4YTFFSWFXZ3ZVYmxkQnR4WU1na1VmcWJGMnd3U3hScjBCZExTNkVqNG1sZ1l3MkdoMjk0MjVMWWF4YXk1YlRrd0F3OW43bzdHeUlFZmFWY1hxMXlPM1ZaeDFmZmNyMTFaWE9yNjdwL3VwVEFLaVdoa0QxV1JCVTE0UkJkVTBnTE5HVEJ4aDJvbVhaaUdpV01wdEVya0FaN1JEVllwaFZTd0pOME9XUmxvWVVqQ0s5dFh4RzhQSjFtMWtMWCt1aHF3UzIxa0ZXSTNYMnNDUmZEWWRjMFFCaXFwY0VKekZtd3FNUTVNRVZIaFI5bmpodGEreWlnZ2tUb1E3MUhWYjRyR1N0REZ2aDN0YlNGRmJOYWpQL0w0MTJEYVhzaThsRUlQWHFZNFdxVTJ3cUkxRVpxb0JKamNxUEtHd2RZRkdXWmMyc2RhcTRHcnVNN2NNNUM1VTFrN1ZQc0lWZG9yTHUyRkRXemt4bGpSQXY2V1RpdS94YWI4UUtKYXgzY0ZuclhZd3FuMTVsRFdUVFRPeW5od0MzM0N4cWxObTZXa1VaTHdxVmpMQ2wyVzVQKzRLRGJiWTJ0OFJROCtZZDRZQ28rSXVhdDcyenU3Zkt2SFBmRkJiU0wyaGdFNno3UjBLSi9QNWVzSWxuZC9rMWNvaXZ1L3YvWjNkdm9VLy9GcUlTd0VSSUNsUExBYUNkdmR4Z2laWU1WZmxZV1JWcUpWQTdCVFg4ZWhGK3cwd1h6OGdRRlZ6d0t1VVJQd3ZBZWxiVkNqUW1RbVJibDBNRmJhNHU3bWI2c3QxYkRmVDZNQnhTTWhYUEw0cDYxemJCQlU4YlkrWHp4K1MyVlBncVY0UG1KRWxQdEhldy9GQmVWcExnbXoveVVsaVJYMWZsRlR4Z1NmcncxL3c0YlY5T3JNVk5DcHNuZnRWaThZMnl1WlRjbDZDYUs1NDYxV3dBbVFXWDMwa1BzZTVnVTVWQk4yT3BvdUhGMFFVYUhIWFI0YnZYYVg0S3I1aFVHSUxpVGR1b1hwYzYwYjJUZElRZHcxNHdkRXNYd3pmSGw1SjRjZ2JlMWRoVktrWFZ3ZUFOV21ya29wTVo5MExCMGhTcTlwSjRFeVRWNGZKVVdzbkhIc2xsOTRia3VpUHI2TEF4Y1hMbVRpSkhublF0TXhVV3NoeCtlMVErMGtPc2NGMktyWmxuVzZkcUdqTXUxejArcHpKU01QTFByZG5GbDI1NTlxUW5ZVmx4ZjVabExhSklSS3krNk14S1dVR1VDTXJjVjJaNWsvYUVmTVgxYzVheGlDSWxnbDNudWdMbjZJKzA0T28zRXB3YjBsaWgwM1R6MmZFUVhoWU1Pd2UvcTc1cm9Ccmx0ODl3K2R6YzJhKzN0cmZxNGI5U2ZCVXF0UnJOVnEyeFYyczJwSGhSMWUrb2JmMmUyZGtjcndaV285b2l2dlM5dStlN2RmVHhRVVZ2VjlIM1A2Q1AyV01UcTFNYmZSc1ppUDRBZmxSelVhWE9lT3JmWnN1eG54TFJZUVhHeGV6b3lnUndpRzliR1hETklIdENNRGhQRXBSaFoySkE1ZHZ2TTNZbXEvR0hDdm81elNvbFhYWHZ3U3NsU1NVRmNrUkhTU241cFpnWG1LVXBMenUvUGxjTlBVKzV6a3dVN2dQbHRKUWVTL0ZhemFrb0ppdWxJVjdST2FGeFR5azVxVzB0Snluc0t6MnpCZnRjVG1ZQlRTblpCUnRSVG5ZQkRaTzl2RmlQN0xrRkViZUdJQWREa0hRc3ZSTjVabC94clVmaXBHbDY1NE5oNS9SVUhuUXZlLzJoUERxK0hQUXV6Zy9LSVNJdDZQejQrdDFBN2x3T2V5ZWQ3bEMrUE81ZkhKU1loY3hCb3FQMzcySHVQaFliOWFtQ0R2NUVsZWlOU3dWOStQQVRpN2N0eEpWUk9LM3AxUGJvVHdoRDZpRWFYVWhzRllxaFRTZHBWV0lIbjZIYUtkTlhZUHNuQ1E0SGxqeExoZzBWQ3lteVdqTFppeVRKeGFLVTlJdDc4TzFIVHYvZDVBQmVIb2tuU095TlJoMUNvenA3cS8yZGNzRCtxWW01bzkvaEEzREJkOEhCRThPczJRSVphYjdhU3ZwNjFxWEN4NmgydDY0TVZOTTRDd3JZemhHNnZKNDlBMVZCa21tYVFraUhOaDZlWXF0TEt6cFZ4VkhHeENEWmFEOU96RlNSZmlROStSd2srYW84d0liMWpyakxrRWJvTEpWNkxjczJ3VW11ZUk2NG9sc0dacDQ4N2UrZ3M4Tmx3aXA2MCs5a010Q2NLTTBQdFR4WDZ4SlVmY2pWQnVUeFM5YjJXakRRd25xU1NJTXVkTER4eTlhVEdxMmtIcGVEaStNbms1c1lMcWY3VVd1WkFscGhVMUtueE1QOGxWVWJoYWFWcmpKRWVmYXFha0hFRTI0aUdTbDBMdjRvcEIzaTE4TGkrVExnUHZ6RGp2UWZnRXl4bTRGekZjSzBwZVI3K1E5TnNrRXpvMzh1eTh6LzRVaStUQkFOUlpRS0J2T2V5V3NXZndGUVN3TUVGQUFBQUFBQW5YQjJUUUFBQUFBQUFBQUFBQUFBQUE4QUFBQlVUMU5EUVMxTlpYUmhaR0YwWVM5UVN3TUVGQUFBQUFnQU01TjBUVmJ3ZTY5bEFBQUFlQUFBQUJrQUFBQlVUMU5EUVMxTlpYUmhaR0YwWVM5VVQxTkRRUzV0WlhSaFRZczlEb1FnRkFaN1RzRUZucnUyZEN5cm5UOFJZMC8wTTNrSm9rRml3dTIxdEp6SnpOaFpvNmxCY2xTekIwMklKKzlCeWJMNENtUDE4RGFsTUJFdVlhRmZWckpyZFMrcWtHS21QMVlPbko3c1ZQSUZuOFp4c0lnWHp4aXhIZjZaaSt3MkwyNVFTd0VDUHdBVUFBQUFBQUNkY0haTkFBQUFBQUFBQUFBQUFBQUFDZ0FrQUFBQUFBQUFBQkFBQUFBQUFBQUFRWEowYVdaaFkzUnpMd29BSUFBQUFBQUFBUUFZQU9xSWFFc3BndFFCNm9ob1N5bUMxQUhrdlQ1M1I0SFVBVkJMQVFJL0FCUUFBQUFBQUoxd2RrMEFBQUFBQUFBQUFBQUFBQUFWQUNRQUFBQUFBQUFBRUFBQUFDZ0FBQUJCY25ScFptRmpkSE12UkdWd2JHOTViV1Z1ZEM4S0FDQUFBQUFBQUFFQUdBRE5yMmhMS1lMVUFjMnZhRXNwZ3RRQkNlUStkMGVCMUFGUVN3RUNQd0FVQUFBQUFBQ3FjSFpOQUFBQUFBQUFBQUFBQUFBQUd3QWtBQUFBQUFBQUFCQUFBQUJiQUFBQVFYSjBhV1poWTNSekwwUmxjR3h2ZVcxbGJuUXZUMVJJUlZJdkNnQWdBQUFBQUFBQkFCZ0EvYzJvV0NtQzFBSDl6YWhZS1lMVUFRbmtQbmRIZ2RRQlVFc0JBajhBRkFBQUFBZ0FNNU4wVGZkTlRBZytBUUFBZlFFQUFDb0FKQUFBQUFBQUFBQ0FBQUFBbEFBQUFFRnlkR2xtWVdOMGN5OUVaWEJzYjNsdFpXNTBMMDlVU0VWU0wyRjFkR2h2Y21sNlpXUmZhMlY1Y3dvQUlBQUFBQUFBQVFBWUFBRDlTR0c3Z05RQkxnby9kMGVCMUFFdUNqOTNSNEhVQVZCTEFRSS9BQlFBQUFBSUFET1RkRTI4a3h3V0F3VUFBSThHQUFBaEFDUUFBQUFBQUFBQWdBQUFBQm9DQUFCQmNuUnBabUZqZEhNdlJHVndiRzk1YldWdWRDOVBWRWhGVWk5cFpGOXljMkVLQUNBQUFBQUFBQUVBR0FBQS9VaGh1NERVQVd1SVIzZEhnZFFCYTRoSGQwZUIxQUZRU3dFQ1B3QVVBQUFBQ0FBemszUk45MDFNQ0Q0QkFBQjlBUUFBSlFBa0FBQUFBQUFBQUlBQUFBQmNCd0FBUVhKMGFXWmhZM1J6TDBSbGNHeHZlVzFsYm5RdlQxUklSVkl2YVdSZmNuTmhMbkIxWWdvQUlBQUFBQUFBQVFBWUFBRDlTR0c3Z05RQkhqRkdkMGVCMUFFZU1VWjNSNEhVQVZCTEFRSS9BQW9BQUFBQUFET1RkRTNabThGdURRQUFBQTBBQUFBbkFDUUFBQUFBQUFBQUlBQUFBTjBJQUFCQmNuUnBabUZqZEhNdlJHVndiRzk1YldWdWRDOVBWRWhGVWk5MVluVnVkSFZmTVRZdU1EUUtBQ0FBQUFBQUFBRUFHQUFBL1VoaHU0RFVBVU5YUm5kSGdkUUJRMWRHZDBlQjFBRlFTd0VDUHdBVUFBQUFBQUNkY0haTkFBQUFBQUFBQUFBQUFBQUFEQUFrQUFBQUFBQUFBQkFBQUFBdkNRQUFSR1ZtYVc1cGRHbHZibk12Q2dBZ0FBQUFBQUFCQUJnQW1wbHBTeW1DMUFHYW1XbExLWUxVQVc2VFNIZEhnZFFCVUVzQkFqOEFGQUFBQUFnQU9JbDJUWVNmc1FtNURBQUFralVBQUNRQUpBQUFBQUFBQUFBZ0FBQUFXUWtBQUVSbFptbHVhWFJwYjI1ekwwMWhhVzVUWlhKMmFXTmxWR1Z0Y0d4aGRHVXVlV0Z0YkFvQUlBQUFBQUFBQVFBWUFKaFllQjFEZ3RRQmJwTklkMGVCMUFGdWswaDNSNEhVQVZCTEFRSS9BQlFBQUFBSUFET1RkRTMyL2JBNEtBOEFBSXhqQUFBWUFDUUFBQUFBQUFBQWdBQUFBRlFXQUFCRVpXWnBibWwwYVc5dWN5OXZibUZ3WDJSdExubGhiV3dLQUNBQUFBQUFBQUVBR0FBQS9VaGh1NERVQVpPNVNIZEhnZFFCazdsSWQwZUIxQUZRU3dFQ1B3QVVBQUFBQ0FBemszUk40eFNKYllvQUFBQzFBQUFBRmdBa0FBQUFBQUFBQUlBQUFBQ3lKUUFBVFdGcGJsTmxjblpwWTJWVVpXMXdiR0YwWlM1dFpnb0FJQUFBQUFBQUFRQVlBQUQ5U0dHN2dOUUIzUVZKZDBlQjFBSGRCVWwzUjRIVUFWQkxBUUkvQUJRQUFBQUlBRGlKZGsyRW43RUp1UXdBQUpJMUFBQVlBQ1FBQUFBQUFBQUFJQUFBQUhBbUFBQk5ZV2x1VTJWeWRtbGpaVlJsYlhCc1lYUmxMbmxoYld3S0FDQUFBQUFBQUFFQUdBQ1lXSGdkUTRMVUFVeDRTWGRIZ2RRQlRIaEpkMGVCMUFGUVN3RUNQd0FVQUFBQUFBQ2RjSFpOQUFBQUFBQUFBQUFBQUFBQUR3QWtBQUFBQUFBQUFCQUFBQUJmTXdBQVZFOVRRMEV0VFdWMFlXUmhkR0V2Q2dBZ0FBQUFBQUFCQUJnQWNwVnJTeW1DMUFGeWxXdExLWUxVQWJYVVIzZEhnZFFCVUVzQkFqOEFGQUFBQUFnQU01TjBUVmJ3ZTY5bEFBQUFlQUFBQUJrQUpBQUFBQUFBQUFDQUFBQUFqRE1BQUZSUFUwTkJMVTFsZEdGa1lYUmhMMVJQVTBOQkxtMWxkR0VLQUNBQUFBQUFBQUVBR0FBQS9VaGh1NERVQWRyNlIzZEhnZFFCMnZwSGQwZUIxQUZRU3dVR0FBQUFBQTRBRGdEckJRQUFLRFFBQUFBQQ==", + "listHeatParameters" : null, + "creationDate" : 1567068779671, + "description" : "Created by Open Command Platform - OCOMP", + "timeout" : 0, + "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.toscacsar", + "artifactName" : "tosca-csar", + "artifactRef" : null, + "artifactDisplayName" : "tosca csar", + "artifactLabel" : "toscacsar", + "artifactGroupType" : "INFORMATIONAL", + "heatParameters" : null, + "userIdCreator" : null, + "updaterFullName" : "Carlos Santana", + "creatorFullName" : null, + "userIdLastUpdater" : "cs0008", + "mandatory" : false, + "apiUrl" : null, + "serviceApi" : false, + "artifactRepository" : null, + "artifactCreator" : "cs0008", + "generated" : false, + "isFromCsar" : false, + "payloadUpdateDate" : 1567068780186, + "heatParamsUpdateDate" : null, + "requiredArtifacts" : null, + "lastUpdateDate" : 1567068779671, + "artifactUUID" : "5bc1a821-7c50-4b92-8d21-8ad44c1713fb", + "artifactVersion" : "1", + "artifactChecksum" : "YTVhYjY0OTYyMzMzMTM0ODI4ZmE2MGE4MWZiNjhlZmY=", + "generatedFromId" : null, + "esId" : "58620731-40a9-4f8e-95db-ef9fc478a705.toscacsar", + "duplicated" : false, + "version" : null, + "ownerId" : null, + "empty" : false, + "type" : null + } + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-artifact-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-artifact-schema-dublin-sample.yaml index e69de29b..301557e6 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-artifact-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-artifact-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: service-model-add-artifact +version: onap-dublin +samples: + sample1: + name: service-model-add-artifact + input: --format json --remarks Created by Open Command Platform - OCOMP --artifact-name tosca csar --artifact /tmp/data/vtp-tmp-files/vnf_vgw.csar --service-id 58620731-40a9-4f8e-95db-ef9fc478a705 + moco: service-model-add-artifact-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-vf-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-vf-schema-dublin-moco.json index ac0ed298..18b7bf53 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-vf-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-vf-schema-dublin-moco.json @@ -1,4833 +1,507 @@ [ { "request" : { "method" : "post", - "uri" : "/sdc2/rest/v1/catalog/services/fb8ffb35-a8e3-493f-9b9b-b31321b68dfa/resourceInstance", + "uri" : "/sdc2/rest/v1/catalog/services/58620731-40a9-4f8e-95db-ef9fc478a705/resourceInstance", "headers" : { "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-632475c0-1713-4c81-8f36-22bd814ef240", + "X-TransactionId" : "req-f1bae2d9-9b67-4ecf-a381-11814d1e2929", "Content-Type" : "application/json" }, "json" : { - "name" : "cli-vf-3", + "name" : "vgwocompvtp", "componentVersion" : "1.0", "posY" : 248, "posX" : 406, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa-86e7f0b5-e93f-45d7-b279-6e8d450fb1d9", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705-b85dad49-bd5c-4036-8eb0-601778b9d6ff", "originType" : "VF", - "componentUid" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9", + "componentUid" : "b85dad49-bd5c-4036-8eb0-601778b9d6ff", "icon" : "defaulticon" } }, "response" : { "status" : 201, "json" : { - "capabilities" : { - "tosca.capabilities.Endpoint" : [ { - "properties" : null, - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : null, - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "description" : null, - "type" : "tosca.capabilities.Endpoint", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "end_point", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "protected_private_network.end_point", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : null, - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "description" : null, - "type" : "tosca.capabilities.Endpoint", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "end_point", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "unprotected_private_network.end_point", - "version" : null, - "empty" : false - } ], - "tosca.capabilities.Node" : [ { - "properties" : null, - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : null, - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "feature", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "protected_private_network.feature", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "feature_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.feature_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "feature_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.feature_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "feature_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.feature_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "feature_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.feature_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "feature_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.feature_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "feature_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.feature_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "feature_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.feature_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "feature_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.feature_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "feature_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.feature_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "feature_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.feature_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : null, - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "description" : null, - "type" : "tosca.capabilities.Node", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "feature", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "unprotected_private_network.feature", - "version" : null, - "empty" : false - } ], - "tosca.capabilities.Scalable" : [ { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.Scalable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "scalable_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.scalable_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.Scalable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "scalable_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.scalable_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.Scalable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "scalable_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.scalable_vfw", - "version" : null, - "empty" : false - } ], - "org.openecomp.capabilities.Forwarder" : [ { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "org.openecomp.capabilities.Forwarder", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "forwarder_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.forwarder_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "org.openecomp.capabilities.Forwarder", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "forwarder_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.forwarder_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "org.openecomp.capabilities.Forwarder", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "forwarder_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.forwarder_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "org.openecomp.capabilities.Forwarder", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "forwarder_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.forwarder_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "org.openecomp.capabilities.Forwarder", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "forwarder_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.forwarder_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "org.openecomp.capabilities.Forwarder", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "forwarder_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.forwarder_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "org.openecomp.capabilities.Forwarder", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "forwarder_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.forwarder_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - } ], - "tosca.capabilities.network.Bindable" : [ { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.network.Bindable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "binding_vsn_vsn_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "abstract_vsn.binding_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.network.Bindable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "binding_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.binding_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.network.Bindable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "binding_vsn_vsn_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "abstract_vsn.binding_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.network.Bindable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "binding_vpg_vpg_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "abstract_vpg.binding_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.network.Bindable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "binding_vpg_vpg_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "abstract_vpg.binding_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.network.Bindable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "binding_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.binding_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.network.Bindable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "binding_vfw_vfw_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "abstract_vfw.binding_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.network.Bindable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "binding_vfw_vfw_private_2_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "abstract_vfw.binding_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.network.Bindable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "binding_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.binding_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.network.Bindable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "binding_vfw_vfw_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "abstract_vfw.binding_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - } ], - "org.openecomp.capabilities.PortMirroring" : [ { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "org.openecomp.capabilities.PortMirroring", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "port_mirroring_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.port_mirroring_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "org.openecomp.capabilities.PortMirroring", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "port_mirroring_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.port_mirroring_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "org.openecomp.capabilities.PortMirroring", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "port_mirroring_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.port_mirroring_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "properties" : null, - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : null, - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "description" : null, - "type" : "tosca.capabilities.network.Linkable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "link", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "protected_private_network.link", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : null, - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "description" : null, - "type" : "tosca.capabilities.network.Linkable", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "link", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "unprotected_private_network.link", - "version" : null, - "empty" : false - } ], - "tosca.capabilities.Container" : [ { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.Container", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "host_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "abstract_vsn.host_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.Container", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "host_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "abstract_vpg.host_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.Container", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "host_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "abstract_vfw.host_vfw", - "version" : null, - "empty" : false - } ], - "org.openecomp.capabilities.metric.Ceilometer" : [ { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.packets.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.bytes_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.packets.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outpoing.packets_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.bytes.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.bytes_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.packets_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.ephemeral.size_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.ephemeral.size_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "instance_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.instance_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "memory_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.memory_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.iops_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.iops_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.read.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.read.requests_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "cpu.delta_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.cpu.delta_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.capacity_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.capacity_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.read.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.read.bytes_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.write.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.write.bytes_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.latency_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.latency_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.read.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.read.bytes.rate_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.usage_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "cpu_util_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.cpu_util_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.allocation_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.allocation_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.write.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.write.requests.rate_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.write.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.write.bytes.rate_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.latency_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.latency_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "cpu_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.cpu_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.write.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.write.requests_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.write.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.write.bytes_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.read.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.read.requests_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.root.size_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.root.size_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.write.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.write.bytes.rate_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "vcpus_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.vcpus_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.iops_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.iops_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.usage_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.read.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.read.requests.rate_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.write.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.write.requests.rate_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.allocation_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.allocation_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.read.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.read.bytes.rate_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.read.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.read.bytes_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "memory.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.memory.usage_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.device.capacity_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.device.capacity_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "memory.resident_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.memory.resident_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "disk.write.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.disk.write.requests_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "network.incoming.packets.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "network.outgoing.bytes_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "network.outgoing.packets.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "network.outpoing.packets_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "network.incoming.bytes.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "network.incoming.bytes_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "network.incoming.packets_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "network.incoming.packets.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "network.outgoing.bytes_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "network.outgoing.packets.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "network.outpoing.packets_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "network.incoming.bytes.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "network.incoming.bytes_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "network.incoming.packets_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.packets.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.bytes_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.packets.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outpoing.packets_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.bytes.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.bytes_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.packets_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.ephemeral.size_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.ephemeral.size_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "instance_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.instance_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "memory_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.memory_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.iops_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.iops_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.read.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.read.requests_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "cpu.delta_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.cpu.delta_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.capacity_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.capacity_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.read.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.read.bytes_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.write.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.write.bytes_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.latency_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.latency_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.read.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.read.bytes.rate_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.usage_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "cpu_util_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.cpu_util_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.allocation_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.allocation_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.write.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.write.requests.rate_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.write.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.write.bytes.rate_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.latency_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.latency_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "cpu_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.cpu_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.write.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.write.requests_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.write.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.write.bytes_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.read.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.read.requests_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.root.size_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.root.size_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.write.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.write.bytes.rate_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "vcpus_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.vcpus_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.iops_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.iops_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.usage_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.read.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.read.requests.rate_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.write.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.write.requests.rate_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.allocation_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.allocation_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.read.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.read.bytes.rate_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.read.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.read.bytes_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "memory.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.memory.usage_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.device.capacity_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.device.capacity_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "memory.resident_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.memory.resident_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "disk.write.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.disk.write.requests_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.packets.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.bytes_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.packets.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outpoing.packets_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.bytes.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.bytes_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.packets_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "network.incoming.packets.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "network.outgoing.bytes_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "network.outgoing.packets.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "network.outpoing.packets_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "network.incoming.bytes.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "network.incoming.bytes_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "network.incoming.packets_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.ephemeral.size_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.ephemeral.size_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "instance_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.instance_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "memory_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.memory_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.iops_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.iops_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.read.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.read.requests_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "cpu.delta_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.cpu.delta_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.capacity_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.capacity_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.read.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.read.bytes_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.write.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.write.bytes_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.latency_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.latency_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.read.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.read.bytes.rate_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.usage_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "cpu_util_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.cpu_util_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.allocation_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.allocation_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.write.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.write.requests.rate_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.write.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.write.bytes.rate_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.latency_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.latency_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "cpu_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.cpu_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.write.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.write.requests_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.write.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.write.bytes_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.read.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.read.requests_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.root.size_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.root.size_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.write.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.write.bytes.rate_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "vcpus_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.vcpus_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.iops_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.iops_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.usage_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.read.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.read.requests.rate_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.write.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.write.requests.rate_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.allocation_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.allocation_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.read.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.read.bytes.rate_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.read.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.read.bytes_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "memory.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.memory.usage_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.device.capacity_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.device.capacity_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "memory.resident_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.memory.resident_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "disk.write.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.disk.write.requests_vfw", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.packets.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.bytes_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.packets.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outpoing.packets_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.bytes.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.bytes_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "network.incoming.packets_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - } ], - "tosca.capabilities.OperatingSystem" : [ { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.OperatingSystem", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "os_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.os_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.OperatingSystem", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "os_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.os_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.OperatingSystem", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "os_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.os_vfw", - "version" : null, - "empty" : false - } ], - "tosca.capabilities.Endpoint.Admin" : [ { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.Endpoint.Admin", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "endpoint_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.endpoint_vsn", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.Endpoint.Admin", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "endpoint_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.endpoint_vpg", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.Endpoint.Admin", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "endpoint_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.endpoint_vfw", - "version" : null, - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "properties" : null, - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : null, - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "description" : null, - "type" : "tosca.capabilities.Attachment", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "attachment", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "protected_private_network.attachment", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.Attachment", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "attachment_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.attachment_vsn_vsn_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : null, - "type" : "tosca.capabilities.Attachment", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "attachment_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vsn.attachment_vsn_vsn_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.Attachment", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "attachment_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.attachment_vpg_vpg_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : null, - "type" : "tosca.capabilities.Attachment", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "attachment_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vpg.attachment_vpg_vpg_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.Attachment", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "attachment_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.attachment_vfw_vfw_private_0_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.Attachment", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "attachment_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.attachment_vfw_vfw_private_2_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : null, - "type" : "tosca.capabilities.Attachment", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "attachment_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "abstract_vfw.attachment_vfw_vfw_private_1_port", - "version" : null, - "empty" : false - }, { - "properties" : null, - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : null, - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "description" : null, - "type" : "tosca.capabilities.Attachment", - "ownerType" : null, - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "attachment", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "unprotected_private_network.attachment", - "version" : null, - "empty" : false - } ] - }, - "requirements" : { - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : null, - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency", - "minOccurrences" : "0", - "name" : "protected_private_network.dependency", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency_vsn_vsn_private_0_port", - "minOccurrences" : "0", - "name" : "abstract_vsn.dependency_vsn_vsn_private_0_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency_vsn", - "minOccurrences" : "0", - "name" : "abstract_vsn.dependency_vsn", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency_vsn_vsn_private_1_port", - "minOccurrences" : "0", - "name" : "abstract_vsn.dependency_vsn_vsn_private_1_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency_vpg_vpg_private_1_port", - "minOccurrences" : "0", - "name" : "abstract_vpg.dependency_vpg_vpg_private_1_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency_vpg_vpg_private_0_port", - "minOccurrences" : "0", - "name" : "abstract_vpg.dependency_vpg_vpg_private_0_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency_vpg", - "minOccurrences" : "0", - "name" : "abstract_vpg.dependency_vpg", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency_vfw_vfw_private_0_port", - "minOccurrences" : "0", - "name" : "abstract_vfw.dependency_vfw_vfw_private_0_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency_vfw_vfw_private_2_port", - "minOccurrences" : "0", - "name" : "abstract_vfw.dependency_vfw_vfw_private_2_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency_vfw", - "minOccurrences" : "0", - "name" : "abstract_vfw.dependency_vfw", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency_vfw_vfw_private_1_port", - "minOccurrences" : "0", - "name" : "abstract_vfw.dependency_vfw_vfw_private_1_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : null, - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "dependency", - "minOccurrences" : "0", - "name" : "unprotected_private_network.dependency", - "version" : null, - "empty" : false, - "type" : null - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : null, - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "link_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "name" : "abstract_vsn.link_vsn_vsn_private_0_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : null, - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "link_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "name" : "abstract_vsn.link_vsn_vsn_private_1_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : null, - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "link_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "name" : "abstract_vpg.link_vpg_vpg_private_1_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : null, - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "link_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "name" : "abstract_vpg.link_vpg_vpg_private_0_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : null, - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "link_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "name" : "abstract_vfw.link_vfw_vfw_private_0_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : null, - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "link_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "name" : "abstract_vfw.link_vfw_vfw_private_2_port", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : null, - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "link_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "name" : "abstract_vfw.link_vfw_vfw_private_1_port", - "version" : null, - "empty" : false, - "type" : null - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "local_storage_vsn", - "minOccurrences" : "0", - "name" : "abstract_vsn.local_storage_vsn", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "local_storage_vpg", - "minOccurrences" : "0", - "name" : "abstract_vpg.local_storage_vpg", - "version" : null, - "empty" : false, - "type" : null - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "local_storage_vfw", - "minOccurrences" : "0", - "name" : "abstract_vfw.local_storage_vfw", - "version" : null, - "empty" : false, - "type" : null - } ] - }, + "capabilities" : null, + "requirements" : null, "deploymentArtifacts" : null, "artifacts" : null, "groupInstances" : null, - "actualComponentUid" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9", - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30", - "normalizedName" : "clivf30", - "name" : "cli-vf-3 0", - "creationTime" : 1553193012865, - "description" : null, - "originType" : "VF", + "interfaces" : null, + "properties" : null, + "nodeFilter" : null, + "inputs" : [ { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming", + "type" : "org.openecomp.datatypes.Naming", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "nf_naming", + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.skip_post_instantiation_configuration", + "type" : "boolean", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "skip_post_instantiation_configuration", + "value" : "true", + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.multi_stage_design", + "type" : "string", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "multi_stage_design", + "value" : "false", + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_function", + "type" : "string", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "nf_function", + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming_code", + "type" : "string", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "nf_naming_code", + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.availability_zone_max_count", + "type" : "integer", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "availability_zone_max_count", + "value" : "1", + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_version", + "type" : "string", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "sdnc_model_version", + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_artifact_name", + "type" : "string", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "sdnc_artifact_name", + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_role", + "type" : "string", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "nf_role", + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.max_instances", + "type" : "integer", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "max_instances", + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.min_instances", + "type" : "integer", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "min_instances", + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type", + "type" : "string", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "nf_type", + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + }, { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_name", + "type" : "string", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : "sdnc_model_name", + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : null, + "inputs" : null, + "properties" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + } ], + "actualComponentUid" : "b85dad49-bd5c-4036-8eb0-601778b9d6ff", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.b85dad49-bd5c-4036-8eb0-601778b9d6ff.vgwocompvtp", + "normalizedName" : "vgwocompvtp", + "name" : "vgwocompvtp", "sourceModelName" : null, - "componentUid" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9", - "customizationUUID" : "9c82bd37-0988-4ab3-896b-79100fca72e3", + "creationTime" : 1567068773181, + "originType" : "VF", + "description" : null, + "customizationUUID" : "4cd6f377-09d2-4f7f-b1bf-a87ba36a5ff1", + "invariantName" : "vgwocompvtp", + "componentUid" : "b85dad49-bd5c-4036-8eb0-601778b9d6ff", "componentVersion" : "1.0", - "componentName" : "cli-vf-3", - "toscaComponentName" : "org.openecomp.resource.vf.CliVf3", + "componentName" : "vgwocompvtp Vnf", + "toscaComponentName" : "org.openecomp.resource.vf.VgwocompvtpVnf", "sourceModelUid" : null, - "originArchived" : false, - "modificationTime" : 1553193012865, - "icon" : "defaulticon", - "isProxy" : false, - "invariantName" : "clivf30", + "modificationTime" : 1567068773181, "posX" : "406", "posY" : "248", - "propertyValueCounter" : 1, - "attributeValueCounter" : null, - "inputValueCounter" : null, "sourceModelInvariant" : null, "sourceModelUuid" : null, + "directives" : [ ], + "icon" : "defaulticon", + "inputValueCounter" : null, + "originArchived" : false, + "isProxy" : false, + "propertyValueCounter" : 1, + "attributeValueCounter" : null, "version" : null, "ownerId" : null, "empty" : false, diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-vf-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-vf-schema-dublin-sample.yaml index 49aa5948..02b712ce 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-vf-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-add-vf-schema-dublin-sample.yaml @@ -1,28 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -x +name: service-model-add-vf version: onap-dublin samples: sample1: - name: -x - input: fb8ffb35-a8e3-493f-9b9b-b31321b68dfa -b 1.0 -y 86e7f0b5-e93f-45d7-b279-6e8d450fb1d9 -z cli-vf-3 -u cs0008 -p demo123456! -m http://10.12.6.129:30205 + name: service-model-add-vf + input: --format json --vf-name vgwocompvtp --vf-id b85dad49-bd5c-4036-8eb0-601778b9d6ff --vf-version 1.0 --service-id 58620731-40a9-4f8e-95db-ef9fc478a705 moco: service-model-add-vf-schema-dublin-moco.json output: | - +----------+----------------------------------------------------+ - |property |value | - +----------+----------------------------------------------------+ - |ID |fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.86e7f0b5-e93f | - | |-45d7-b279-6e8d450fb1d9.clivf30 | - +----------+----------------------------------------------------+ + {"inputs":"[b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming, b8f09d0e-dd33-46d1-bb49-434094bf632f.skip_post_instantiation_configuration, b8f09d0e-dd33-46d1-bb49-434094bf632f.multi_stage_design, b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_function, b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming_code, b8f09d0e-dd33-46d1-bb49-434094bf632f.availability_zone_max_count, b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_version, b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_artifact_name, b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_role, b8f09d0e-dd33-46d1-bb49-434094bf632f.max_instances, b8f09d0e-dd33-46d1-bb49-434094bf632f.min_instances, b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type, b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_name]","id":"58620731-40a9-4f8e-95db-ef9fc478a705.b85dad49-bd5c-4036-8eb0-601778b9d6ff.vgwocompvtp","uuid":"b85dad49-bd5c-4036-8eb0-601778b9d6ff"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-approve-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-approve-schema-dublin-moco.json index a14aab76..c45524c9 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-approve-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-approve-schema-dublin-moco.json @@ -1,351 +1,377 @@ [ { "request" : { "method" : "post", - "uri" : "/sdc2/rest/v1/catalog/services/054425a1-5580-4758-ac33-ce817c8c7903/distribution-state/approve", + "uri" : "/sdc2/rest/v1/catalog/services/402a8ba7-5425-4072-8d05-40d7acbb4411/distribution-state/approve", "headers" : { "Authorization" : "Basic Z3YwMDAxOmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "gv0001", - "X-TransactionId" : "req-dda1fa86-4202-46e9-860d-55a7f23874cb", + "X-TransactionId" : "req-23320bcb-e746-43f9-aff1-8f714ec696d9", "Content-Type" : "application/json" }, "json" : { - "userRemarks" : "approved cli" + "userRemarks" : "Created by Open Command Platform - OCOMP" } }, "response" : { "status" : 200, "json" : { "artifacts" : { - "servicequestionnaire" : { - "creationDate" : 1553191779121, + "controlloopfunctions" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicequestionnaire", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Service Questionnaire", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.controlloopfunctions", + "artifactDisplayName" : "Control Loop Functions", + "artifactLabel" : "controlloopfunctions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicequestionnaire", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "dimensioninginfo" : { - "creationDate" : 1553191779121, + "operationalpolicies" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "dimensioninginfo", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Dimensioning Info", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.operationalpolicies", + "artifactDisplayName" : "Operational Policies", + "artifactLabel" : "operationalpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.dimensioninginfo", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "controlloopfunctions" : { - "creationDate" : 1553191779121, + "certificationtestresults" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "controlloopfunctions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Control Loop Functions", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.certificationtestresults", + "artifactDisplayName" : "TD Certification Test Results", + "artifactLabel" : "certificationtestresults", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.controlloopfunctions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "affinityrules" : { - "creationDate" : 1553191779121, + "deploymentvotingrecord" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "affinityrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Affinity Rules", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.deploymentvotingrecord", + "artifactDisplayName" : "Deployment Voting Record", + "artifactLabel" : "deploymentvotingrecord", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.affinityrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "operationalpolicies" : { - "creationDate" : 1553191779121, + "servicequestionnaire" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "operationalpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Operational Policies", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicequestionnaire", + "artifactDisplayName" : "Service Questionnaire", + "artifactLabel" : "servicequestionnaire", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.operationalpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "certificationtestresults" : { - "creationDate" : 1553191779121, + "toscacsar" : { + "creationDate" : 1567068779671, + "description" : "Created by Open Command Platform - OCOMP", "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "certificationtestresults", - "artifactVersion" : "0", + "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.toscacsar", + "artifactName" : "tosca-csar", + "artifactDisplayName" : "tosca csar", + "artifactLabel" : "toscacsar", "artifactGroupType" : "INFORMATIONAL", + "updaterFullName" : "Carlos Santana", + "userIdLastUpdater" : "cs0008", + "mandatory" : false, + "serviceApi" : false, + "artifactCreator" : "cs0008", + "generated" : false, + "isFromCsar" : false, + "payloadUpdateDate" : 1567068780186, + "lastUpdateDate" : 1567068779671, + "artifactUUID" : "5bc1a821-7c50-4b92-8d21-8ad44c1713fb", + "artifactVersion" : "1", + "artifactChecksum" : "YTVhYjY0OTYyMzMzMTM0ODI4ZmE2MGE4MWZiNjhlZmY=", + "esId" : "58620731-40a9-4f8e-95db-ef9fc478a705.toscacsar", + "duplicated" : false, + "empty" : false + }, + "dimensioninginfo" : { + "creationDate" : 1567068764424, + "timeout" : 0, "artifactType" : "OTHER", - "artifactDisplayName" : "TD Certification Test Results", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.dimensioninginfo", + "artifactDisplayName" : "Dimensioning Info", + "artifactLabel" : "dimensioninginfo", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.certificationtestresults", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "deploymentvotingrecord" : { - "creationDate" : 1553191779121, + "affinityrules" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "deploymentvotingrecord", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Deployment Voting Record", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.affinityrules", + "artifactDisplayName" : "Affinity Rules", + "artifactLabel" : "affinityrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.deploymentvotingrecord", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "serviceartifactplan" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "serviceartifactplan", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.serviceartifactplan", "artifactDisplayName" : "Service Artifact Plan", + "artifactLabel" : "serviceartifactplan", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.serviceartifactplan", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicespecificpolicies" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicespecificpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicespecificpolicies", "artifactDisplayName" : "Service-specific Policies", + "artifactLabel" : "servicespecificpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicespecificpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicesecuritytemplate" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicesecuritytemplate", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicesecuritytemplate", "artifactDisplayName" : "Service Security Template", + "artifactLabel" : "servicesecuritytemplate", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicesecuritytemplate", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "engineeringrules" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "engineeringrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.engineeringrules", "artifactDisplayName" : "Engineering Rules (ERD)", + "artifactLabel" : "engineeringrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.engineeringrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "distributioninstructions" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "distributioninstructions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.distributioninstructions", "artifactDisplayName" : "Distribution Instructions", + "artifactLabel" : "distributioninstructions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.distributioninstructions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "summaryofimpactstoecompelements" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "summaryofimpactstoecompelements", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.summaryofimpactstoecompelements", "artifactDisplayName" : "Summary of impacts to ECOMP elements,OSSs, BSSs", + "artifactLabel" : "summaryofimpactstoecompelements", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.summaryofimpactstoecompelements", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, "deploymentArtifacts" : { }, "toscaArtifacts" : { "assettoscacsar" : { - "creationDate" : 1553191779121, - "timeout" : 0, + "creationDate" : 1567068764424, "description" : "TOSCA definition package of the asset", - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "assettoscacsar", - "artifactUUID" : "4cee7eee-650e-468c-92e7-c1113ef25a22", - "artifactVersion" : "1", - "artifactGroupType" : "TOSCA", - "artifactName" : "service-CliServiceMod-csar.csar", + "timeout" : 0, "artifactType" : "TOSCA_CSAR", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.assettoscacsar", + "artifactName" : "service-VgwocompvtpService-csar.csar", "artifactDisplayName" : "Tosca Model", + "artifactLabel" : "assettoscacsar", + "artifactGroupType" : "TOSCA", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.assettoscacsar", - "artifactChecksum" : "NjJjOGE5Zjc5OTliZWQyMjFlZWRiNjdlNGVmOWY4NGY=", "serviceApi" : false, - "payloadUpdateDate" : 1553192489130, - "esId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.assettoscacsar", - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "payloadUpdateDate" : 1567068797730, + "lastUpdateDate" : 1567068764424, + "artifactUUID" : "fee28e3f-82d2-4202-ad24-935880cac43c", + "artifactVersion" : "1", + "artifactChecksum" : "OTk3ZTM4ZjkxMWM0NDM1N2Y2ZTVjMTM1MDkwMzUxM2Y=", + "esId" : "58620731-40a9-4f8e-95db-ef9fc478a705.assettoscacsar", + "duplicated" : false, "empty" : false }, "assettoscatemplate" : { - "creationDate" : 1553191779121, - "timeout" : 0, + "creationDate" : 1567068764424, "description" : "TOSCA representation of the asset", - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "assettoscatemplate", - "artifactUUID" : "d1368c62-3c36-469b-bde1-980ae4d8ae89", - "artifactVersion" : "1", - "artifactGroupType" : "TOSCA", - "artifactName" : "service-CliServiceMod-template.yml", + "timeout" : 0, "artifactType" : "TOSCA_TEMPLATE", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.assettoscatemplate", + "artifactName" : "service-VgwocompvtpService-template.yml", "artifactDisplayName" : "Tosca Template", + "artifactLabel" : "assettoscatemplate", + "artifactGroupType" : "TOSCA", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.assettoscatemplate", - "artifactChecksum" : "Njk5NzI2YjhkODM4MTM3ZWZmM2RhZmE4NDhmNGRiYjg=", "serviceApi" : false, - "payloadUpdateDate" : 1553192487714, - "esId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.assettoscatemplate", - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "payloadUpdateDate" : 1567068797397, + "lastUpdateDate" : 1567068764424, + "artifactUUID" : "1995e586-cc04-4c21-9256-5e6b5f20499e", + "artifactVersion" : "1", + "artifactChecksum" : "MDkyMjg4YmZiMDM2ZjMyOTBkN2M5NGYyMTgyOTAyYWE=", + "esId" : "58620731-40a9-4f8e-95db-ef9fc478a705.assettoscatemplate", + "duplicated" : false, "empty" : false } }, @@ -356,5427 +382,77 @@ "empty" : false } ], "componentInstances" : [ { - "capabilities" : { - "tosca.capabilities.Endpoint" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "end_point", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.end_point", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.end_point", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "end_point", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.end_point", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.end_point", - "empty" : false - } ], - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.feature", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.feature", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.feature_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.feature_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vsn.feature_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vpg.feature_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.feature_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.feature_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.feature_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.feature", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.feature", - "empty" : false - } ], - "tosca.capabilities.Scalable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.scalable_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.scalable_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.scalable_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.scalable_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.scalable_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.scalable_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.Forwarder" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.forwarder_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.forwarder_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vsn.forwarder_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.forwarder_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vpg.forwarder_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.forwarder_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.forwarder_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.forwarder_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.network.Bindable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.binding_vsn_vsn_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vsn.binding_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.binding_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.binding_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vsn.binding_vsn_vsn_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vsn.binding_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vpg.binding_vpg_vpg_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vpg.binding_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.binding_vpg_vpg_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vpg.binding_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.binding_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.binding_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_2_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.binding_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.binding_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_1_port", - "empty" : false - } ], - "org.openecomp.capabilities.PortMirroring" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vsn.port_mirroring_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.port_mirroring_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vpg.port_mirroring_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.port_mirroring_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vfw.port_mirroring_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.port_mirroring_vfw_vfw_private_2_port", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.link", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.link", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.link", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.link", - "empty" : false - } ], - "tosca.capabilities.Container" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.host_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vsn.host_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.host_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vpg.host_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.host_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vfw.host_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.metric.Ceilometer" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.ephemeral.size_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.ephemeral.size_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.instance_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.instance_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.iops_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.iops_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu.delta_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu.delta_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.capacity_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.capacity_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.latency_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.latency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu_util_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu_util_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.allocation_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.allocation_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.latency_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.latency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.root.size_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.root.size_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.vcpus_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.vcpus_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.iops_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.iops_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.allocation_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.allocation_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.capacity_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.capacity_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory.resident_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory.resident_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.ephemeral.size_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.ephemeral.size_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.instance_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.instance_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.iops_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.iops_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu.delta_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu.delta_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.capacity_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.capacity_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.latency_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.latency_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu_util_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu_util_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.allocation_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.allocation_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.latency_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.latency_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.root.size_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.root.size_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.vcpus_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.vcpus_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.iops_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.iops_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.allocation_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.allocation_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.capacity_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.capacity_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory.resident_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory.resident_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.requests_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.ephemeral.size_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.ephemeral.size_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.instance_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.instance_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.iops_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.iops_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu.delta_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu.delta_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.capacity_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.capacity_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.latency_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.latency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu_util_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu_util_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.allocation_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.allocation_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.latency_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.latency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.root.size_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.root.size_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.vcpus_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.vcpus_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.iops_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.iops_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.allocation_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.allocation_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.capacity_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.capacity_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory.resident_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory.resident_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.OperatingSystem" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.os_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.os_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.os_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.os_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.os_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.os_vfw", - "empty" : false - } ], - "tosca.capabilities.Endpoint.Admin" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.endpoint_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.endpoint_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.endpoint_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.endpoint_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.endpoint_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.endpoint_vfw", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.attachment", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.attachment", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.attachment_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.attachment_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vsn.attachment_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.attachment_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vpg.attachment_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.attachment_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.attachment_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.attachment_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.attachment", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.attachment", - "empty" : false - } ] - }, - "requirements" : { - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "protected_private_network.dependency", - "minOccurrences" : "0", - "name" : "clivf30.protected_private_network.dependency", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn_vsn_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn_vsn_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg_vpg_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg_vpg_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_2_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "unprotected_private_network.dependency", - "minOccurrences" : "0", - "name" : "clivf30.unprotected_private_network.dependency", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vsn.link_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vsn.link_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vsn.link_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vsn.link_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vpg.link_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vpg.link_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vpg.link_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vpg.link_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vsn.local_storage_vsn", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.local_storage_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vpg.local_storage_vpg", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.local_storage_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vfw.local_storage_vfw", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.local_storage_vfw", - "empty" : false - } ] - }, "deploymentArtifacts" : { - "vflicense" : { - "creationDate" : 1553125008013, + "toscacsar" : { + "creationDate" : 1567068749786, + "description" : "Created by Open Command Platform - OCOMP", "timeout" : 0, - "description" : "VF license file", - "lastUpdateDate" : 1553125008013, - "artifactLabel" : "vflicense", - "artifactUUID" : "ba5e6fb3-7eca-4c74-9320-1283381dee5e", - "artifactVersion" : "1", - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "vf-license-model.xml", - "artifactType" : "VF_LICENSE", - "artifactDisplayName" : "VF License", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vflicense", - "artifactChecksum" : "ZmVmMjRmNjM2ZTgwYTg4NGM3YmJhY2MyODY5MzZkMjM=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008015, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vflicense", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "vfModulesMetadata" : { - "timeout" : 0, - "description" : "Auto-generated VF Modules information artifact", - "artifactLabel" : "vfModulesMetadata", - "artifactUUID" : "59d04960-c716-4ceb-85d0-bc41d81d429c", - "artifactVersion" : "1", - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "clivf30_modules.json", - "artifactType" : "VF_MODULES_METADATA", - "artifactDisplayName" : "Vf Modules Metadata", - "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.vfModulesMetadata", - "artifactChecksum" : "ZDlkMTJjYjE3ZjhkNzMzMTQyZjc1YjYxZGE1NmVhZmU=", - "serviceApi" : false, - "payloadUpdateDate" : 1553192486560, - "esId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.vfModulesMetadata", - "duplicated" : false, - "isFromCsar" : false, - "generated" : false, - "empty" : false - }, - "heat1" : { - "listHeatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "currentValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "currentValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "currentValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "currentValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "currentValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "currentValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "currentValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "currentValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "currentValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "currentValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "currentValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "currentValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "currentValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "currentValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "currentValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "currentValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "currentValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "currentValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "currentValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "currentValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "currentValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "currentValue" : "https://nexus.onap.org", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "currentValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "currentValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], - "creationDate" : 1553125008094, - "timeout" : 60, - "description" : "created from csar", - "lastUpdateDate" : 1553125008094, - "artifactLabel" : "heat1", - "artifactUUID" : "1ef7b10d-c9f1-4aa9-a354-6ede0049434a", - "artifactVersion" : "2", - "heatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "currentValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "currentValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "currentValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "currentValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "currentValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "currentValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "currentValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "currentValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "currentValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "currentValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "currentValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "currentValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "currentValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "currentValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "currentValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "currentValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "currentValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "currentValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "currentValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "currentValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "currentValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "currentValue" : "https://nexus.onap.org", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "currentValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "currentValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "base_vfw.yaml", - "artifactType" : "HEAT", - "artifactDisplayName" : "base_vfw", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", - "artifactChecksum" : "NmFmYjA4N2ZjNDAxYjYyOGY0MjYzMGVlMDU3NWQ2OGE=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008148, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "vendorlicense" : { - "creationDate" : 1553125007971, - "timeout" : 0, - "description" : " Vendor license file", - "lastUpdateDate" : 1553125007971, - "artifactLabel" : "vendorlicense", - "artifactUUID" : "f5e01fb9-2ea4-47d9-b8dd-7c79ee7c3742", - "artifactVersion" : "1", + "artifactType" : "OTHER", + "uniqueId" : "eeafae8a-9269-4109-b97c-63290957ae8f.toscacsar", + "artifactName" : "tosca-csar", + "artifactDisplayName" : "tosca csar", + "artifactLabel" : "toscacsar", "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "vendor-license-model.xml", - "artifactType" : "VENDOR_LICENSE", - "artifactDisplayName" : "Vendor License", "updaterFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vendorlicense", - "artifactChecksum" : "MTg5NTFhNDVjYzhiNTU1OGYwYmU2N2MzZGJiNGZjMWM=", "serviceApi" : false, - "payloadUpdateDate" : 1553125007973, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vendorlicense", - "duplicated" : false, - "isFromCsar" : true, "artifactCreator" : "cs0008", "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "heat1env" : { - "listHeatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "defaultValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "defaultValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "defaultValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "defaultValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "defaultValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "defaultValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "defaultValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "defaultValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "defaultValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "defaultValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "defaultValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "defaultValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "defaultValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "defaultValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "defaultValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "defaultValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "defaultValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "defaultValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "defaultValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "defaultValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "defaultValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "defaultValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "defaultValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "defaultValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "defaultValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "defaultValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "defaultValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "defaultValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "defaultValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], - "creationDate" : 1553191832138, - "timeout" : 0, - "description" : "Auto-generated HEAT Environment deployment artifact", - "lastUpdateDate" : 1553191832138, - "artifactLabel" : "heat1env", - "artifactUUID" : "b6f22323-f3d7-4068-9055-33c55e78e772", - "artifactVersion" : "2", - "heatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "defaultValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "defaultValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "defaultValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "defaultValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "defaultValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "defaultValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "defaultValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "defaultValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "defaultValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "defaultValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "defaultValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "defaultValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "defaultValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "defaultValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "defaultValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "defaultValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "defaultValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "defaultValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "defaultValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "defaultValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "defaultValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "defaultValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "defaultValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "defaultValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "defaultValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "defaultValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "defaultValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "defaultValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "defaultValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "base_vfw.env", - "artifactType" : "HEAT_ENV", - "artifactDisplayName" : "HEAT ENV", - "userIdCreator" : "cs0008", - "updaterFullName" : "Carlos Santana", - "creatorFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.heat1env", - "heatParamsUpdateDate" : 1553191832138, - "artifactChecksum" : "YzBhN2JiYjZhZDUzNTc4YjNmY2Y4YzM1NDZiZWMwOTA=", - "generatedFromId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", - "serviceApi" : false, - "payloadUpdateDate" : 1553192485382, - "esId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.heat1env", - "duplicated" : false, "isFromCsar" : false, - "generated" : false, - "empty" : false - } - }, - "artifacts" : { - "vspclitest3informationtxt" : { - "creationDate" : 1553125008054, - "timeout" : 0, - "description" : "Artifact created from csar", - "lastUpdateDate" : 1553125008054, - "artifactLabel" : "vspclitest3informationtxt", - "artifactUUID" : "3489c4c1-e770-49ea-bb8b-86361e7d2a65", + "payloadUpdateDate" : 1567068750307, + "lastUpdateDate" : 1567068749786, + "artifactUUID" : "f6e14c15-09f7-4756-8470-6568474c4dd2", "artifactVersion" : "1", - "artifactGroupType" : "INFORMATIONAL", - "artifactName" : "VSP_cli-test-3_Information.txt", - "artifactType" : "GUIDE", - "artifactDisplayName" : "VSP_cli-test-3_Information", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vspclitest3informationtxt", - "artifactChecksum" : "ZDQxNWViNTFiYTQ5NWRmMWNmNDM4YjAxZTdlNjJiZjA=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008055, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vspclitest3informationtxt", + "artifactChecksum" : "YTVhYjY0OTYyMzMzMTM0ODI4ZmE2MGE4MWZiNjhlZmY=", + "esId" : "eeafae8a-9269-4109-b97c-63290957ae8f.toscacsar", "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], "empty" : false } }, - "groupInstances" : [ { - "creationTime" : 1553191832196, - "version" : "1", - "type" : "org.openecomp.groups.VfModule", - "artifacts" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1env", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1" ], - "customizationUUID" : "5376c777-834e-433b-8f9e-65c7c0a7e4d1", - "normalizedName" : "clivf30clivf3base_vfwmodule0", - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.b3e0f162-5356-4b43-a9c0-3ab7e66638d2.CliVf3..base_vfw..module-0.clivf30clivf3base_vfwmodule0", - "modificationTime" : 1553191832196, - "groupName" : "CliVf3..base_vfw..module-0", - "groupUid" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.CliVf3..base_vfw..module-0", - "groupInstanceArtifacts" : [ "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.heat1env" ], - "groupInstanceArtifactsUuid" : [ "b6f22323-f3d7-4068-9055-33c55e78e772" ], - "invariantUUID" : "87ffed3c-8ca7-41c9-b424-0c5dcde7b6c7", - "artifactsUuid" : [ "1ef7b10d-c9f1-4aa9-a354-6ede0049434a" ], - "groupUUID" : "83b97301-3ce1-4eb8-b1df-1313d736aae1", - "name" : "clivf30..CliVf3..base_vfw..module-0", - "properties" : [ { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1", - "type" : "boolean", - "required" : false, - "definition" : true, - "defaultValue" : "true", - "description" : "Whether this module should be deployed before other modules", - "password" : false, - "name" : "isBase", - "value" : "true", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.isBase", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.isBase", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2", - "type" : "integer", - "required" : false, - "definition" : true, - "defaultValue" : "1", - "description" : "The minimum instances of this VF-Module", - "password" : false, - "name" : "min_vf_module_instances", - "value" : "1", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3", - "type" : "integer", - "required" : false, - "definition" : true, - "defaultValue" : "1", - "description" : "The maximum instances of this VF-Module", - "password" : false, - "name" : "max_vf_module_instances", - "value" : "1", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4", - "type" : "integer", - "required" : false, - "definition" : true, - "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", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.initial_count", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.initial_count", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5", - "type" : "string", - "required" : false, - "definition" : true, - "defaultValue" : "Base", - "password" : false, - "name" : "vf_module_type", - "value" : "Base", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6", - "type" : "string", - "required" : false, - "definition" : true, - "defaultValue" : "base_vfw", - "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_vfw", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7", - "type" : "boolean", - "required" : false, - "definition" : true, - "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", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.volume_group", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.volume_group", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8", - "type" : "map", - "required" : false, - "definition" : true, - "description" : "Identifies the set of VM types and their count included in the VF-Module\n", - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "description" : "<vfc_id>:<count>", - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "vfc_list", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vfc_list", - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "description" : "<vfc_id>:<count>", - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vfc_list", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9", - "type" : "string", - "required" : true, - "definition" : true, - "description" : "Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n", - "password" : false, - "name" : "vf_module_description", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10", - "type" : "integer", - "required" : false, - "definition" : true, - "description" : "Quantity of Availability Zones needed for this VF-Module (source: Extracted from VF-Module HEAT template)\n", - "password" : false, - "name" : "availability_zone_count", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count", - "empty" : false - } ], - "empty" : false - } ], - "actualComponentUid" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9", - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30", - "normalizedName" : "clivf30", - "name" : "cli-vf-3 0", - "creationTime" : 1553191832071, - "originType" : "VF", - "componentUid" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9", - "customizationUUID" : "9634847f-2013-473d-a5db-10cab18b568e", - "componentVersion" : "1.0", - "componentName" : "cli-vf-3", - "toscaComponentName" : "org.openecomp.resource.vf.CliVf3", - "originArchived" : false, - "modificationTime" : 1553191832071, - "icon" : "defaulticon", - "isProxy" : false, - "invariantName" : "clivf30", - "posX" : "406", - "posY" : "248", - "propertyValueCounter" : 1, - "empty" : false - } ], - "componentInstancesRelations" : [ ], - "componentInstancesInputs" : { - "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" : [ { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vf_module_id", - "type" : "string", + "inputs" : [ { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming", + "type" : "org.openecomp.datatypes.Naming", "required" : false, "definition" : false, - "description" : "The vFirewall Module ID is provided by ONAP", "password" : false, - "name" : "vf_module_id", - "value" : "vFirewall", - "label" : "vFirewall module ID", + "name" : "nf_naming", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sink_flavor_name", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.skip_post_instantiation_configuration", + "type" : "boolean", "required" : false, "definition" : false, - "description" : "Type of instance (flavor) to be used for vSink VM", "password" : false, - "name" : "sink_flavor_name", - "value" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "label" : "Flavor", + "name" : "skip_post_instantiation_configuration", + "value" : "true", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.packetgen_flavor_name", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.multi_stage_design", "type" : "string", "required" : false, "definition" : false, - "description" : "Type of instance (flavor) to be used for packet generator", "password" : false, - "name" : "packetgen_flavor_name", - "value" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "label" : "Flavor", + "name" : "multi_stage_design", + "value" : "false", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_function", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_function", "type" : "string", "required" : false, "definition" : false, @@ -5784,368 +460,177 @@ "name" : "nf_function", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_1", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "password" : false, - "name" : "vfw_private_ip_1", - "value" : "192.168.20.100", - "label" : "vFirewall private IP address towards the protected network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.public_net_id", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Public network that enables remote connection to VNF", - "password" : false, - "name" : "public_net_id", - "value" : "PUT THE PUBLIC NETWORK ID HERE", - "label" : "Public network name or ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_0", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "password" : false, - "name" : "vfw_private_ip_0", - "value" : "192.168.10.100", - "label" : "vFirewall private IP address towards the unprotected network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_subnet_id", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Private sub-network that connects ONAP components and the VNF", - "password" : false, - "name" : "onap_private_subnet_id", - "value" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "label" : "ONAP management sub-network name or ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "ONAP Security Group", - "password" : false, - "name" : "sec_group", - "value" : "PUT THE ONAP SECURITY GROUP HERE", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_2", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "password" : false, - "name" : "vfw_private_ip_2", - "value" : "10.0.100.1", - "label" : "vFirewall private IP address towards the ONAP management network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_type", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "nf_type", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_name_0", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Name of the vFirewall", - "password" : false, - "name" : "vfw_name_0", - "value" : "zdfw1fwl01fwl01", - "label" : "vFirewall name", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.nexus_artifact_repo", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "password" : false, - "name" : "nexus_artifact_repo", - "value" : "https://nexus.onap.org", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_cidr", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "The CIDR of the protected private network", - "password" : false, - "name" : "onap_private_net_cidr", - "value" : "10.0.0.0/16", - "label" : "ONAP private network CIDR", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_1_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vpg port 1 vnic type (normal, direct)", - "password" : false, - "name" : "vpg_private_1_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_1_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vfw port 1 vnic type (normal, direct)", - "password" : false, - "name" : "vfw_private_1_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.dcae_collector_ip", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "IP address of the DCAE collector", - "password" : false, - "name" : "dcae_collector_ip", - "value" : "10.0.4.1", - "label" : "DCAE collector IP address", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vnf_id", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "The VNF ID is provided by ONAP", - "password" : false, - "name" : "vnf_id", - "value" : "vFirewall_demo_app", - "label" : "VNF ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_1_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vsn port 1 vnic type (normal, direct)", - "password" : false, - "name" : "vsn_private_1_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.dcae_collector_port", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming_code", "type" : "string", "required" : false, "definition" : false, - "description" : "Port of the DCAE collector", "password" : false, - "name" : "dcae_collector_port", - "value" : "8081", - "label" : "DCAE collector port", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_2_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vfw port 2 vnic type (normal, direct)", - "password" : false, - "name" : "vfw_private_2_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_name_0", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Name of the vPacketGenerator", - "password" : false, - "name" : "vpg_name_0", - "value" : "zdfw1fwl01pgn01", - "label" : "vPacketGenerator name", + "name" : "nf_naming_code", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_ip_0", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.availability_zone_max_count", + "type" : "integer", "required" : false, "definition" : false, - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", "password" : false, - "name" : "vsn_private_ip_0", - "value" : "192.168.20.250", - "label" : "vSink private IP address towards the protected network", + "name" : "availability_zone_max_count", + "value" : "1", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_ip_1", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_version", "type" : "string", "required" : false, "definition" : false, - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", "password" : false, - "name" : "vpg_private_ip_1", - "value" : "10.0.100.2", - "label" : "vPacketGenerator private IP address towards the ONAP management network", + "name" : "sdnc_model_version", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_ip_1", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_artifact_name", "type" : "string", "required" : false, "definition" : false, - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", "password" : false, - "name" : "vsn_private_ip_1", - "value" : "10.0.100.3", - "label" : "vSink private IP address towards the ONAP management network", + "name" : "sdnc_artifact_name", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_ip_0", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_role", "type" : "string", "required" : false, "definition" : false, - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", "password" : false, - "name" : "vpg_private_ip_0", - "value" : "192.168.10.200", - "label" : "vPacketGenerator private IP address towards the unprotected network", + "name" : "nf_role", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.protected_private_net_cidr", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.max_instances", + "type" : "integer", "required" : false, "definition" : false, - "description" : "The CIDR of the protected private network", "password" : false, - "name" : "protected_private_net_cidr", - "value" : "192.168.20.0/24", - "label" : "Protected private network CIDR", + "name" : "max_instances", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.unprotected_private_net_cidr", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.min_instances", + "type" : "integer", "required" : false, "definition" : false, - "description" : "The CIDR of the unprotected private network", "password" : false, - "name" : "unprotected_private_net_cidr", - "value" : "192.168.10.0/24", - "label" : "Unprotected private network CIDR", + "name" : "min_instances", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_0_port_vnic_type", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type", "type" : "string", "required" : false, "definition" : false, - "description" : "vfw port 0 vnic type (normal, direct)", + "schema" : { + "property" : { + "required" : false, + "definition" : true, + "password" : false, + "hidden" : false, + "immutable" : false, + "getInputProperty" : false, + "empty" : false + }, + "empty" : false + }, "password" : false, - "name" : "vfw_private_0_port_vnic_type", - "value" : "normal or direct", + "name" : "nf_type", + "value" : "hwvnfmdriver", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "schemaProperty" : { + "required" : false, + "definition" : true, + "password" : false, + "hidden" : false, + "immutable" : false, + "getInputProperty" : false, + "empty" : false + }, "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.firewall_flavor_name", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_name", "type" : "string", "required" : false, "definition" : false, - "description" : "Type of instance (flavor) to be used for firewall VM", "password" : false, - "name" : "firewall_flavor_name", - "value" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "label" : "Firewall Flavor", + "name" : "sdnc_model_name", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_naming", + } ], + "actualComponentUid" : "b85dad49-bd5c-4036-8eb0-601778b9d6ff", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.b85dad49-bd5c-4036-8eb0-601778b9d6ff.vgwocompvtp", + "normalizedName" : "vgwocompvtp", + "name" : "vgwocompvtp", + "creationTime" : 1567068773181, + "originType" : "VF", + "customizationUUID" : "ddf5c94a-539b-479f-afce-6da6115be9fd", + "invariantName" : "vgwocompvtp", + "componentUid" : "b85dad49-bd5c-4036-8eb0-601778b9d6ff", + "componentVersion" : "1.0", + "componentName" : "vgwocompvtp Vnf", + "toscaComponentName" : "org.openecomp.resource.vf.VgwocompvtpVnf", + "modificationTime" : 1567068773181, + "posX" : "406", + "posY" : "248", + "directives" : [ ], + "icon" : "defaulticon", + "originArchived" : false, + "isProxy" : false, + "propertyValueCounter" : 1, + "empty" : false + } ], + "componentInstancesRelations" : [ ], + "componentInstancesInputs" : { + "58620731-40a9-4f8e-95db-ef9fc478a705.b85dad49-bd5c-4036-8eb0-601778b9d6ff.vgwocompvtp" : [ { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming", "type" : "org.openecomp.datatypes.Naming", "required" : false, "definition" : false, @@ -6153,27 +638,27 @@ "name" : "nf_naming", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_name_0", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.skip_post_instantiation_configuration", + "type" : "boolean", "required" : false, "definition" : false, - "description" : "Name of the vSink", "password" : false, - "name" : "vsn_name_0", - "value" : "zdfw1fwl01snk01", - "label" : "vSink name", + "name" : "skip_post_instantiation_configuration", + "value" : "true", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.multi_stage_design", - "type" : "boolean", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.multi_stage_design", + "type" : "string", "required" : false, "definition" : false, "password" : false, @@ -6181,26 +666,25 @@ "value" : "false", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_id", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_function", "type" : "string", "required" : false, "definition" : false, - "description" : "Private network that connects ONAP components and the VNF", "password" : false, - "name" : "onap_private_net_id", - "value" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "label" : "ONAP management network name or ID", + "name" : "nf_function", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_naming_code", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming_code", "type" : "string", "required" : false, "definition" : false, @@ -6208,52 +692,12 @@ "name" : "nf_naming_code", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_0_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vpg port 0 vnic type (normal, direct)", - "password" : false, - "name" : "vpg_private_0_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.unprotected_private_net_id", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Private network that connects vPacketGenerator with vFirewall", - "password" : false, - "name" : "unprotected_private_net_id", - "value" : "zdfw1fwl01_unprotected", - "label" : "Unprotected private network name or ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_0_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vsn port 0 vnic type (normal, direct)", - "password" : false, - "name" : "vsn_private_0_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.availability_zone_max_count", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.availability_zone_max_count", "type" : "integer", "required" : false, "definition" : false, @@ -6262,67 +706,38 @@ "value" : "1", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.demo_artifacts_version", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_version", "type" : "string", "required" : false, "definition" : false, - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", "password" : false, - "name" : "demo_artifacts_version", - "value" : "1.3.0", - "label" : "Artifacts version used in demo vnfs", + "name" : "sdnc_model_version", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.pub_key", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Public key to be installed on the compute instance", - "password" : false, - "name" : "pub_key", - "value" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "label" : "Public key", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.key_name", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_artifact_name", "type" : "string", "required" : false, "definition" : false, - "description" : "Public/Private key pair name", "password" : false, - "name" : "key_name", - "value" : "vfw_key", - "label" : "Key pair name", + "name" : "sdnc_artifact_name", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_role", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_role", "type" : "string", "required" : false, "definition" : false, @@ -6330,4539 +745,559 @@ "name" : "nf_role", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.install_script_version", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.max_instances", + "type" : "integer", "required" : false, "definition" : false, - "description" : "Version number of the scripts that install the vFW demo app", "password" : false, - "name" : "install_script_version", - "value" : "1.3.0", - "label" : "Installation script version number", + "name" : "max_instances", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_image_name", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.min_instances", + "type" : "integer", "required" : false, "definition" : false, - "description" : "Image to be used for compute instance", "password" : false, - "name" : "vfw_image_name", - "value" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "label" : "Image name or ID", + "name" : "min_instances", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.protected_private_net_id", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type", "type" : "string", "required" : false, "definition" : false, - "description" : "Private network that connects vFirewall with vSink", - "password" : false, - "name" : "protected_private_net_id", - "value" : "zdfw1fwl01_protected", - "label" : "Protected private network name or ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.min_instances", - "type" : "integer", - "required" : false, - "definition" : false, + "schema" : { + "property" : { + "required" : false, + "definition" : true, + "password" : false, + "hidden" : false, + "immutable" : false, + "getInputProperty" : false, + "empty" : false + }, + "empty" : false + }, "password" : false, - "name" : "min_instances", + "name" : "nf_type", + "value" : "hwvnfmdriver", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "schemaProperty" : { + "required" : false, + "definition" : true, + "password" : false, + "hidden" : false, + "immutable" : false, + "getInputProperty" : false, + "empty" : false + }, "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.cloud_env", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_name", "type" : "string", "required" : false, "definition" : false, - "description" : "Cloud environment (e.g., openstack, rackspace)", "password" : false, - "name" : "cloud_env", - "value" : "openstack", - "label" : "Cloud environment", + "name" : "sdnc_model_name", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false } ] }, - "capabilities" : { - "tosca.capabilities.Endpoint" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "end_point", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.end_point", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.end_point", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "end_point", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.end_point", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.end_point", - "empty" : false - } ], - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.feature", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.feature", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.feature_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.feature_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vsn.feature_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vpg.feature_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.feature_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.feature_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.feature_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.feature", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.feature", - "empty" : false - } ], - "tosca.capabilities.Scalable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.scalable_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.scalable_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.scalable_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.scalable_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.scalable_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.scalable_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.Forwarder" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.forwarder_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.forwarder_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vsn.forwarder_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.forwarder_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vpg.forwarder_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.forwarder_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.forwarder_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.forwarder_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.network.Bindable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.binding_vsn_vsn_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vsn.binding_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.binding_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.binding_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vsn.binding_vsn_vsn_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vsn.binding_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vpg.binding_vpg_vpg_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vpg.binding_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.binding_vpg_vpg_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vpg.binding_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.binding_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.binding_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_2_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.binding_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.binding_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_1_port", - "empty" : false - } ], - "org.openecomp.capabilities.PortMirroring" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vsn.port_mirroring_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.port_mirroring_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vpg.port_mirroring_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.port_mirroring_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vfw.port_mirroring_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.port_mirroring_vfw_vfw_private_2_port", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.link", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.link", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.link", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.link", - "empty" : false - } ], - "tosca.capabilities.Container" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.host_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vsn.host_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.host_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vpg.host_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.host_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vfw.host_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.metric.Ceilometer" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.ephemeral.size_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.ephemeral.size_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.instance_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.instance_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.iops_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.iops_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu.delta_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu.delta_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.capacity_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.capacity_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.latency_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.latency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu_util_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu_util_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.allocation_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.allocation_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.latency_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.latency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.root.size_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.root.size_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.vcpus_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.vcpus_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.iops_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.iops_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.allocation_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.allocation_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.capacity_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.capacity_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory.resident_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory.resident_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.ephemeral.size_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.ephemeral.size_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.instance_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.instance_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.iops_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.iops_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu.delta_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu.delta_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.capacity_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.capacity_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.latency_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.latency_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu_util_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu_util_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.allocation_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.allocation_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.latency_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.latency_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.root.size_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.root.size_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.vcpus_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.vcpus_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.iops_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.iops_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.allocation_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.allocation_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.capacity_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.capacity_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory.resident_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory.resident_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.requests_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.ephemeral.size_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.ephemeral.size_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.instance_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.instance_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.iops_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.iops_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu.delta_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu.delta_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.capacity_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.capacity_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.latency_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.latency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu_util_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu_util_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.allocation_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.allocation_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.latency_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.latency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.root.size_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.root.size_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.vcpus_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.vcpus_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.iops_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.iops_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.allocation_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.allocation_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.capacity_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.capacity_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory.resident_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory.resident_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.OperatingSystem" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.os_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.os_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.os_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.os_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.os_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.os_vfw", - "empty" : false - } ], - "tosca.capabilities.Endpoint.Admin" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.endpoint_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.endpoint_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.endpoint_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.endpoint_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.endpoint_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.endpoint_vfw", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.attachment", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.attachment", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.attachment_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.attachment_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vsn.attachment_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.attachment_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vpg.attachment_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.attachment_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.attachment_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.attachment_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.attachment", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.attachment", - "empty" : false - } ] - }, - "requirements" : { - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "protected_private_network.dependency", - "minOccurrences" : "0", - "name" : "clivf30.protected_private_network.dependency", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn_vsn_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn_vsn_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg_vpg_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg_vpg_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_2_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "unprotected_private_network.dependency", - "minOccurrences" : "0", - "name" : "clivf30.unprotected_private_network.dependency", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vsn.link_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vsn.link_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vsn.link_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vsn.link_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vpg.link_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vpg.link_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vpg.link_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vpg.link_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vsn.local_storage_vsn", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.local_storage_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vpg.local_storage_vpg", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.local_storage_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vfw.local_storage_vfw", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.local_storage_vfw", - "empty" : false - } ] - }, + "capabilities" : { }, "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service", "derivedFromGenericVersion" : "1.0", "toscaType" : "topology_template", + "nodeFilterComponents" : { }, "interfaces" : { }, "serviceApiArtifacts" : { "configuration" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "configuration", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.configuration", "artifactDisplayName" : "Configuration", + "artifactLabel" : "configuration", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.configuration", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "testing" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "testing", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.testing", "artifactDisplayName" : "Testing", + "artifactLabel" : "testing", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.testing", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "logging" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "logging", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.logging", "artifactDisplayName" : "Logging", + "artifactLabel" : "logging", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.logging", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "monitoring" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "monitoring", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.monitoring", "artifactDisplayName" : "Monitoring", + "artifactLabel" : "monitoring", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.monitoring", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "reporting" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "reporting", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.reporting", "artifactDisplayName" : "Reporting", + "artifactLabel" : "reporting", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.reporting", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "instantiation" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "instantiation", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.instantiation", "artifactDisplayName" : "Instantiation", + "artifactLabel" : "instantiation", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.instantiation", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, "forwardingPaths" : { }, - "distributionStatus" : "DISTRIBUTION_APPROVED", - "projectCode" : "000000", "environmentContext" : "General_Revenue-Bearing", + "projectCode" : "OCOMP", "serviceType" : "", "serviceRole" : "", "ecompGeneratedNaming" : true, "namingPolicy" : "", "instantiationType" : "A-la-carte", - "creationDate" : 1553191779187, + "distributionStatus" : "DISTRIBUTION_APPROVED", "version" : "1.0", - "description" : "create service model with cli", - "componentType" : "SERVICE", - "lifecycleState" : "CERTIFIED", - "systemName" : "CliServiceMod", - "lastUpdateDate" : 1553195028901, - "highestVersion" : true, - "creatorFullName" : "Joni Mitchell", - "normalizedName" : "cliservicemod", + "contactId" : "cs0008", + "creatorUserId" : "jm0007", + "lastUpdaterUserId" : "jm0007", + "lastUpdaterFullName" : "Joni Mitchell", + "creationDate" : 1567068764463, "actualComponentType" : "Service", "topologyTemplate" : true, + "tags" : [ "vgwocompvtp Service" ], "vspArchived" : false, - "archived" : false, - "contactId" : "cs0008", + "highestVersion" : true, + "allVersions" : { + "1.0" : "402a8ba7-5425-4072-8d05-40d7acbb4411" + }, + "description" : "Created by Open Command Platform - OCOMP", + "uuid" : "ea98398d-1858-4a22-b227-74eb0e60df49", "conformanceLevel" : "9.0", - "lastUpdaterFullName" : "Joni Mitchell", - "tags" : [ "cli-service-mod" ], - "uniqueId" : "054425a1-5580-4758-ac33-ce817c8c7903", - "uuid" : "a4208283-3330-45f2-a0d4-4969931ffc06", + "uniqueId" : "402a8ba7-5425-4072-8d05-40d7acbb4411", + "creatorFullName" : "Joni Mitchell", + "normalizedName" : "vgwocompvtpservice", + "lifecycleState" : "CERTIFIED", "icon" : "defaulticon", - "lastUpdaterUserId" : "jm0007", - "creatorUserId" : "jm0007", - "invariantUUID" : "36a18432-57d2-4d67-b67a-19b219cc0113", "allArtifacts" : { "controlloopfunctions" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "controlloopfunctions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.controlloopfunctions", "artifactDisplayName" : "Control Loop Functions", + "artifactLabel" : "controlloopfunctions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.controlloopfunctions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "operationalpolicies" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "operationalpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.operationalpolicies", "artifactDisplayName" : "Operational Policies", + "artifactLabel" : "operationalpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.operationalpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "certificationtestresults" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "certificationtestresults", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.certificationtestresults", "artifactDisplayName" : "TD Certification Test Results", + "artifactLabel" : "certificationtestresults", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.certificationtestresults", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "deploymentvotingrecord" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "deploymentvotingrecord", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.deploymentvotingrecord", "artifactDisplayName" : "Deployment Voting Record", + "artifactLabel" : "deploymentvotingrecord", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.deploymentvotingrecord", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicequestionnaire" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicequestionnaire", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicequestionnaire", "artifactDisplayName" : "Service Questionnaire", + "artifactLabel" : "servicequestionnaire", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicequestionnaire", "serviceApi" : false, - "duplicated" : false, + "generated" : false, "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, + "empty" : false + }, + "toscacsar" : { + "creationDate" : 1567068779671, + "description" : "Created by Open Command Platform - OCOMP", + "timeout" : 0, + "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.toscacsar", + "artifactName" : "tosca-csar", + "artifactDisplayName" : "tosca csar", + "artifactLabel" : "toscacsar", + "artifactGroupType" : "INFORMATIONAL", + "updaterFullName" : "Carlos Santana", + "userIdLastUpdater" : "cs0008", + "mandatory" : false, + "serviceApi" : false, + "artifactCreator" : "cs0008", "generated" : false, + "isFromCsar" : false, + "payloadUpdateDate" : 1567068780186, + "lastUpdateDate" : 1567068779671, + "artifactUUID" : "5bc1a821-7c50-4b92-8d21-8ad44c1713fb", + "artifactVersion" : "1", + "artifactChecksum" : "YTVhYjY0OTYyMzMzMTM0ODI4ZmE2MGE4MWZiNjhlZmY=", + "esId" : "58620731-40a9-4f8e-95db-ef9fc478a705.toscacsar", + "duplicated" : false, "empty" : false }, "dimensioninginfo" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "dimensioninginfo", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.dimensioninginfo", "artifactDisplayName" : "Dimensioning Info", + "artifactLabel" : "dimensioninginfo", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.dimensioninginfo", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "affinityrules" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "affinityrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.affinityrules", "artifactDisplayName" : "Affinity Rules", + "artifactLabel" : "affinityrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.affinityrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "serviceartifactplan" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "serviceartifactplan", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.serviceartifactplan", "artifactDisplayName" : "Service Artifact Plan", + "artifactLabel" : "serviceartifactplan", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.serviceartifactplan", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicespecificpolicies" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicespecificpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicespecificpolicies", "artifactDisplayName" : "Service-specific Policies", + "artifactLabel" : "servicespecificpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicespecificpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicesecuritytemplate" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicesecuritytemplate", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicesecuritytemplate", "artifactDisplayName" : "Service Security Template", + "artifactLabel" : "servicesecuritytemplate", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicesecuritytemplate", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "engineeringrules" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "engineeringrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.engineeringrules", "artifactDisplayName" : "Engineering Rules (ERD)", + "artifactLabel" : "engineeringrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.engineeringrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "distributioninstructions" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "distributioninstructions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.distributioninstructions", "artifactDisplayName" : "Distribution Instructions", + "artifactLabel" : "distributioninstructions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.distributioninstructions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "summaryofimpactstoecompelements" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "summaryofimpactstoecompelements", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.summaryofimpactstoecompelements", "artifactDisplayName" : "Summary of impacts to ECOMP elements,OSSs, BSSs", + "artifactLabel" : "summaryofimpactstoecompelements", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.summaryofimpactstoecompelements", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, - "allVersions" : { - "1.0" : "054425a1-5580-4758-ac33-ce817c8c7903" - }, + "componentType" : "SERVICE", + "systemName" : "VgwocompvtpService", + "lastUpdateDate" : 1567068821719, + "archived" : false, + "invariantUUID" : "1b6d7385-916d-4f96-aebd-f2cd03c59079", "archiveTime" : 0, - "name" : "cli-service-mod" + "name" : "vgwocompvtp Service" } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-approve-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-approve-schema-dublin-sample.yaml index e085605e..ca97df9c 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-approve-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-approve-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -b +name: service-model-approve version: onap-dublin samples: sample1: - name: -b - input: 054425a1-5580-4758-ac33-ce817c8c7903 -r approved cli -u gv0001 -p demo123456! -m http://10.12.6.129:30205 + name: service-model-approve + input: --format json --remarks Created by Open Command Platform - OCOMP --service-id 402a8ba7-5425-4072-8d05-40d7acbb4411 moco: service-model-approve-schema-dublin-moco.json - output:
\ No newline at end of file + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-archive-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-archive-schema-dublin-moco.json new file mode 100644 index 00000000..b1402812 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-archive-schema-dublin-moco.json @@ -0,0 +1,19 @@ +[ { + "request" : { + "method" : "post", + "uri" : "/sdc2/rest/v1/catalog/services/402a8ba7-5425-4072-8d05-40d7acbb4411/archive", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-d478caa3-d0a1-4c20-8c6e-a7d09172644f", + "Content-Type" : "application/json" + }, + "json" : { } + }, + "response" : { + "status" : 200, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-archive-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-archive-schema-dublin-sample.yaml new file mode 100644 index 00000000..4f1fdb12 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-archive-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: service-model-archive +version: onap-dublin +samples: + sample1: + name: service-model-archive + input: --format json --service-id 402a8ba7-5425-4072-8d05-40d7acbb4411 + moco: service-model-archive-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-create-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-create-schema-dublin-moco.json index 3f92fde4..e90c53ba 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-create-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-create-schema-dublin-moco.json @@ -7,7 +7,7 @@ "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-c3ef85bc-a393-4c6c-9b01-93f15997b01f", + "X-TransactionId" : "req-4e1a8e59-a73b-4a3c-9019-cb8ff43b3b28", "Content-Type" : "application/json" }, "json" : { @@ -25,17 +25,17 @@ "empty" : false, "type" : null } ], - "description" : "create service model with cli", + "description" : "Created by Open Command Platform - OCOMP", "icon" : "defaulticon", "componentInstancesProperties" : { }, "componentInstancesAttributes" : { }, - "name" : "cli-service", - "tags" : [ "cli-service" ], + "name" : "vgwocompvtp Service", + "tags" : [ "vgwocompvtp Service" ], "capabilities" : { }, "requirements" : { }, "deploymentArtifacts" : { }, "componentType" : "SERVICE", - "projectCode" : "000000", + "projectCode" : "OCOMP", "componentInstances" : [ ], "properties" : [ ], "attributes" : [ ], @@ -51,325 +51,325 @@ "json" : { "artifacts" : { "servicequestionnaire" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "servicequestionnaire", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicequestionnaire", "artifactDisplayName" : "Service Questionnaire", + "artifactLabel" : "servicequestionnaire", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.servicequestionnaire", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "dimensioninginfo" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "dimensioninginfo", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.dimensioninginfo", "artifactDisplayName" : "Dimensioning Info", + "artifactLabel" : "dimensioninginfo", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.dimensioninginfo", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "controlloopfunctions" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "controlloopfunctions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.controlloopfunctions", "artifactDisplayName" : "Control Loop Functions", + "artifactLabel" : "controlloopfunctions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.controlloopfunctions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "affinityrules" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "affinityrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.affinityrules", "artifactDisplayName" : "Affinity Rules", + "artifactLabel" : "affinityrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.affinityrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "operationalpolicies" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "operationalpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.operationalpolicies", "artifactDisplayName" : "Operational Policies", + "artifactLabel" : "operationalpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.operationalpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "certificationtestresults" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "certificationtestresults", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.certificationtestresults", "artifactDisplayName" : "TD Certification Test Results", + "artifactLabel" : "certificationtestresults", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.certificationtestresults", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "deploymentvotingrecord" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "deploymentvotingrecord", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.deploymentvotingrecord", "artifactDisplayName" : "Deployment Voting Record", + "artifactLabel" : "deploymentvotingrecord", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.deploymentvotingrecord", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "serviceartifactplan" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "serviceartifactplan", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.serviceartifactplan", "artifactDisplayName" : "Service Artifact Plan", + "artifactLabel" : "serviceartifactplan", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.serviceartifactplan", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicespecificpolicies" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "servicespecificpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicespecificpolicies", "artifactDisplayName" : "Service-specific Policies", + "artifactLabel" : "servicespecificpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.servicespecificpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicesecuritytemplate" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "servicesecuritytemplate", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicesecuritytemplate", "artifactDisplayName" : "Service Security Template", + "artifactLabel" : "servicesecuritytemplate", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.servicesecuritytemplate", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "engineeringrules" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "engineeringrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.engineeringrules", "artifactDisplayName" : "Engineering Rules (ERD)", + "artifactLabel" : "engineeringrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.engineeringrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "distributioninstructions" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "distributioninstructions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.distributioninstructions", "artifactDisplayName" : "Distribution Instructions", + "artifactLabel" : "distributioninstructions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.distributioninstructions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "summaryofimpactstoecompelements" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "summaryofimpactstoecompelements", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.summaryofimpactstoecompelements", "artifactDisplayName" : "Summary of impacts to ECOMP elements,OSSs, BSSs", + "artifactLabel" : "summaryofimpactstoecompelements", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.summaryofimpactstoecompelements", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, "deploymentArtifacts" : { }, "toscaArtifacts" : { "assettoscacsar" : { - "creationDate" : 1553192910414, - "timeout" : 0, + "creationDate" : 1567068764424, "description" : "TOSCA definition package of the asset", - "lastUpdateDate" : 1553192910414, - "artifactLabel" : "assettoscacsar", - "artifactVersion" : "0", - "artifactGroupType" : "TOSCA", - "artifactName" : "service-CliService-csar.csar", + "timeout" : 0, "artifactType" : "TOSCA_CSAR", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.assettoscacsar", + "artifactName" : "service-VgwocompvtpService-csar.csar", "artifactDisplayName" : "Tosca Model", + "artifactLabel" : "assettoscacsar", + "artifactGroupType" : "TOSCA", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.assettoscacsar", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "assettoscatemplate" : { - "creationDate" : 1553192910414, - "timeout" : 0, + "creationDate" : 1567068764424, "description" : "TOSCA representation of the asset", - "lastUpdateDate" : 1553192910414, - "artifactLabel" : "assettoscatemplate", - "artifactVersion" : "0", - "artifactGroupType" : "TOSCA", - "artifactName" : "service-CliService-template.yml", + "timeout" : 0, "artifactType" : "TOSCA_TEMPLATE", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.assettoscatemplate", + "artifactName" : "service-VgwocompvtpService-template.yml", "artifactDisplayName" : "Tosca Template", + "artifactLabel" : "assettoscatemplate", + "artifactGroupType" : "TOSCA", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.assettoscatemplate", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, @@ -385,445 +385,446 @@ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service", "derivedFromGenericVersion" : "1.0", "toscaType" : "topology_template", + "nodeFilterComponents" : { }, "interfaces" : { }, "serviceApiArtifacts" : { "configuration" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "configuration", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.configuration", "artifactDisplayName" : "Configuration", + "artifactLabel" : "configuration", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.configuration", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "testing" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "testing", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.testing", "artifactDisplayName" : "Testing", + "artifactLabel" : "testing", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.testing", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "logging" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "logging", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.logging", "artifactDisplayName" : "Logging", + "artifactLabel" : "logging", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.logging", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "monitoring" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "monitoring", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.monitoring", "artifactDisplayName" : "Monitoring", + "artifactLabel" : "monitoring", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.monitoring", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "reporting" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "reporting", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.reporting", "artifactDisplayName" : "Reporting", + "artifactLabel" : "reporting", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.reporting", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "instantiation" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "instantiation", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.instantiation", "artifactDisplayName" : "Instantiation", + "artifactLabel" : "instantiation", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.instantiation", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, "forwardingPaths" : { }, - "distributionStatus" : "DISTRIBUTION_NOT_APPROVED", - "projectCode" : "000000", "environmentContext" : "General_Revenue-Bearing", + "projectCode" : "OCOMP", "serviceType" : "", "serviceRole" : "", "ecompGeneratedNaming" : true, "namingPolicy" : "", "instantiationType" : "A-la-carte", - "creationDate" : 1553192910482, + "distributionStatus" : "DISTRIBUTION_NOT_APPROVED", "version" : "0.1", - "description" : "create service model with cli", - "componentType" : "SERVICE", - "lifecycleState" : "NOT_CERTIFIED_CHECKOUT", - "systemName" : "CliService", - "lastUpdateDate" : 1553192910482, - "highestVersion" : true, - "creatorFullName" : "Carlos Santana", - "normalizedName" : "cliservice", + "contactId" : "cs0008", + "creatorUserId" : "cs0008", + "lastUpdaterUserId" : "cs0008", + "lastUpdaterFullName" : "Carlos Santana", + "creationDate" : 1567068764463, "actualComponentType" : "Service", "topologyTemplate" : true, + "tags" : [ "vgwocompvtp Service" ], "vspArchived" : false, - "archived" : false, - "contactId" : "cs0008", + "highestVersion" : true, + "description" : "Created by Open Command Platform - OCOMP", + "uuid" : "ea98398d-1858-4a22-b227-74eb0e60df49", "conformanceLevel" : "9.0", - "lastUpdaterFullName" : "Carlos Santana", - "tags" : [ "cli-service" ], - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa", - "uuid" : "788289e1-161a-42b8-89ed-14adde63c600", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705", + "creatorFullName" : "Carlos Santana", + "normalizedName" : "vgwocompvtpservice", + "lifecycleState" : "NOT_CERTIFIED_CHECKOUT", "icon" : "defaulticon", - "lastUpdaterUserId" : "cs0008", - "creatorUserId" : "cs0008", - "invariantUUID" : "4dd682d8-4c3c-4f6c-96b1-9e19eed5987c", "allArtifacts" : { "controlloopfunctions" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "controlloopfunctions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.controlloopfunctions", "artifactDisplayName" : "Control Loop Functions", + "artifactLabel" : "controlloopfunctions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.controlloopfunctions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "operationalpolicies" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "operationalpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.operationalpolicies", "artifactDisplayName" : "Operational Policies", + "artifactLabel" : "operationalpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.operationalpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "certificationtestresults" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "certificationtestresults", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.certificationtestresults", "artifactDisplayName" : "TD Certification Test Results", + "artifactLabel" : "certificationtestresults", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.certificationtestresults", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "deploymentvotingrecord" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "deploymentvotingrecord", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.deploymentvotingrecord", "artifactDisplayName" : "Deployment Voting Record", + "artifactLabel" : "deploymentvotingrecord", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.deploymentvotingrecord", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicequestionnaire" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "servicequestionnaire", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicequestionnaire", "artifactDisplayName" : "Service Questionnaire", + "artifactLabel" : "servicequestionnaire", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.servicequestionnaire", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "dimensioninginfo" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "dimensioninginfo", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.dimensioninginfo", "artifactDisplayName" : "Dimensioning Info", + "artifactLabel" : "dimensioninginfo", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.dimensioninginfo", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "affinityrules" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "affinityrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.affinityrules", "artifactDisplayName" : "Affinity Rules", + "artifactLabel" : "affinityrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.affinityrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "serviceartifactplan" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "serviceartifactplan", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.serviceartifactplan", "artifactDisplayName" : "Service Artifact Plan", + "artifactLabel" : "serviceartifactplan", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.serviceartifactplan", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicespecificpolicies" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "servicespecificpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicespecificpolicies", "artifactDisplayName" : "Service-specific Policies", + "artifactLabel" : "servicespecificpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.servicespecificpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicesecuritytemplate" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "servicesecuritytemplate", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicesecuritytemplate", "artifactDisplayName" : "Service Security Template", + "artifactLabel" : "servicesecuritytemplate", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.servicesecuritytemplate", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "engineeringrules" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "engineeringrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.engineeringrules", "artifactDisplayName" : "Engineering Rules (ERD)", + "artifactLabel" : "engineeringrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.engineeringrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "distributioninstructions" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "distributioninstructions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.distributioninstructions", "artifactDisplayName" : "Distribution Instructions", + "artifactLabel" : "distributioninstructions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.distributioninstructions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "summaryofimpactstoecompelements" : { - "creationDate" : 1553192910413, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553192910413, - "artifactLabel" : "summaryofimpactstoecompelements", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.summaryofimpactstoecompelements", "artifactDisplayName" : "Summary of impacts to ECOMP elements,OSSs, BSSs", + "artifactLabel" : "summaryofimpactstoecompelements", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa.summaryofimpactstoecompelements", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, + "componentType" : "SERVICE", + "systemName" : "VgwocompvtpService", + "lastUpdateDate" : 1567068764463, + "archived" : false, + "invariantUUID" : "1b6d7385-916d-4f96-aebd-f2cd03c59079", "archiveTime" : 0, - "name" : "cli-service" + "name" : "vgwocompvtp Service" } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-create-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-create-schema-dublin-sample.yaml index 3cb63df1..ec64441d 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-create-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-create-schema-dublin-sample.yaml @@ -1,27 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -z +name: service-model-create version: onap-dublin samples: sample1: - name: -z - input: 000000 -y create service model with cli -e network_l_1-3 -x cli-service -c Network L1-3 -u cs0008 -b network l1-3 -p demo123456! -m http://10.12.6.129:30205 + name: service-model-create + input: --format json --category network l1-3 --description Created by Open Command Platform - OCOMP --project-code OCOMP --icon-id network_l_1-3 --service-name vgwocompvtp Service --category-display-name Network L1-3 moco: service-model-create-schema-dublin-moco.json output: | - +----------+--------------------------------------+ - |property |value | - +----------+--------------------------------------+ - |ID |fb8ffb35-a8e3-493f-9b9b-b31321b68dfa | - +----------+--------------------------------------+ + {"id":"58620731-40a9-4f8e-95db-ef9fc478a705","uuid":"ea98398d-1858-4a22-b227-74eb0e60df49"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-distribute-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-distribute-schema-dublin-moco.json index ca919721..c5855d8c 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-distribute-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-distribute-schema-dublin-moco.json @@ -1,13 +1,13 @@ [ { "request" : { "method" : "post", - "uri" : "/sdc2/rest/v1/catalog/services/054425a1-5580-4758-ac33-ce817c8c7903/distribution/PROD/activate", + "uri" : "/sdc2/rest/v1/catalog/services/402a8ba7-5425-4072-8d05-40d7acbb4411/distribution/PROD/activate", "headers" : { "Authorization" : "Basic b3AwMDAxOmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "op0001", - "X-TransactionId" : "req-b7aac803-703f-497d-af3f-19b260bf3cba", + "X-TransactionId" : "req-36e08576-4989-44a4-bd2e-b44132166e39", "Content-Type" : "application/json" }, "json" : { } @@ -16,334 +16,360 @@ "status" : 200, "json" : { "artifacts" : { - "servicequestionnaire" : { - "creationDate" : 1553191779121, + "controlloopfunctions" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicequestionnaire", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Service Questionnaire", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.controlloopfunctions", + "artifactDisplayName" : "Control Loop Functions", + "artifactLabel" : "controlloopfunctions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicequestionnaire", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "dimensioninginfo" : { - "creationDate" : 1553191779121, + "operationalpolicies" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "dimensioninginfo", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Dimensioning Info", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.operationalpolicies", + "artifactDisplayName" : "Operational Policies", + "artifactLabel" : "operationalpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.dimensioninginfo", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "controlloopfunctions" : { - "creationDate" : 1553191779121, + "certificationtestresults" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "controlloopfunctions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Control Loop Functions", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.certificationtestresults", + "artifactDisplayName" : "TD Certification Test Results", + "artifactLabel" : "certificationtestresults", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.controlloopfunctions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "affinityrules" : { - "creationDate" : 1553191779121, + "deploymentvotingrecord" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "affinityrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Affinity Rules", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.deploymentvotingrecord", + "artifactDisplayName" : "Deployment Voting Record", + "artifactLabel" : "deploymentvotingrecord", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.affinityrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "operationalpolicies" : { - "creationDate" : 1553191779121, + "servicequestionnaire" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "operationalpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Operational Policies", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicequestionnaire", + "artifactDisplayName" : "Service Questionnaire", + "artifactLabel" : "servicequestionnaire", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.operationalpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "certificationtestresults" : { - "creationDate" : 1553191779121, + "toscacsar" : { + "creationDate" : 1567068779671, + "description" : "Created by Open Command Platform - OCOMP", "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "certificationtestresults", - "artifactVersion" : "0", + "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.toscacsar", + "artifactName" : "tosca-csar", + "artifactDisplayName" : "tosca csar", + "artifactLabel" : "toscacsar", "artifactGroupType" : "INFORMATIONAL", + "updaterFullName" : "Carlos Santana", + "userIdLastUpdater" : "cs0008", + "mandatory" : false, + "serviceApi" : false, + "artifactCreator" : "cs0008", + "generated" : false, + "isFromCsar" : false, + "payloadUpdateDate" : 1567068780186, + "lastUpdateDate" : 1567068779671, + "artifactUUID" : "5bc1a821-7c50-4b92-8d21-8ad44c1713fb", + "artifactVersion" : "1", + "artifactChecksum" : "YTVhYjY0OTYyMzMzMTM0ODI4ZmE2MGE4MWZiNjhlZmY=", + "esId" : "58620731-40a9-4f8e-95db-ef9fc478a705.toscacsar", + "duplicated" : false, + "empty" : false + }, + "dimensioninginfo" : { + "creationDate" : 1567068764424, + "timeout" : 0, "artifactType" : "OTHER", - "artifactDisplayName" : "TD Certification Test Results", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.dimensioninginfo", + "artifactDisplayName" : "Dimensioning Info", + "artifactLabel" : "dimensioninginfo", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.certificationtestresults", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, - "deploymentvotingrecord" : { - "creationDate" : 1553191779121, + "affinityrules" : { + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "deploymentvotingrecord", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", - "artifactDisplayName" : "Deployment Voting Record", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.affinityrules", + "artifactDisplayName" : "Affinity Rules", + "artifactLabel" : "affinityrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.deploymentvotingrecord", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "serviceartifactplan" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "serviceartifactplan", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.serviceartifactplan", "artifactDisplayName" : "Service Artifact Plan", + "artifactLabel" : "serviceartifactplan", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.serviceartifactplan", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicespecificpolicies" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicespecificpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicespecificpolicies", "artifactDisplayName" : "Service-specific Policies", + "artifactLabel" : "servicespecificpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicespecificpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicesecuritytemplate" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicesecuritytemplate", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicesecuritytemplate", "artifactDisplayName" : "Service Security Template", + "artifactLabel" : "servicesecuritytemplate", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicesecuritytemplate", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "engineeringrules" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "engineeringrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.engineeringrules", "artifactDisplayName" : "Engineering Rules (ERD)", + "artifactLabel" : "engineeringrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.engineeringrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "distributioninstructions" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "distributioninstructions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.distributioninstructions", "artifactDisplayName" : "Distribution Instructions", + "artifactLabel" : "distributioninstructions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.distributioninstructions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "summaryofimpactstoecompelements" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "summaryofimpactstoecompelements", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.summaryofimpactstoecompelements", "artifactDisplayName" : "Summary of impacts to ECOMP elements,OSSs, BSSs", + "artifactLabel" : "summaryofimpactstoecompelements", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.summaryofimpactstoecompelements", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, "deploymentArtifacts" : { }, "toscaArtifacts" : { "assettoscacsar" : { - "creationDate" : 1553191779121, - "timeout" : 0, + "creationDate" : 1567068764424, "description" : "TOSCA definition package of the asset", - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "assettoscacsar", - "artifactUUID" : "4cee7eee-650e-468c-92e7-c1113ef25a22", - "artifactVersion" : "1", - "artifactGroupType" : "TOSCA", - "artifactName" : "service-CliServiceMod-csar.csar", + "timeout" : 0, "artifactType" : "TOSCA_CSAR", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.assettoscacsar", + "artifactName" : "service-VgwocompvtpService-csar.csar", "artifactDisplayName" : "Tosca Model", + "artifactLabel" : "assettoscacsar", + "artifactGroupType" : "TOSCA", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.assettoscacsar", - "artifactChecksum" : "NjJjOGE5Zjc5OTliZWQyMjFlZWRiNjdlNGVmOWY4NGY=", "serviceApi" : false, - "payloadUpdateDate" : 1553192489130, - "esId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.assettoscacsar", - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "payloadUpdateDate" : 1567068797730, + "lastUpdateDate" : 1567068764424, + "artifactUUID" : "fee28e3f-82d2-4202-ad24-935880cac43c", + "artifactVersion" : "1", + "artifactChecksum" : "OTk3ZTM4ZjkxMWM0NDM1N2Y2ZTVjMTM1MDkwMzUxM2Y=", + "esId" : "58620731-40a9-4f8e-95db-ef9fc478a705.assettoscacsar", + "duplicated" : false, "empty" : false }, "assettoscatemplate" : { - "creationDate" : 1553191779121, - "timeout" : 0, + "creationDate" : 1567068764424, "description" : "TOSCA representation of the asset", - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "assettoscatemplate", - "artifactUUID" : "d1368c62-3c36-469b-bde1-980ae4d8ae89", - "artifactVersion" : "1", - "artifactGroupType" : "TOSCA", - "artifactName" : "service-CliServiceMod-template.yml", + "timeout" : 0, "artifactType" : "TOSCA_TEMPLATE", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.assettoscatemplate", + "artifactName" : "service-VgwocompvtpService-template.yml", "artifactDisplayName" : "Tosca Template", + "artifactLabel" : "assettoscatemplate", + "artifactGroupType" : "TOSCA", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.assettoscatemplate", - "artifactChecksum" : "Njk5NzI2YjhkODM4MTM3ZWZmM2RhZmE4NDhmNGRiYjg=", "serviceApi" : false, - "payloadUpdateDate" : 1553192487714, - "esId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.assettoscatemplate", - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "payloadUpdateDate" : 1567068797397, + "lastUpdateDate" : 1567068764424, + "artifactUUID" : "1995e586-cc04-4c21-9256-5e6b5f20499e", + "artifactVersion" : "1", + "artifactChecksum" : "MDkyMjg4YmZiMDM2ZjMyOTBkN2M5NGYyMTgyOTAyYWE=", + "esId" : "58620731-40a9-4f8e-95db-ef9fc478a705.assettoscatemplate", + "duplicated" : false, "empty" : false } }, @@ -354,5427 +380,77 @@ "empty" : false } ], "componentInstances" : [ { - "capabilities" : { - "tosca.capabilities.Endpoint" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "end_point", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.end_point", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.end_point", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "end_point", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.end_point", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.end_point", - "empty" : false - } ], - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.feature", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.feature", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.feature_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.feature_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vsn.feature_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vpg.feature_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.feature_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.feature_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.feature_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.feature", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.feature", - "empty" : false - } ], - "tosca.capabilities.Scalable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.scalable_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.scalable_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.scalable_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.scalable_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.scalable_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.scalable_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.Forwarder" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.forwarder_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.forwarder_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vsn.forwarder_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.forwarder_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vpg.forwarder_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.forwarder_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.forwarder_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.forwarder_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.network.Bindable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.binding_vsn_vsn_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vsn.binding_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.binding_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.binding_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vsn.binding_vsn_vsn_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vsn.binding_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vpg.binding_vpg_vpg_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vpg.binding_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.binding_vpg_vpg_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vpg.binding_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.binding_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.binding_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_2_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.binding_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.binding_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_1_port", - "empty" : false - } ], - "org.openecomp.capabilities.PortMirroring" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vsn.port_mirroring_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.port_mirroring_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vpg.port_mirroring_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.port_mirroring_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vfw.port_mirroring_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.port_mirroring_vfw_vfw_private_2_port", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.link", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.link", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.link", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.link", - "empty" : false - } ], - "tosca.capabilities.Container" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.host_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vsn.host_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.host_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vpg.host_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.host_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vfw.host_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.metric.Ceilometer" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.ephemeral.size_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.ephemeral.size_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.instance_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.instance_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.iops_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.iops_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu.delta_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu.delta_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.capacity_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.capacity_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.latency_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.latency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu_util_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu_util_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.allocation_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.allocation_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.latency_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.latency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.root.size_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.root.size_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.vcpus_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.vcpus_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.iops_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.iops_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.allocation_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.allocation_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.capacity_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.capacity_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory.resident_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory.resident_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.ephemeral.size_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.ephemeral.size_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.instance_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.instance_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.iops_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.iops_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu.delta_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu.delta_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.capacity_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.capacity_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.latency_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.latency_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu_util_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu_util_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.allocation_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.allocation_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.latency_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.latency_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.root.size_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.root.size_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.vcpus_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.vcpus_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.iops_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.iops_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.allocation_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.allocation_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.capacity_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.capacity_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory.resident_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory.resident_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.requests_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.ephemeral.size_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.ephemeral.size_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.instance_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.instance_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.iops_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.iops_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu.delta_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu.delta_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.capacity_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.capacity_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.latency_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.latency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu_util_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu_util_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.allocation_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.allocation_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.latency_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.latency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.root.size_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.root.size_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.vcpus_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.vcpus_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.iops_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.iops_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.allocation_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.allocation_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.capacity_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.capacity_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory.resident_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory.resident_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.OperatingSystem" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.os_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.os_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.os_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.os_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.os_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.os_vfw", - "empty" : false - } ], - "tosca.capabilities.Endpoint.Admin" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.endpoint_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.endpoint_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.endpoint_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.endpoint_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.endpoint_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.endpoint_vfw", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.attachment", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.attachment", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.attachment_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.attachment_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vsn.attachment_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.attachment_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vpg.attachment_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.attachment_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.attachment_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.attachment_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.attachment", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.attachment", - "empty" : false - } ] - }, - "requirements" : { - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "protected_private_network.dependency", - "minOccurrences" : "0", - "name" : "clivf30.protected_private_network.dependency", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn_vsn_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn_vsn_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg_vpg_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg_vpg_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_2_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "unprotected_private_network.dependency", - "minOccurrences" : "0", - "name" : "clivf30.unprotected_private_network.dependency", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vsn.link_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vsn.link_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vsn.link_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vsn.link_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vpg.link_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vpg.link_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vpg.link_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vpg.link_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vsn.local_storage_vsn", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.local_storage_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vpg.local_storage_vpg", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.local_storage_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vfw.local_storage_vfw", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.local_storage_vfw", - "empty" : false - } ] - }, "deploymentArtifacts" : { - "vflicense" : { - "creationDate" : 1553125008013, + "toscacsar" : { + "creationDate" : 1567068749786, + "description" : "Created by Open Command Platform - OCOMP", "timeout" : 0, - "description" : "VF license file", - "lastUpdateDate" : 1553125008013, - "artifactLabel" : "vflicense", - "artifactUUID" : "ba5e6fb3-7eca-4c74-9320-1283381dee5e", - "artifactVersion" : "1", - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "vf-license-model.xml", - "artifactType" : "VF_LICENSE", - "artifactDisplayName" : "VF License", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vflicense", - "artifactChecksum" : "ZmVmMjRmNjM2ZTgwYTg4NGM3YmJhY2MyODY5MzZkMjM=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008015, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vflicense", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "vfModulesMetadata" : { - "timeout" : 0, - "description" : "Auto-generated VF Modules information artifact", - "artifactLabel" : "vfModulesMetadata", - "artifactUUID" : "59d04960-c716-4ceb-85d0-bc41d81d429c", - "artifactVersion" : "1", - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "clivf30_modules.json", - "artifactType" : "VF_MODULES_METADATA", - "artifactDisplayName" : "Vf Modules Metadata", - "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.vfModulesMetadata", - "artifactChecksum" : "ZDlkMTJjYjE3ZjhkNzMzMTQyZjc1YjYxZGE1NmVhZmU=", - "serviceApi" : false, - "payloadUpdateDate" : 1553192486560, - "esId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.vfModulesMetadata", - "duplicated" : false, - "isFromCsar" : false, - "generated" : false, - "empty" : false - }, - "heat1" : { - "listHeatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "currentValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "currentValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "currentValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "currentValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "currentValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "currentValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "currentValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "currentValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "currentValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "currentValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "currentValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "currentValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "currentValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "currentValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "currentValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "currentValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "currentValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "currentValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "currentValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "currentValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "currentValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "currentValue" : "https://nexus.onap.org", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "currentValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "currentValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], - "creationDate" : 1553125008094, - "timeout" : 60, - "description" : "created from csar", - "lastUpdateDate" : 1553125008094, - "artifactLabel" : "heat1", - "artifactUUID" : "1ef7b10d-c9f1-4aa9-a354-6ede0049434a", - "artifactVersion" : "2", - "heatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "currentValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "currentValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "currentValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "currentValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "currentValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "currentValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "currentValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "currentValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "currentValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "currentValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "currentValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "currentValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "currentValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "currentValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "currentValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "currentValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "currentValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "currentValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "currentValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "currentValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "currentValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "currentValue" : "https://nexus.onap.org", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "currentValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "currentValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "base_vfw.yaml", - "artifactType" : "HEAT", - "artifactDisplayName" : "base_vfw", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", - "artifactChecksum" : "NmFmYjA4N2ZjNDAxYjYyOGY0MjYzMGVlMDU3NWQ2OGE=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008148, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "vendorlicense" : { - "creationDate" : 1553125007971, - "timeout" : 0, - "description" : " Vendor license file", - "lastUpdateDate" : 1553125007971, - "artifactLabel" : "vendorlicense", - "artifactUUID" : "f5e01fb9-2ea4-47d9-b8dd-7c79ee7c3742", - "artifactVersion" : "1", + "artifactType" : "OTHER", + "uniqueId" : "eeafae8a-9269-4109-b97c-63290957ae8f.toscacsar", + "artifactName" : "tosca-csar", + "artifactDisplayName" : "tosca csar", + "artifactLabel" : "toscacsar", "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "vendor-license-model.xml", - "artifactType" : "VENDOR_LICENSE", - "artifactDisplayName" : "Vendor License", "updaterFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vendorlicense", - "artifactChecksum" : "MTg5NTFhNDVjYzhiNTU1OGYwYmU2N2MzZGJiNGZjMWM=", "serviceApi" : false, - "payloadUpdateDate" : 1553125007973, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vendorlicense", - "duplicated" : false, - "isFromCsar" : true, "artifactCreator" : "cs0008", "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "heat1env" : { - "listHeatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "defaultValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "defaultValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "defaultValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "defaultValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "defaultValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "defaultValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "defaultValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "defaultValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "defaultValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "defaultValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "defaultValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "defaultValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "defaultValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "defaultValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "defaultValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "defaultValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "defaultValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "defaultValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "defaultValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "defaultValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "defaultValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "defaultValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "defaultValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "defaultValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "defaultValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "defaultValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "defaultValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "defaultValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "defaultValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], - "creationDate" : 1553191832138, - "timeout" : 0, - "description" : "Auto-generated HEAT Environment deployment artifact", - "lastUpdateDate" : 1553191832138, - "artifactLabel" : "heat1env", - "artifactUUID" : "b6f22323-f3d7-4068-9055-33c55e78e772", - "artifactVersion" : "2", - "heatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "defaultValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "defaultValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "defaultValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "defaultValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "defaultValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "defaultValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "defaultValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "defaultValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "defaultValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "defaultValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "defaultValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "defaultValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "defaultValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "defaultValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "defaultValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "defaultValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "defaultValue" : "normal or direct", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "defaultValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "defaultValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "defaultValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "defaultValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "defaultValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "defaultValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "defaultValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "defaultValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "defaultValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "defaultValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "defaultValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "defaultValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "defaultValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "base_vfw.env", - "artifactType" : "HEAT_ENV", - "artifactDisplayName" : "HEAT ENV", - "userIdCreator" : "cs0008", - "updaterFullName" : "Carlos Santana", - "creatorFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.heat1env", - "heatParamsUpdateDate" : 1553191832138, - "artifactChecksum" : "YzBhN2JiYjZhZDUzNTc4YjNmY2Y4YzM1NDZiZWMwOTA=", - "generatedFromId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", - "serviceApi" : false, - "payloadUpdateDate" : 1553192485382, - "esId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.heat1env", - "duplicated" : false, "isFromCsar" : false, - "generated" : false, - "empty" : false - } - }, - "artifacts" : { - "vspclitest3informationtxt" : { - "creationDate" : 1553125008054, - "timeout" : 0, - "description" : "Artifact created from csar", - "lastUpdateDate" : 1553125008054, - "artifactLabel" : "vspclitest3informationtxt", - "artifactUUID" : "3489c4c1-e770-49ea-bb8b-86361e7d2a65", + "payloadUpdateDate" : 1567068750307, + "lastUpdateDate" : 1567068749786, + "artifactUUID" : "f6e14c15-09f7-4756-8470-6568474c4dd2", "artifactVersion" : "1", - "artifactGroupType" : "INFORMATIONAL", - "artifactName" : "VSP_cli-test-3_Information.txt", - "artifactType" : "GUIDE", - "artifactDisplayName" : "VSP_cli-test-3_Information", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vspclitest3informationtxt", - "artifactChecksum" : "ZDQxNWViNTFiYTQ5NWRmMWNmNDM4YjAxZTdlNjJiZjA=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008055, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vspclitest3informationtxt", + "artifactChecksum" : "YTVhYjY0OTYyMzMzMTM0ODI4ZmE2MGE4MWZiNjhlZmY=", + "esId" : "eeafae8a-9269-4109-b97c-63290957ae8f.toscacsar", "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], "empty" : false } }, - "groupInstances" : [ { - "creationTime" : 1553191832196, - "version" : "1", - "type" : "org.openecomp.groups.VfModule", - "artifacts" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1env", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1" ], - "customizationUUID" : "5376c777-834e-433b-8f9e-65c7c0a7e4d1", - "normalizedName" : "clivf30clivf3base_vfwmodule0", - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.b3e0f162-5356-4b43-a9c0-3ab7e66638d2.CliVf3..base_vfw..module-0.clivf30clivf3base_vfwmodule0", - "modificationTime" : 1553191832196, - "groupName" : "CliVf3..base_vfw..module-0", - "groupUid" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.CliVf3..base_vfw..module-0", - "groupInstanceArtifacts" : [ "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30.heat1env" ], - "groupInstanceArtifactsUuid" : [ "b6f22323-f3d7-4068-9055-33c55e78e772" ], - "invariantUUID" : "87ffed3c-8ca7-41c9-b424-0c5dcde7b6c7", - "artifactsUuid" : [ "1ef7b10d-c9f1-4aa9-a354-6ede0049434a" ], - "groupUUID" : "83b97301-3ce1-4eb8-b1df-1313d736aae1", - "name" : "clivf30..CliVf3..base_vfw..module-0", - "properties" : [ { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1", - "type" : "boolean", - "required" : false, - "definition" : true, - "defaultValue" : "true", - "description" : "Whether this module should be deployed before other modules", - "password" : false, - "name" : "isBase", - "value" : "true", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.isBase", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.isBase", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2", - "type" : "integer", - "required" : false, - "definition" : true, - "defaultValue" : "1", - "description" : "The minimum instances of this VF-Module", - "password" : false, - "name" : "min_vf_module_instances", - "value" : "1", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3", - "type" : "integer", - "required" : false, - "definition" : true, - "defaultValue" : "1", - "description" : "The maximum instances of this VF-Module", - "password" : false, - "name" : "max_vf_module_instances", - "value" : "1", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4", - "type" : "integer", - "required" : false, - "definition" : true, - "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", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.initial_count", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.initial_count", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5", - "type" : "string", - "required" : false, - "definition" : true, - "defaultValue" : "Base", - "password" : false, - "name" : "vf_module_type", - "value" : "Base", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6", - "type" : "string", - "required" : false, - "definition" : true, - "defaultValue" : "base_vfw", - "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_vfw", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7", - "type" : "boolean", - "required" : false, - "definition" : true, - "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", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.volume_group", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.volume_group", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8", - "type" : "map", - "required" : false, - "definition" : true, - "description" : "Identifies the set of VM types and their count included in the VF-Module\n", - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "description" : "<vfc_id>:<count>", - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "vfc_list", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vfc_list", - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "description" : "<vfc_id>:<count>", - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vfc_list", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9", - "type" : "string", - "required" : true, - "definition" : true, - "description" : "Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n", - "password" : false, - "name" : "vf_module_description", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10", - "type" : "integer", - "required" : false, - "definition" : true, - "description" : "Quantity of Availability Zones needed for this VF-Module (source: Extracted from VF-Module HEAT template)\n", - "password" : false, - "name" : "availability_zone_count", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count", - "empty" : false - } ], - "empty" : false - } ], - "actualComponentUid" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9", - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30", - "normalizedName" : "clivf30", - "name" : "cli-vf-3 0", - "creationTime" : 1553191832071, - "originType" : "VF", - "componentUid" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9", - "customizationUUID" : "9634847f-2013-473d-a5db-10cab18b568e", - "componentVersion" : "1.0", - "componentName" : "cli-vf-3", - "toscaComponentName" : "org.openecomp.resource.vf.CliVf3", - "originArchived" : false, - "modificationTime" : 1553191832071, - "icon" : "defaulticon", - "isProxy" : false, - "invariantName" : "clivf30", - "posX" : "406", - "posY" : "248", - "propertyValueCounter" : 1, - "empty" : false - } ], - "componentInstancesRelations" : [ ], - "componentInstancesInputs" : { - "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" : [ { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vf_module_id", - "type" : "string", + "inputs" : [ { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming", + "type" : "org.openecomp.datatypes.Naming", "required" : false, "definition" : false, - "description" : "The vFirewall Module ID is provided by ONAP", "password" : false, - "name" : "vf_module_id", - "value" : "vFirewall", - "label" : "vFirewall module ID", + "name" : "nf_naming", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sink_flavor_name", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.skip_post_instantiation_configuration", + "type" : "boolean", "required" : false, "definition" : false, - "description" : "Type of instance (flavor) to be used for vSink VM", "password" : false, - "name" : "sink_flavor_name", - "value" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "label" : "Flavor", + "name" : "skip_post_instantiation_configuration", + "value" : "true", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.packetgen_flavor_name", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.multi_stage_design", "type" : "string", "required" : false, "definition" : false, - "description" : "Type of instance (flavor) to be used for packet generator", "password" : false, - "name" : "packetgen_flavor_name", - "value" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "label" : "Flavor", + "name" : "multi_stage_design", + "value" : "false", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_function", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_function", "type" : "string", "required" : false, "definition" : false, @@ -5782,368 +458,177 @@ "name" : "nf_function", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_1", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "password" : false, - "name" : "vfw_private_ip_1", - "value" : "192.168.20.100", - "label" : "vFirewall private IP address towards the protected network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.public_net_id", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Public network that enables remote connection to VNF", - "password" : false, - "name" : "public_net_id", - "value" : "PUT THE PUBLIC NETWORK ID HERE", - "label" : "Public network name or ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_0", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "password" : false, - "name" : "vfw_private_ip_0", - "value" : "192.168.10.100", - "label" : "vFirewall private IP address towards the unprotected network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_subnet_id", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Private sub-network that connects ONAP components and the VNF", - "password" : false, - "name" : "onap_private_subnet_id", - "value" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "label" : "ONAP management sub-network name or ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "ONAP Security Group", - "password" : false, - "name" : "sec_group", - "value" : "PUT THE ONAP SECURITY GROUP HERE", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_2", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "password" : false, - "name" : "vfw_private_ip_2", - "value" : "10.0.100.1", - "label" : "vFirewall private IP address towards the ONAP management network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_type", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "nf_type", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_name_0", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Name of the vFirewall", - "password" : false, - "name" : "vfw_name_0", - "value" : "zdfw1fwl01fwl01", - "label" : "vFirewall name", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.nexus_artifact_repo", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "password" : false, - "name" : "nexus_artifact_repo", - "value" : "https://nexus.onap.org", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_cidr", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "The CIDR of the protected private network", - "password" : false, - "name" : "onap_private_net_cidr", - "value" : "10.0.0.0/16", - "label" : "ONAP private network CIDR", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_1_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vpg port 1 vnic type (normal, direct)", - "password" : false, - "name" : "vpg_private_1_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_1_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vfw port 1 vnic type (normal, direct)", - "password" : false, - "name" : "vfw_private_1_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.dcae_collector_ip", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "IP address of the DCAE collector", - "password" : false, - "name" : "dcae_collector_ip", - "value" : "10.0.4.1", - "label" : "DCAE collector IP address", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vnf_id", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "The VNF ID is provided by ONAP", - "password" : false, - "name" : "vnf_id", - "value" : "vFirewall_demo_app", - "label" : "VNF ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_1_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vsn port 1 vnic type (normal, direct)", - "password" : false, - "name" : "vsn_private_1_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.dcae_collector_port", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming_code", "type" : "string", "required" : false, "definition" : false, - "description" : "Port of the DCAE collector", "password" : false, - "name" : "dcae_collector_port", - "value" : "8081", - "label" : "DCAE collector port", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_2_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vfw port 2 vnic type (normal, direct)", - "password" : false, - "name" : "vfw_private_2_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_name_0", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Name of the vPacketGenerator", - "password" : false, - "name" : "vpg_name_0", - "value" : "zdfw1fwl01pgn01", - "label" : "vPacketGenerator name", + "name" : "nf_naming_code", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_ip_0", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.availability_zone_max_count", + "type" : "integer", "required" : false, "definition" : false, - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", "password" : false, - "name" : "vsn_private_ip_0", - "value" : "192.168.20.250", - "label" : "vSink private IP address towards the protected network", + "name" : "availability_zone_max_count", + "value" : "1", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_ip_1", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_version", "type" : "string", "required" : false, "definition" : false, - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", "password" : false, - "name" : "vpg_private_ip_1", - "value" : "10.0.100.2", - "label" : "vPacketGenerator private IP address towards the ONAP management network", + "name" : "sdnc_model_version", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_ip_1", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_artifact_name", "type" : "string", "required" : false, "definition" : false, - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", "password" : false, - "name" : "vsn_private_ip_1", - "value" : "10.0.100.3", - "label" : "vSink private IP address towards the ONAP management network", + "name" : "sdnc_artifact_name", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_ip_0", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_role", "type" : "string", "required" : false, "definition" : false, - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", "password" : false, - "name" : "vpg_private_ip_0", - "value" : "192.168.10.200", - "label" : "vPacketGenerator private IP address towards the unprotected network", + "name" : "nf_role", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.protected_private_net_cidr", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.max_instances", + "type" : "integer", "required" : false, "definition" : false, - "description" : "The CIDR of the protected private network", "password" : false, - "name" : "protected_private_net_cidr", - "value" : "192.168.20.0/24", - "label" : "Protected private network CIDR", + "name" : "max_instances", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.unprotected_private_net_cidr", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.min_instances", + "type" : "integer", "required" : false, "definition" : false, - "description" : "The CIDR of the unprotected private network", "password" : false, - "name" : "unprotected_private_net_cidr", - "value" : "192.168.10.0/24", - "label" : "Unprotected private network CIDR", + "name" : "min_instances", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_0_port_vnic_type", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type", "type" : "string", "required" : false, "definition" : false, - "description" : "vfw port 0 vnic type (normal, direct)", + "schema" : { + "property" : { + "required" : false, + "definition" : true, + "password" : false, + "hidden" : false, + "immutable" : false, + "getInputProperty" : false, + "empty" : false + }, + "empty" : false + }, "password" : false, - "name" : "vfw_private_0_port_vnic_type", - "value" : "normal or direct", + "name" : "nf_type", + "value" : "hwvnfmdriver", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "schemaProperty" : { + "required" : false, + "definition" : true, + "password" : false, + "hidden" : false, + "immutable" : false, + "getInputProperty" : false, + "empty" : false + }, "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.firewall_flavor_name", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_name", "type" : "string", "required" : false, "definition" : false, - "description" : "Type of instance (flavor) to be used for firewall VM", "password" : false, - "name" : "firewall_flavor_name", - "value" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "label" : "Firewall Flavor", + "name" : "sdnc_model_name", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_naming", + } ], + "actualComponentUid" : "b85dad49-bd5c-4036-8eb0-601778b9d6ff", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.b85dad49-bd5c-4036-8eb0-601778b9d6ff.vgwocompvtp", + "normalizedName" : "vgwocompvtp", + "name" : "vgwocompvtp", + "creationTime" : 1567068773181, + "originType" : "VF", + "customizationUUID" : "ddf5c94a-539b-479f-afce-6da6115be9fd", + "invariantName" : "vgwocompvtp", + "componentUid" : "b85dad49-bd5c-4036-8eb0-601778b9d6ff", + "componentVersion" : "1.0", + "componentName" : "vgwocompvtp Vnf", + "toscaComponentName" : "org.openecomp.resource.vf.VgwocompvtpVnf", + "modificationTime" : 1567068773181, + "posX" : "406", + "posY" : "248", + "directives" : [ ], + "icon" : "defaulticon", + "originArchived" : false, + "isProxy" : false, + "propertyValueCounter" : 1, + "empty" : false + } ], + "componentInstancesRelations" : [ ], + "componentInstancesInputs" : { + "58620731-40a9-4f8e-95db-ef9fc478a705.b85dad49-bd5c-4036-8eb0-601778b9d6ff.vgwocompvtp" : [ { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming", "type" : "org.openecomp.datatypes.Naming", "required" : false, "definition" : false, @@ -6151,27 +636,27 @@ "name" : "nf_naming", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_name_0", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.skip_post_instantiation_configuration", + "type" : "boolean", "required" : false, "definition" : false, - "description" : "Name of the vSink", "password" : false, - "name" : "vsn_name_0", - "value" : "zdfw1fwl01snk01", - "label" : "vSink name", + "name" : "skip_post_instantiation_configuration", + "value" : "true", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.multi_stage_design", - "type" : "boolean", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.multi_stage_design", + "type" : "string", "required" : false, "definition" : false, "password" : false, @@ -6179,26 +664,25 @@ "value" : "false", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_id", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_function", "type" : "string", "required" : false, "definition" : false, - "description" : "Private network that connects ONAP components and the VNF", "password" : false, - "name" : "onap_private_net_id", - "value" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "label" : "ONAP management network name or ID", + "name" : "nf_function", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_naming_code", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming_code", "type" : "string", "required" : false, "definition" : false, @@ -6206,52 +690,12 @@ "name" : "nf_naming_code", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_0_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vpg port 0 vnic type (normal, direct)", - "password" : false, - "name" : "vpg_private_0_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.unprotected_private_net_id", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Private network that connects vPacketGenerator with vFirewall", - "password" : false, - "name" : "unprotected_private_net_id", - "value" : "zdfw1fwl01_unprotected", - "label" : "Unprotected private network name or ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_0_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vsn port 0 vnic type (normal, direct)", - "password" : false, - "name" : "vsn_private_0_port_vnic_type", - "value" : "normal or direct", - "hidden" : false, - "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.availability_zone_max_count", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.availability_zone_max_count", "type" : "integer", "required" : false, "definition" : false, @@ -6260,67 +704,38 @@ "value" : "1", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.demo_artifacts_version", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_version", "type" : "string", "required" : false, "definition" : false, - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", "password" : false, - "name" : "demo_artifacts_version", - "value" : "1.3.0", - "label" : "Artifacts version used in demo vnfs", + "name" : "sdnc_model_version", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.pub_key", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "Public key to be installed on the compute instance", - "password" : false, - "name" : "pub_key", - "value" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "label" : "Public key", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.key_name", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_artifact_name", "type" : "string", "required" : false, "definition" : false, - "description" : "Public/Private key pair name", "password" : false, - "name" : "key_name", - "value" : "vfw_key", - "label" : "Key pair name", + "name" : "sdnc_artifact_name", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_role", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_role", "type" : "string", "required" : false, "definition" : false, @@ -6328,4539 +743,559 @@ "name" : "nf_role", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.install_script_version", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.max_instances", + "type" : "integer", "required" : false, "definition" : false, - "description" : "Version number of the scripts that install the vFW demo app", "password" : false, - "name" : "install_script_version", - "value" : "1.3.0", - "label" : "Installation script version number", + "name" : "max_instances", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_image_name", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.min_instances", + "type" : "integer", "required" : false, "definition" : false, - "description" : "Image to be used for compute instance", "password" : false, - "name" : "vfw_image_name", - "value" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "label" : "Image name or ID", + "name" : "min_instances", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.protected_private_net_id", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type", "type" : "string", "required" : false, "definition" : false, - "description" : "Private network that connects vFirewall with vSink", - "password" : false, - "name" : "protected_private_net_id", - "value" : "zdfw1fwl01_protected", - "label" : "Protected private network name or ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.min_instances", - "type" : "integer", - "required" : false, - "definition" : false, + "schema" : { + "property" : { + "required" : false, + "definition" : true, + "password" : false, + "hidden" : false, + "immutable" : false, + "getInputProperty" : false, + "empty" : false + }, + "empty" : false + }, "password" : false, - "name" : "min_instances", + "name" : "nf_type", + "value" : "hwvnfmdriver", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "schemaProperty" : { + "required" : false, + "definition" : true, + "password" : false, + "hidden" : false, + "immutable" : false, + "getInputProperty" : false, + "empty" : false + }, "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.cloud_env", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_name", "type" : "string", "required" : false, "definition" : false, - "description" : "Cloud environment (e.g., openstack, rackspace)", "password" : false, - "name" : "cloud_env", - "value" : "openstack", - "label" : "Cloud environment", + "name" : "sdnc_model_name", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false } ] }, - "capabilities" : { - "tosca.capabilities.Endpoint" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "end_point", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.end_point", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.end_point", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "end_point", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.end_point", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.end_point", - "empty" : false - } ], - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.feature", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.feature", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.feature_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.feature_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vsn.feature_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.feature_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vpg.feature_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.feature_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.feature_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.feature_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.feature_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.feature_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.feature_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "feature", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.feature", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.feature", - "empty" : false - } ], - "tosca.capabilities.Scalable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.scalable_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.scalable_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.scalable_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.scalable_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "scalable_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.scalable_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.scalable_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.Forwarder" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.forwarder_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.forwarder_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vsn.forwarder_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.forwarder_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vpg.forwarder_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.forwarder_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.forwarder_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.forwarder_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "forwarder_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.forwarder_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.forwarder_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.network.Bindable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.binding_vsn_vsn_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vsn.binding_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.binding_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.binding_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vsn.binding_vsn_vsn_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vsn.binding_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vpg.binding_vpg_vpg_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vpg.binding_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.binding_vpg_vpg_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vpg.binding_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.binding_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.binding_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_0_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_2_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.binding_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.binding_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "binding_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.binding_vfw_vfw_private_1_port", - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "clivf30.abstract_vfw.binding_vfw_vfw_private_1_port", - "empty" : false - } ], - "org.openecomp.capabilities.PortMirroring" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vsn.port_mirroring_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.port_mirroring_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vpg.port_mirroring_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.port_mirroring_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "port_mirroring_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "previousName" : "abstract_vfw.port_mirroring_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.port_mirroring_vfw_vfw_private_2_port", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.link", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.link", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.link", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.link", - "empty" : false - } ], - "tosca.capabilities.Container" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.host_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vsn.host_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.host_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vpg.host_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "host_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.host_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "clivf30.abstract_vfw.host_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.metric.Ceilometer" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.ephemeral.size_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.ephemeral.size_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.instance_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.instance_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.iops_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.iops_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu.delta_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu.delta_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.capacity_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.capacity_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.latency_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.latency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu_util_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu_util_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.allocation_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.allocation_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.latency_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.latency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.cpu_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.cpu_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.root.size_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.root.size_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.vcpus_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.vcpus_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.iops_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.iops_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.read.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.read.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.write.requests.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.write.requests.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.allocation_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.allocation_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.bytes.rate_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.bytes.rate_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.read.bytes_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.read.bytes_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory.usage_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory.usage_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.device.capacity_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.device.capacity_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.memory.resident_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.memory.resident_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.disk.write.requests_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.disk.write.requests_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.ephemeral.size_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.ephemeral.size_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.instance_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.instance_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.iops_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.iops_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu.delta_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu.delta_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.capacity_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.capacity_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.latency_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.latency_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu_util_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu_util_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.allocation_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.allocation_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.latency_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.latency_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.cpu_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.cpu_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.requests_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.root.size_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.root.size_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.vcpus_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.vcpus_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.iops_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.iops_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.read.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.read.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.write.requests.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.write.requests.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.allocation_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.allocation_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.bytes.rate_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.bytes.rate_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.read.bytes_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.read.bytes_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory.usage_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory.usage_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.device.capacity_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.device.capacity_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.memory.resident_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.memory.resident_vpg", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.disk.write.requests_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.disk.write.requests_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.ephemeral.size_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.ephemeral.size_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.ephemeral.size_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "instance_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.instance_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.instance_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.iops_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.iops_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.iops_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu.delta_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu.delta_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu.delta_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.capacity_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.capacity_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.capacity_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.latency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.latency_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.latency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_util_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu_util_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu_util_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.allocation_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.allocation_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.allocation_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.latency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.latency_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.latency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "cpu_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.cpu_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.cpu_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.root.size_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.root.size_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.root.size_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "vcpus_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.vcpus_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.vcpus_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.iops_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.iops_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.iops_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.read.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.read.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.read.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.write.requests.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.write.requests.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.write.requests.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.allocation_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.allocation_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.allocation_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes.rate_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.bytes.rate_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.bytes.rate_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.read.bytes_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.read.bytes_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.read.bytes_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.usage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory.usage_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory.usage_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.device.capacity_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.device.capacity_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.device.capacity_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "memory.resident_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.memory.resident_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.memory.resident_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "disk.write.requests_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.disk.write.requests_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.disk.write.requests_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.packets.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outpoing.packets_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.bytes_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "network.incoming.packets_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.OperatingSystem" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.os_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.os_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.os_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.os_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "os_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.os_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.os_vfw", - "empty" : false - } ], - "tosca.capabilities.Endpoint.Admin" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "previousName" : "abstract_vsn.endpoint_vsn", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.endpoint_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "previousName" : "abstract_vpg.endpoint_vpg", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.endpoint_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "endpoint_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "previousName" : "abstract_vfw.endpoint_vfw", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.endpoint_vfw", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "protected_private_network.attachment", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.protected_private_network.attachment", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vsn.attachment_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.attachment_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vsn.attachment_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vsn.attachment_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vpg.attachment_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.attachment_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vpg.attachment_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vpg.attachment_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "previousName" : "abstract_vfw.attachment_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.abstract_vfw.attachment_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "attachment", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "previousName" : "unprotected_private_network.attachment", - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "clivf30.unprotected_private_network.attachment", - "empty" : false - } ] - }, - "requirements" : { - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "protected_private_network.dependency", - "minOccurrences" : "0", - "name" : "clivf30.protected_private_network.dependency", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn_vsn_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vsn.dependency_vsn_vsn_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.dependency_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg_vpg_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg_vpg_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vpg.dependency_vpg", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.dependency_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_0_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_2_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "abstract_vfw.dependency_vfw_vfw_private_1_port", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.dependency_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "dependency", - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "previousName" : "unprotected_private_network.dependency", - "minOccurrences" : "0", - "name" : "clivf30.unprotected_private_network.dependency", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vsn_vsn_private_0_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vsn.link_vsn_vsn_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vsn.link_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vsn_vsn_private_1_port", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vsn.link_vsn_vsn_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vsn.link_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vpg_vpg_private_1_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vpg.link_vpg_vpg_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vpg.link_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vpg_vpg_private_0_port", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vpg.link_vpg_vpg_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vpg.link_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_0_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_0_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_2_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_2_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "link_vfw_vfw_private_1_port", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "previousName" : "abstract_vfw.link_vfw_vfw_private_1_port", - "minOccurrences" : "1", - "name" : "clivf30.abstract_vfw.link_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vsn", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vsn.local_storage_vsn", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vsn.local_storage_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vpg", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vpg.local_storage_vpg", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vpg.local_storage_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", "27cd11b7-083c-405a-bc2e-6d9e0cf37308.86e7f0b5-e93f-45d7-b279-6e8d450fb1d9.clivf30" ], - "parentName" : "local_storage_vfw", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "previousName" : "abstract_vfw.local_storage_vfw", - "minOccurrences" : "0", - "name" : "clivf30.abstract_vfw.local_storage_vfw", - "empty" : false - } ] - }, + "capabilities" : { }, "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service", "derivedFromGenericVersion" : "1.0", "toscaType" : "topology_template", + "nodeFilterComponents" : { }, "interfaces" : { }, "serviceApiArtifacts" : { "configuration" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "configuration", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.configuration", "artifactDisplayName" : "Configuration", + "artifactLabel" : "configuration", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.configuration", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "testing" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "testing", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.testing", "artifactDisplayName" : "Testing", + "artifactLabel" : "testing", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.testing", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "logging" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "logging", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.logging", "artifactDisplayName" : "Logging", + "artifactLabel" : "logging", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.logging", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "monitoring" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "monitoring", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.monitoring", "artifactDisplayName" : "Monitoring", + "artifactLabel" : "monitoring", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.monitoring", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "reporting" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "reporting", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.reporting", "artifactDisplayName" : "Reporting", + "artifactLabel" : "reporting", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.reporting", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "instantiation" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "instantiation", - "artifactVersion" : "0", - "artifactGroupType" : "SERVICE_API", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.instantiation", "artifactDisplayName" : "Instantiation", + "artifactLabel" : "instantiation", + "artifactGroupType" : "SERVICE_API", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : false, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.instantiation", "serviceApi" : true, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, "forwardingPaths" : { }, - "distributionStatus" : "DISTRIBUTED", - "projectCode" : "000000", "environmentContext" : "General_Revenue-Bearing", + "projectCode" : "OCOMP", "serviceType" : "", "serviceRole" : "", "ecompGeneratedNaming" : true, "namingPolicy" : "", "instantiationType" : "A-la-carte", - "creationDate" : 1553191779187, + "distributionStatus" : "DISTRIBUTED", "version" : "1.0", - "description" : "create service model with cli", - "componentType" : "SERVICE", - "lifecycleState" : "CERTIFIED", - "systemName" : "CliServiceMod", - "lastUpdateDate" : 1553195447028, - "highestVersion" : true, - "creatorFullName" : "Joni Mitchell", - "normalizedName" : "cliservicemod", + "contactId" : "cs0008", + "creatorUserId" : "jm0007", + "lastUpdaterUserId" : "jm0007", + "lastUpdaterFullName" : "Joni Mitchell", + "creationDate" : 1567068764463, "actualComponentType" : "Service", "topologyTemplate" : true, + "tags" : [ "vgwocompvtp Service" ], "vspArchived" : false, - "archived" : false, - "contactId" : "cs0008", + "highestVersion" : true, + "allVersions" : { + "1.0" : "402a8ba7-5425-4072-8d05-40d7acbb4411" + }, + "description" : "Created by Open Command Platform - OCOMP", + "uuid" : "ea98398d-1858-4a22-b227-74eb0e60df49", "conformanceLevel" : "9.0", - "lastUpdaterFullName" : "Joni Mitchell", - "tags" : [ "cli-service-mod" ], - "uniqueId" : "054425a1-5580-4758-ac33-ce817c8c7903", - "uuid" : "a4208283-3330-45f2-a0d4-4969931ffc06", + "uniqueId" : "402a8ba7-5425-4072-8d05-40d7acbb4411", + "creatorFullName" : "Joni Mitchell", + "normalizedName" : "vgwocompvtpservice", + "lifecycleState" : "CERTIFIED", "icon" : "defaulticon", - "lastUpdaterUserId" : "jm0007", - "creatorUserId" : "jm0007", - "invariantUUID" : "36a18432-57d2-4d67-b67a-19b219cc0113", "allArtifacts" : { "controlloopfunctions" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "controlloopfunctions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.controlloopfunctions", "artifactDisplayName" : "Control Loop Functions", + "artifactLabel" : "controlloopfunctions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.controlloopfunctions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "operationalpolicies" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "operationalpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.operationalpolicies", "artifactDisplayName" : "Operational Policies", + "artifactLabel" : "operationalpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.operationalpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "certificationtestresults" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "certificationtestresults", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.certificationtestresults", "artifactDisplayName" : "TD Certification Test Results", + "artifactLabel" : "certificationtestresults", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.certificationtestresults", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "deploymentvotingrecord" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "deploymentvotingrecord", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.deploymentvotingrecord", "artifactDisplayName" : "Deployment Voting Record", + "artifactLabel" : "deploymentvotingrecord", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.deploymentvotingrecord", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicequestionnaire" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicequestionnaire", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicequestionnaire", "artifactDisplayName" : "Service Questionnaire", + "artifactLabel" : "servicequestionnaire", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicequestionnaire", "serviceApi" : false, - "duplicated" : false, + "generated" : false, "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, + "empty" : false + }, + "toscacsar" : { + "creationDate" : 1567068779671, + "description" : "Created by Open Command Platform - OCOMP", + "timeout" : 0, + "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.toscacsar", + "artifactName" : "tosca-csar", + "artifactDisplayName" : "tosca csar", + "artifactLabel" : "toscacsar", + "artifactGroupType" : "INFORMATIONAL", + "updaterFullName" : "Carlos Santana", + "userIdLastUpdater" : "cs0008", + "mandatory" : false, + "serviceApi" : false, + "artifactCreator" : "cs0008", "generated" : false, + "isFromCsar" : false, + "payloadUpdateDate" : 1567068780186, + "lastUpdateDate" : 1567068779671, + "artifactUUID" : "5bc1a821-7c50-4b92-8d21-8ad44c1713fb", + "artifactVersion" : "1", + "artifactChecksum" : "YTVhYjY0OTYyMzMzMTM0ODI4ZmE2MGE4MWZiNjhlZmY=", + "esId" : "58620731-40a9-4f8e-95db-ef9fc478a705.toscacsar", + "duplicated" : false, "empty" : false }, "dimensioninginfo" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "dimensioninginfo", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.dimensioninginfo", "artifactDisplayName" : "Dimensioning Info", + "artifactLabel" : "dimensioninginfo", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.dimensioninginfo", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "affinityrules" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "affinityrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.affinityrules", "artifactDisplayName" : "Affinity Rules", + "artifactLabel" : "affinityrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.affinityrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "serviceartifactplan" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "serviceartifactplan", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.serviceartifactplan", "artifactDisplayName" : "Service Artifact Plan", + "artifactLabel" : "serviceartifactplan", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.serviceartifactplan", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicespecificpolicies" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicespecificpolicies", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicespecificpolicies", "artifactDisplayName" : "Service-specific Policies", + "artifactLabel" : "servicespecificpolicies", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicespecificpolicies", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "servicesecuritytemplate" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "servicesecuritytemplate", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.servicesecuritytemplate", "artifactDisplayName" : "Service Security Template", + "artifactLabel" : "servicesecuritytemplate", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.servicesecuritytemplate", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "engineeringrules" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "engineeringrules", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.engineeringrules", "artifactDisplayName" : "Engineering Rules (ERD)", + "artifactLabel" : "engineeringrules", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.engineeringrules", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "distributioninstructions" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "distributioninstructions", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.distributioninstructions", "artifactDisplayName" : "Distribution Instructions", + "artifactLabel" : "distributioninstructions", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.distributioninstructions", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "summaryofimpactstoecompelements" : { - "creationDate" : 1553191779121, + "creationDate" : 1567068764424, "timeout" : 0, - "lastUpdateDate" : 1553191779121, - "artifactLabel" : "summaryofimpactstoecompelements", - "artifactVersion" : "0", - "artifactGroupType" : "INFORMATIONAL", "artifactType" : "OTHER", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705.summaryofimpactstoecompelements", "artifactDisplayName" : "Summary of impacts to ECOMP elements,OSSs, BSSs", + "artifactLabel" : "summaryofimpactstoecompelements", + "artifactGroupType" : "INFORMATIONAL", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "27cd11b7-083c-405a-bc2e-6d9e0cf37308.summaryofimpactstoecompelements", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068764424, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, - "allVersions" : { - "1.0" : "054425a1-5580-4758-ac33-ce817c8c7903" - }, + "componentType" : "SERVICE", + "systemName" : "VgwocompvtpService", + "lastUpdateDate" : 1567068830316, + "archived" : false, + "invariantUUID" : "1b6d7385-916d-4f96-aebd-f2cd03c59079", "archiveTime" : 0, - "name" : "cli-service-mod" + "name" : "vgwocompvtp Service" } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-distribute-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-distribute-schema-dublin-sample.yaml index cd03c5c9..3c53a42b 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-distribute-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-distribute-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -b +name: service-model-distribute version: onap-dublin samples: sample1: - name: -b - input: 054425a1-5580-4758-ac33-ce817c8c7903 -u op0001 -p demo123456! -m http://10.12.6.129:30205 + name: service-model-distribute + input: --format json --service-id 402a8ba7-5425-4072-8d05-40d7acbb4411 moco: service-model-distribute-schema-dublin-moco.json - output:
\ No newline at end of file + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-set-property-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-set-property-moco.json new file mode 100644 index 00000000..8c02a73b --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-set-property-moco.json @@ -0,0 +1,145 @@ +[ { + "request" : { + "method" : "post", + "uri" : "/sdc2/rest/v1/catalog/services/58620731-40a9-4f8e-95db-ef9fc478a705/resourceInstance/58620731-40a9-4f8e-95db-ef9fc478a705.b85dad49-bd5c-4036-8eb0-601778b9d6ff.vgwocompvtp/inputs", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-c6c02420-d49b-4432-a1e3-727987223c99", + "Content-Type" : "application/json" + }, + "json" : [ { + "constraints" : [ ], + "definition" : false, + "name" : "nf_type", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "password" : false, + "required" : false, + "schema" : { + "property" : { } + }, + "toscaPresentation" : { + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f" + }, + "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type", + "value" : "hwvnfmdriver" + } ] + }, + "response" : { + "status" : 200, + "json" : [ { + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type", + "type" : "string", + "required" : false, + "definition" : false, + "defaultValue" : null, + "description" : null, + "schema" : { + "derivedFrom" : null, + "constraints" : null, + "properties" : null, + "property" : { + "uniqueId" : null, + "type" : null, + "required" : false, + "definition" : true, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : null, + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : null, + "getInputValues" : null, + "getPolicyValues" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : null, + "empty" : false + }, + "version" : null, + "ownerId" : null, + "empty" : false, + "type" : null + }, + "password" : false, + "name" : "nf_type", + "value" : "hwvnfmdriver", + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "getInputValues" : null, + "getPolicyValues" : null, + "constraints" : [ ], + "inputs" : null, + "properties" : null, + "valueUniqueUid" : null, + "path" : null, + "rules" : null, + "componentInstanceName" : null, + "componentInstanceId" : null, + "schemaType" : null, + "schemaProperty" : { + "uniqueId" : null, + "type" : null, + "required" : false, + "definition" : true, + "defaultValue" : null, + "description" : null, + "schema" : null, + "password" : false, + "name" : null, + "value" : null, + "label" : null, + "hidden" : false, + "immutable" : false, + "inputPath" : null, + "status" : null, + "inputId" : null, + "instanceUniqueId" : null, + "propertyId" : null, + "parentPropertyType" : null, + "subPropertyInputPath" : null, + "annotations" : null, + "parentUniqueId" : null, + "getInputValues" : null, + "getPolicyValues" : null, + "schemaType" : null, + "schemaProperty" : null, + "getInputProperty" : false, + "version" : null, + "ownerId" : null, + "empty" : false + }, + "getInputProperty" : false, + "version" : null, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", + "empty" : false + } ] + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-set-property-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-set-property-sample.yaml new file mode 100644 index 00000000..8984d7c1 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-set-property-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: service-model-set-property +version: onap-dublin +samples: + sample1: + name: service-model-set-property + input: --format json --input-uuid b8f09d0e-dd33-46d1-bb49-434094bf632f --service-id 58620731-40a9-4f8e-95db-ef9fc478a705 --property-name nf_type --vf-resource-id 58620731-40a9-4f8e-95db-ef9fc478a705.b85dad49-bd5c-4036-8eb0-601778b9d6ff.vgwocompvtp --property-value hwvnfmdriver --vf-id b85dad49-bd5c-4036-8eb0-601778b9d6ff + moco: service-model-set-property-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-moco.json index 2a34e279..7ca2ad1b 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-moco.json @@ -1,40 +1,40 @@ [ { "request" : { "method" : "post", - "uri" : "/sdc2/rest/v1/catalog/services/fb8ffb35-a8e3-493f-9b9b-b31321b68dfa/lifecycleState/certify", + "uri" : "/sdc2/rest/v1/catalog/services/58620731-40a9-4f8e-95db-ef9fc478a705/lifecycleState/certify", "headers" : { "Authorization" : "Basic am0wMDA3OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "jm0007", - "X-TransactionId" : "req-c6dc01f3-123a-4ec5-b800-6786b1900a2d", + "X-TransactionId" : "req-3a94168f-d5bf-4f7c-86a8-8e57fa3228bd", "Content-Type" : "application/json" }, "json" : { - "userRemarks" : "cli-tested" + "userRemarks" : "Created by Open Command Platform - OCOMP" } }, "response" : { "status" : 200, "json" : { - "uniqueId" : "87d3570a-2d08-4b5a-bb51-c7744b32b8de", - "name" : "cli-service", + "uniqueId" : "402a8ba7-5425-4072-8d05-40d7acbb4411", + "name" : "vgwocompvtp Service", "version" : "1.0", "isHighestVersion" : true, - "creationDate" : 1553192910482, - "lastUpdateDate" : 1553194117643, - "description" : "create service model with cli", + "creationDate" : 1567068764463, + "lastUpdateDate" : 1567068805262, + "description" : "Created by Open Command Platform - OCOMP", "lifecycleState" : "CERTIFIED", - "tags" : [ "cli-service" ], + "tags" : [ "vgwocompvtp Service" ], "icon" : "defaulticon", - "normalizedName" : "cliservice", - "systemName" : "CliService", + "normalizedName" : "vgwocompvtpservice", + "systemName" : "VgwocompvtpService", "contactId" : "cs0008", "allVersions" : { - "1.0" : "87d3570a-2d08-4b5a-bb51-c7744b32b8de" + "1.0" : "402a8ba7-5425-4072-8d05-40d7acbb4411" }, - "projectCode" : "000000", - "invariantUUID" : "4dd682d8-4c3c-4f6c-96b1-9e19eed5987c", + "projectCode" : "OCOMP", + "invariantUUID" : "1b6d7385-916d-4f96-aebd-f2cd03c59079", "componentType" : "SERVICE", "categories" : [ { "name" : "Network L1-3", @@ -55,8 +55,8 @@ "environmentContext" : "General_Revenue-Bearing", "instantiationType" : "A-la-carte", "vspArchived" : false, - "archived" : false, - "uuid" : "788289e1-161a-42b8-89ed-14adde63c600" + "uuid" : "ea98398d-1858-4a22-b227-74eb0e60df49", + "archived" : false } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-sample.yaml index 3fb4acc4..6ca42491 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-accept-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -b +name: service-model-test-accept version: onap-dublin samples: sample1: - name: -b - input: fb8ffb35-a8e3-493f-9b9b-b31321b68dfa -r cli-tested -u jm0007 -p demo123456! -m http://10.12.6.129:30205 + name: service-model-test-accept + input: --format json --remarks Created by Open Command Platform - OCOMP --service-id 58620731-40a9-4f8e-95db-ef9fc478a705 moco: service-model-test-accept-schema-dublin-moco.json - output:
\ No newline at end of file + output: | + {"id":"402a8ba7-5425-4072-8d05-40d7acbb4411","uuid":"","version":"1.0"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-request-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-request-schema-dublin-moco.json index f3f1d839..442c9c14 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-request-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-request-schema-dublin-moco.json @@ -1,40 +1,40 @@ [ { "request" : { "method" : "post", - "uri" : "/sdc2/rest/v1/catalog/services/fb8ffb35-a8e3-493f-9b9b-b31321b68dfa/lifecycleState/certificationRequest", + "uri" : "/sdc2/rest/v1/catalog/services/58620731-40a9-4f8e-95db-ef9fc478a705/lifecycleState/certificationRequest", "headers" : { "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-d49e86c7-c5fb-43ba-8bc4-5069c37f4635", + "X-TransactionId" : "req-18989ac3-bf7d-4c4a-8239-601c400273b2", "Content-Type" : "application/json" }, "json" : { - "userRemarks" : "Requesting certification via CLI" + "userRemarks" : "Created by Open Command Platform - OCOMP" } }, "response" : { "status" : 200, "json" : { - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa", - "name" : "cli-service", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705", + "name" : "vgwocompvtp Service", "version" : "0.1", "isHighestVersion" : true, - "creationDate" : 1553192910482, - "lastUpdateDate" : 1553193141863, - "description" : "create service model with cli", + "creationDate" : 1567068764463, + "lastUpdateDate" : 1567068797890, + "description" : "Created by Open Command Platform - OCOMP", "lifecycleState" : "READY_FOR_CERTIFICATION", - "tags" : [ "cli-service" ], + "tags" : [ "vgwocompvtp Service" ], "icon" : "defaulticon", - "normalizedName" : "cliservice", - "systemName" : "CliService", + "normalizedName" : "vgwocompvtpservice", + "systemName" : "VgwocompvtpService", "contactId" : "cs0008", "allVersions" : { - "0.1" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa" + "0.1" : "58620731-40a9-4f8e-95db-ef9fc478a705" }, - "projectCode" : "000000", - "invariantUUID" : "4dd682d8-4c3c-4f6c-96b1-9e19eed5987c", + "projectCode" : "OCOMP", + "invariantUUID" : "1b6d7385-916d-4f96-aebd-f2cd03c59079", "componentType" : "SERVICE", "categories" : [ { "name" : "Network L1-3", @@ -55,8 +55,8 @@ "environmentContext" : "General_Revenue-Bearing", "instantiationType" : "A-la-carte", "vspArchived" : false, - "archived" : false, - "uuid" : "788289e1-161a-42b8-89ed-14adde63c600" + "uuid" : "ea98398d-1858-4a22-b227-74eb0e60df49", + "archived" : false } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-request-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-request-schema-dublin-sample.yaml index fcd0aac0..ba8ebf79 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-request-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-request-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -b +name: service-model-test-request version: onap-dublin samples: sample1: - name: -b - input: fb8ffb35-a8e3-493f-9b9b-b31321b68dfa -r cli test request -u cs0008 -p demo123456! -m http://10.12.6.129:30205 + name: service-model-test-request + input: --format json --remarks Created by Open Command Platform - OCOMP --service-id 58620731-40a9-4f8e-95db-ef9fc478a705 moco: service-model-test-request-schema-dublin-moco.json - output:
\ No newline at end of file + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-start-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-start-schema-dublin-moco.json index 02230e51..8a3e4e7c 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-start-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-start-schema-dublin-moco.json @@ -1,13 +1,13 @@ [ { "request" : { "method" : "post", - "uri" : "/sdc2/rest/v1/catalog/services/fb8ffb35-a8e3-493f-9b9b-b31321b68dfa/lifecycleState/startCertification", + "uri" : "/sdc2/rest/v1/catalog/services/58620731-40a9-4f8e-95db-ef9fc478a705/lifecycleState/startCertification", "headers" : { "Authorization" : "Basic am0wMDA3OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "jm0007", - "X-TransactionId" : "req-4525f3b4-6bf0-4026-b383-53cfda035336", + "X-TransactionId" : "req-c64f9c2a-52d2-47ce-ac7a-8935adf1e32c", "Content-Type" : "application/json" }, "json" : { } @@ -15,24 +15,24 @@ "response" : { "status" : 200, "json" : { - "uniqueId" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa", - "name" : "cli-service", + "uniqueId" : "58620731-40a9-4f8e-95db-ef9fc478a705", + "name" : "vgwocompvtp Service", "version" : "0.1", "isHighestVersion" : true, - "creationDate" : 1553192910482, - "lastUpdateDate" : 1553194117643, - "description" : "create service model with cli", + "creationDate" : 1567068764463, + "lastUpdateDate" : 1567068805262, + "description" : "Created by Open Command Platform - OCOMP", "lifecycleState" : "CERTIFICATION_IN_PROGRESS", - "tags" : [ "cli-service" ], + "tags" : [ "vgwocompvtp Service" ], "icon" : "defaulticon", - "normalizedName" : "cliservice", - "systemName" : "CliService", + "normalizedName" : "vgwocompvtpservice", + "systemName" : "VgwocompvtpService", "contactId" : "cs0008", "allVersions" : { - "0.1" : "fb8ffb35-a8e3-493f-9b9b-b31321b68dfa" + "0.1" : "58620731-40a9-4f8e-95db-ef9fc478a705" }, - "projectCode" : "000000", - "invariantUUID" : "4dd682d8-4c3c-4f6c-96b1-9e19eed5987c", + "projectCode" : "OCOMP", + "invariantUUID" : "1b6d7385-916d-4f96-aebd-f2cd03c59079", "componentType" : "SERVICE", "categories" : [ { "name" : "Network L1-3", @@ -53,8 +53,8 @@ "environmentContext" : "General_Revenue-Bearing", "instantiationType" : "A-la-carte", "vspArchived" : false, - "archived" : false, - "uuid" : "788289e1-161a-42b8-89ed-14adde63c600" + "uuid" : "ea98398d-1858-4a22-b227-74eb0e60df49", + "archived" : false } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-start-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-start-schema-dublin-sample.yaml index 2886c35f..8af1b5e9 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-start-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-test-start-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -b +name: service-model-test-start version: onap-dublin samples: sample1: - name: -b - input: fb8ffb35-a8e3-493f-9b9b-b31321b68dfa -u jm0007 -p demo123456! -m http://10.12.6.129:30205 + name: service-model-test-start + input: --format json --service-id 58620731-40a9-4f8e-95db-ef9fc478a705 moco: service-model-test-start-schema-dublin-moco.json - output:
\ No newline at end of file + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-add-artifact-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-add-artifact-schema-dublin-moco.json new file mode 100644 index 00000000..3841eb6f --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-add-artifact-schema-dublin-moco.json @@ -0,0 +1,59 @@ +[ { + "request" : { + "method" : "post", + "uri" : "/sdc2/rest/v1/catalog/resources/eeafae8a-9269-4109-b97c-63290957ae8f/artifacts", + "headers" : { + "Authorization" : "Basic b2NvbXA6ZGVtbzEyMzQ1NiE=", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-b2517b25-2d94-4eba-b7e6-a065bc769d75", + "Content-MD5" : "MGY4NWU1OTVlYmVkYTkzMGY1YmFjZTI0YTk2OTI4YTU=", + "Content-Type" : "application/json" + }, + "json" : { } + }, + "response" : { + "status" : 200, + "json" : { + "payloadData" : "VUVzREJCUUFBQUFBQUoxd2RrMEFBQUFBQUFBQUFBQUFBQUFLQUFBQVFYSjBhV1poWTNSekwxQkxBd1FVQUFBQUFBQ2RjSFpOQUFBQUFBQUFBQUFBQUFBQUZRQUFBRUZ5ZEdsbVlXTjBjeTlFWlhCc2IzbHRaVzUwTDFCTEF3UVVBQUFBQUFDcWNIWk5BQUFBQUFBQUFBQUFBQUFBR3dBQUFFRnlkR2xtWVdOMGN5OUVaWEJzYjNsdFpXNTBMMDlVU0VWU0wxQkxBd1FVQUFBQUNBQXprM1JOOTAxTUNENEJBQUI5QVFBQUtnQUFBRUZ5ZEdsbVlXTjBjeTlFWlhCc2IzbHRaVzUwTDA5VVNFVlNMMkYxZEdodmNtbDZaV1JmYTJWNWN4WEl5WGFDTUFCQTBYMi9vbnRPRHdvcXNFd1FGRWNvbGtCMkRLRklHQ1Joek5lM3Z0MjduQmRmak1lZjREK28za1JzcnBkVXNkNjdCeDZBYndiZS9qRHYvRE1EZ3luV2dYNCtrQkVQaFBKTGhsb1huZHlkVUpsaVlPMVJ1NEYxTDYrUzVqb3U4YmtDZys5WlpjMFJRMURGL01xd2xKK2dyMng3Ym95NUtUazlFVjVjeUFVelJrYnJhVGEvdDV0TG9tOWVMWkw0bzNXSnZYdHVDWTQwSkpYb2xGOWkyN2RuSTFQRzEwWVFMdWYzNnFIZXhzZ01rMFpXdll3dFhudW90TUIyOUpiVWVIa0Y2WlBpMEtwT2hKeC9RWkQ1VThQRTBQVjN1YStUTUFYRVQ2SXhLT2xUWDZZbzVlZ2FYQ1AwZzRwQ1drTUFkelJzSHR4Qm5XRGR5czNIUmRMWGFELzF6NDUzZFdhb3gwZ3ZyQlZQSVF0dGlJWG55eURLSFJ0VzFtRGZza3NxMHFMcHl3U3ZHaTJyOXlIVnhiRTNjWFNqR3AwU25jb2ZmMUJMQXdRVUFBQUFDQUF6azNSTnZKTWNGZ01GQUFDUEJnQUFJUUFBQUVGeWRHbG1ZV04wY3k5RVpYQnNiM2x0Wlc1MEwwOVVTRVZTTDJsa1gzSnpZVzJWdFJLa0FBQkRlNzdpZXVZR3QrSUszSjNGT2xoOEYzZSsvcVMrdENueUppbnk4Njg0VVZhdEg1N1AvbkE4TldRRDhZY3VKdjhjd0ZSVmNXSlZqbVYxbm5WRjlsckxUenVmUnIweVljVTN3NExtdzJUd1dEZ0xTQnVBSzBNeVIxVENSSWQ0d3ZnNE8vRGNBdlpackRwOHZRdVN1RkRYMWFKRjBORnF1TjNYdHVlNWsyUG4wUnJ4Q3N0amhXZFFUaExhYXJxZnN1UlJ5TmFCVERvV2tSU3dwaHozdUk5czVCaVJOcjdSNXRXOHE3aFl5TkxFRmdkN3BoZno1Q2o3UlFtSWdaV00vdWpjVkNLZUR6aTZNdlh2T1l6VlNRNHZ6WStIZG1TbCtMVnFKRTNOUzNCUWFZOWdyUExwVVFOSkNQVXdWMWt4cEU0S1pPa3JqUWxRYmE3TGxwTkV3QlF2elN0SmJnSkcwY2RoaFRWdEpQT2lUME5WWEtpamVwYWhzQmx5dWRFYkZvOVRWbTdPVFQwRGFJTFl4MHhNVGFrRVJRc054TklhSVJ6em90dytFbEtiTUdWSWMwNVZZRjJXWThjL1pZdUU3aU5zdTI5eFh6NkNBMlIramdmRzhWNmFqbTZFWmc4WWRMdXUzdVZEc0hTMFNFWlh4NXNFL29oakZDZXRZNGlaNDhhWnV2LzRDdTRsNEJ0QWp2UTROalJlNWtjZ2lTZDlPSEN0cHdyWldGaXdDak1vOUdPYldmOVFYdmdtRnZnRDVwb3VGZzUrVEJQT3A1RUxNTmpCTTIyR0I2dXFHZGF3MHNyNTRDaElmVVhSSzFjOVNWbTA2T1RoVWI0Z2pSMGVVdlN3TEhNQ3lla2V3bVA4QlNpNTJNd1hqb29oaVlEMHdKNmxhM1dSZnBYc0cyMXFVS0ZIZW80MEU4bjBHdzZHT1NJL2UyRW4zcDJvVXd3dkdndXNyWWdxNXlHd1NDOFVoRWtQV3dyeEZ6d053UnQ2N3lsSGM2NEdkeGFpeGZtaXlYbTBUcHdWVitQU24xUzc1cmNOUktyZEhhTEkxNG5JMG5pc2gxam1MSUdJYXR4S0hNK3pFb3hsT2lGSVZNc0pYbzl3Tzllc0V5NEZkbDJvQytmVkFGRGtaUnVmQllWM05iYkt3SVJTaGF1UWRNdnEyRk12TWFheUdsZlBOZWVIZmpqSjNxRnJTeGJxNGF5UDF2VDhPZ09mMUN5dWlzNm5IYVpGNm1PNkdtb2VBV1UzSnFGNDMwaDllWEJYZEJtdFBBVGlqZmhvNTlBMFVwOS94TENURThDQm9PbWErWW9wd1F2K1pXak1hU3ZyVEhvVlJWdFhGVGN2UUlXckRqNkNYbk5CbDN2UG5QWmlrN0dDeWRvNFBUTEFxcVkzcUd0UVJzdE01YmpoYWRhY0t0Q1ByUXpSdWtpOWljMmZqbWlhaFhXTGJhWnNrVUtlT25QZzdSYVJRTVozSUYyeGpDcjlleC9iYjZFbzBoelQ5Qmo3eVJwOHE1QStCaFI3VGFmeC9vZDh4aTIvYzNXNTBJVnJ3RklwYXVjRFBBL3hvVXdaaTBabkY4VkgyUjJlTENhYTV3VVRWNzh6cHlMYW5zVlFFcm5iemRWOHJxOHV5clcxOVNkZmNSdXRBNGloV0FxRlA2Tk9qL0ZKL0hiTUh3d0x0TU9BMDdBTGgwTkRycDc5WmEyc1FzZWd3U1RRcmJSSGVrdkxFbmNZZ1FKTGFoaXczbGpMMDYxVXhJWVY3SW8yLzdkbHJrUlg1QnJTZE5qTE93Wm44K1lxTHVBYlA0QzFub2xlY2RteFBnTHNBNGpWQXhXOXdXNTV2THRnSnA0K0gyZVJjbWJ0SWs1S090MzBWUG85VlplUCtaRzgxU2FNZUJzcURkd0NIaThiYU81clk3NWRER2NhNU9PTkxKSU5CWkh4QzdwRnBjMGJzeFN0Rk1VTEFqb1o0VS9zRkdvaHJackpveW5QeWVzcUF6eHdVeXluenRXdVlPcEhnZ25jbEhaTldqTEpZTmRGaC92ZVpKMVp0cjc4Q3Nzd1AwMFNSTHZ0Tkh3OXBlOC9Zd3dzaVZGZG5DZDBINDIyaHJFQUJ3L1NmRzlPTXNqWEV0Rk14VlJhZWZBRFRRZlhaZzY1ZlVqbXp6eVRJVUNvR1Zza2dPRFNLeVFNQlZwa1AwODEwNjlTNXJaaUpFNkY4VlRvd2Q3QitkdC9YL2kzcjF0N2I3Yzc2TGZ6MXkvZzUxK0psdkQvdS9rTlVFc0RCQlFBQUFBSUFET1RkRTMzVFV3SVBnRUFBSDBCQUFBbEFBQUFRWEowYVdaaFkzUnpMMFJsY0d4dmVXMWxiblF2VDFSSVJWSXZhV1JmY25OaExuQjFZaFhJeVhhQ01BQkEwWDIvb250T0R3b3FzRXdRRkVjb2xrQjJES0ZJR0NSaHpOZTN2dDI3bkJkZmpNZWY0RCtvM2tSc3JwZFVzZDY3Qng2QWJ3YmUvakR2L0RNRGd5bldnWDQra0JFUGhQSkxobG9YbmR5ZFVKbGlZTzFSdTRGMUw2K1M1am91OGJrQ2crOVpaYzBSUTFERi9NcXdsSitncjJ4N2JveTVLVGs5RVY1Y3lBVXpSa2JyYVRhL3Q1dExvbTllTFpMNG8zV0p2WHR1Q1k0MEpKWG9sRjlpMjdkbkkxUEcxMFlRTHVmMzZxSGV4c2dNazBaV3ZZd3RYbnVvdE1CMjlKYlVlSGtGNlpQaTBLcE9oSngvUVpENVU4UEUwUFYzdWErVE1BWEVUNkl4S09sVFg2WW81ZWdhWENQMGc0cENXa01BZHpSc0h0eEJuV0RkeXMzSFJkTFhhRC8xejQ1M2RXYW94MGd2ckJWUElRdHRpSVhueXlES0hSdFcxbURmc2tzcTBxTHB5d1N2R2kycjl5SFZ4YkUzY1hTakdwMFNuY29mZjFCTEF3UUtBQUFBQUFBemszUk4yWnZCYmcwQUFBQU5BQUFBSndBQUFFRnlkR2xtWVdOMGN5OUVaWEJzYjNsdFpXNTBMMDlVU0VWU0wzVmlkVzUwZFY4eE5pNHdOSFZpZFc1MGRWOHhOaTR3TkFwUVN3TUVGQUFBQUFBQW5YQjJUUUFBQUFBQUFBQUFBQUFBQUF3QUFBQkVaV1pwYm1sMGFXOXVjeTlRU3dNRUZBQUFBQWdBT0lsMlRZU2ZzUW01REFBQWtqVUFBQ1FBQUFCRVpXWnBibWwwYVc5dWN5OU5ZV2x1VTJWeWRtbGpaVlJsYlhCc1lYUmxMbmxoYld6dFczbHYyellVLzc5QXZ3Tm5EK3VHekpidDNCNnl3WEdTMWxzT04zYWRveWcwV2FKc3hyb2lTbktjcnZ2c2V5UjFXbklpZDBjeG9OcUFKdVM3eVBjaitkNGo0OWxVVldRTjY4UWlIckV0S2dmWXBmQkRHNGt1U2t6SHdQSkNNUTI1S1RkZXZqQ3hwMmlLcDdSZnZrREl3OUNyZUZpMkZCTzNVZER0SDh2QlpKN3VTZ1JXbXZWR0pkT2wrTjdVZHR2SXRoVG41UXNOVTlVbERqTWpMZXJsQ3pEQmRqM0tOZFk0c2F5WmRXWVN0TUQzOG9Wbk83WmhUeFp5SkpyVFVuOU1QZUw1VEtKc0tvNURyQW1YQXA5bGExajJGZzRPQjFwbkRiUnU2VUY5ZEg0aWFCelhkckRyRWN5WitCZlphTHN5MGRwb1UxZVZ6ZTJ0elZwalY5K3ViZTIzOU5wZXM2WFdzTGExMDhKYit2Nld2c1ZZUTJrQjBYQTAzS1JWODFVdm1rRFZ3ZUVFOG8vYXVqZFgzTlFrdm9KSnJEZGU1ZTFaU2FJYlNtRDd3bDdoemVXZTFNUXZrd1NXYnNyRTB1MDJldjlxd243VFhBS2FYbjBRRkM2Kzk0bUxUV3lCZjJJbTRucStZc2dHc1diQWg3b09HNVBzK0dPRHFEOW11dEVIVkVYNHdiRXBSZ3FGbnp6c1dvcUJ1djJYTDVnNFlqbCtKRm5NRGpHVmljQmJyRSs0a1hvdStEZHF5NHlKOHlER2czVGI1WEpBTWdMdld0UlQxQm1hR0lxbDRvUlhWM3pEYXlOLzdGdWVMemQzNm8zUWpXSU1zb1U5bU0veUJnZzJCR3h6MjUwaG9pR2ZZZzFwUHVQZ2VFQ0VtV0lZQ21QZ01nVFFIWmh1d1BQYUdybk1pODVaU3VjS3FTclIzRFhrS2xaV0xtUFBUVnl6VWVmL1NjMGQwV2Y2RC9Kay90bWo2UXUrV0trM1ZUeWsycGFGVlkraTRQWFp1MnRZeHZEREZjM1o4cWpwOHlib244d2J6Y2lBdEZGL1l6S21HSFY3UjVmSTFzRWlITnJoWkcwdG1wdHRQamV0RUZNTTFaK0pLMkJOWVlzanZIajhRQWlqRjZUTFdqOWo0Rm05S3pIUXlvd3pTTTAxY2VSR2VYV1IrM3Q5cEdpYWl5a1ZDQ0FVTmcxS0poYld3UDJoRDY3WWo2cHRtcjVGVk1ZMUo5NVUrR2FWTDFyTlFndWIvNm1GRitlZFBtdDFiSXZ0cHNWcnF0bG8xamNiaGRhMi9sTnIyZm04dEsydFFzQm1ZaTRENkRxT1B3ZjZaSFZkRldBYmtDakF6WmEzNk5kVUJjdXFiUmhZNWVlMFUxNGZZMFV4S3lKT3NSZTJ3QSt0UW1Vc1VGbFNSeXdQVDdCYlJoL2p6bW5jYSt3MTRzTkhudUZGK2VGUU9vMThCSHhMa25sM3phVUs2c0IzdUhuK3FIU2JDN1Yxekg0OTZyenRITExtenR1ajF3ODdnOS9janQ5OWJJNzJmbnVOZzFzZnoraXBkbVgzcjM3dDd6eHV1cTM5MjkyaDJSOGRYOXlkYmV6MmUzMDhvSzNEMGVYRHBtdTl1VDNzR0FvOWMyODM5RjhQQjYxdGorNEhlbmVqNStISHQ4cFVtcnI3Z1RzejV3L2R5KzJ0MC9IZWxtTmZiZENoM2Njbk8yUWIzOTdzWG0zY1hmMnFueW9uZzVPSGZhMFZPRnVQbUVyNmhUSGNQQTl1dXRkalM5cDhxN21MdC9aclkzZDAwdHV6c1htN2NFWXFtZDFlSHh1L1l2emJwRFBTQm5QTGZmVHZ2UXZKTThmWGFnY1B4amZCNkc1RzloYnpHNVZlblkzT2JxN2VYVTJuRzgzRHp1SE83Tm9hMHQ3Vi9hTjczK2pyd1dKanIzbDFOUGZJUGIwM3RmM05OemQ3MCtNR1ZRL2Q2NVBEMjhlM0E2bHpvL2RPRG8xai8rUmNPMVVmMWFubDNZMXZHOWF1Wmg1ZHovWWUzM2pkMjV2ejJlNXNQdDZiU1dFVWloOThLaXNRWStvS0JJRXVkdXp5M3IyMGJRKzl1enhsTVExZkllZE1HbUpDS0FFNExYakhtUkpnQzBVcTh0dksxUE1jMnBZa2JrcWRSUWQxMndXRmdzaTBZK3ZpMUtDOGhURXJDbGxGMkVNc0xwa0Zsd1hiSE5zemVHc1VFc2xDNHZycVEzNGttbUliTE44Y1k3ZFljVzBBdS9EZ3pjVXdQQ1FOMjlka2JBWGxsWElXQkN6RXRTMFdGMytmaEpuZ0RoZitwWTZpNGg5eUJzUjBjWFRDdG5WRlcrZGdUdTNvdHY3TW9SY2ZJeENkTTJXZUQvR1VJUWNXS2E4UGlGR2dHRDRXNm1vaUJBb2VJSjVHUWw1T2ZhWFpZR2xnbUYyc0ZlNE1BZVNRbmFIZUVSeFZVVUtsb2ZHQ0g1NUxtc0ljc21mcHJnSXlJY255SVpGNmZTVUxWRHRPYUlNdW01Q0NHWGh0Uy9nUmVNWjUxN0tvNjFQUE5yRUx0ckFrUitTaVVlWWE1NXBWdGhSVEorekxGMVhXUERvTm83WTJhK0RmaWl6VzBrY2kwVHFGUElzVEwrVzBjUnVLUW1rU0VHL0JzMkxlR1grR3NnQnpnZFd6NGJDQ2hlVUVXeW1Dd0dCOU9qR1cyRXpsUVI0VDJOWlloSkxPRkFWWjhybTJ6WEVwdnFWT0F5djZpazZUV1ArdWdqQ3lPZWZKK1VjMGdVQ1paNlR0YkNLSVBnRVgvSi80elZiTXJOUFNhZGRYMTMxUjE2VmRFVHN3emN2em1lZVlHQTFqQzFmcjJoa3FZQ0tmZjhMZzF3RkdBUzZlZ3NWenFDZ0VSVGxNUE9XeHB4eFdEaEIvWC9wS05CUlhKc0N2V1RROHp4VGhJZUhUcHFwemJDbGpBMFBsVFZjTWl0Tzl6blJCSVo4eXpvVmxjQzRhZEY1cmJOZW9TK3lnMXF3VW1EL2txQWpnY0kxeGwyVGlFVkVNcnlURC93cXJmMG42YWxnbGsxOFNVZ25ER25BS1FjQnlhNGo3V2ZnZ3FueGh5YldrK3pXLzZ6emg5YnhmM3pQSGZrajZJYnF5Wml5TXdqbWdSMHh5ZEdjUWZ6VldhMUJ0bFRDcjVSWFFTYjRvcmswRUZYV0tFVUxZSERZczB4bWI4cE55VUlwWEZyVVFocGFDOVJ1VjBHM0ZneUNSUitwc1hiREJMRkd2UUYwdExvU1BpYVdCakRZYUhiM2pia3RockZyTGx0T1RBREQyZnVqc2JJZ1I5cFZ4ZXJYSTdkVm5IVjk5eXZYVmxjNnZydW4rNmxNQXFKYUdRUFZaRUZUWGhFRjFUU0FzMFpNSEdIYWlaZG1JYUpZeW0wU3VRQm50RU5WaW1GVkxBazNRNVpHV2hoU01JcjIxZkVidzhuV2JXUXRmNjZHckJMYldRVllqZGZhd0pGOE5oMXpSQUdLcWx3UW5NV2JDb3hEa3dSVWVGSDJlT0cxcjdLS0NDUk9oRHZVZFZ2aXNaSzBNVytIZTF0SVVWczFxTS84dmpYWU5wZXlMeVVRZzllcGpoYXBUYkNvalVSbXFnRW1OeW84b2JCMWdVWlpsemF4MXFyZ2F1NHp0d3prTGxUV1R0VSt3aFYyaXN1N1lVTmJPVEdXTkVDL3BaT0s3L0ZwdnhBb2xySGR3V2V0ZGpDcWZYbVVOWk5OTTdLZUhBTGZjTEdxVTJicGFSUmt2Q3BXTXNLWFpiay83Z29OdHRqYTN4RkR6NWgzaGdLajRpNXEzdmJPN3Q4cThjOThVRnRJdmFHQVRyUHRIUW9uOC9sNndpV2QzK1RWeWlLKzcrLzluZDIraFQvOFdvaExBUkVnS1U4c0JvSjI5M0dDSmxneFYrVmhaRldvbFVEc0ZOZng2RVg3RFRCZlB5QkFWWFBBcTVSRS9DOEI2VnRVS05DWkNaRnVYUXdWdHJpN3VadnF5M1ZzTjlQb3dIRkl5RmM4dmluclhOc0VGVHh0ajVmUEg1TFpVK0NwWGcrWWtTVSswZDdEOFVGNVdrdUNiUC9KU1dKRmZWK1VWUEdCSit2RFgvRGh0WDA2c3hVMEtteWQrMVdMeGpiSzVsTnlYb0pvcm5qclZiQUNaQlpmZlNRK3g3bUJUbFVFM1k2bWk0Y1hSQlJvY2RkSGh1OWRwZmdxdm1GUVlndUpOMjZoZWx6clJ2Wk4waEIzRFhqQjBTeGZETjhlWGtuaHlCdDdWMkZVcVJkWEI0QTFhYXVTaWt4bjNRc0hTRktyMmtuZ1RKTlhoOGxSYXljY2V5V1gzaHVTNkkrdm9zREZ4Y3VaT0lrZWVkQzB6RlJheUhINTdWRDdTUTZ4d1hZcXRtV2RicDJvYU15N1hQVDZuTWxJdzhzK3QyY1dYYm5uMnBDZGhXWEYvbG1VdG9raEVyTDdvekVwWlFaUUl5dHhYWm5tVDlvUjh4ZlZ6bHJHSUlpV0NYZWU2QXVmb2o3VGc2amNTbkJ2U1dLSFRkUFBaOFJCZUZndzdCNytydm11Z0d1VzN6M0Q1M056WnI3ZTJ0K3JodjFKOEZTcTFHczFXcmJGWGF6YWtlRkhWNzZodC9aN1oyUnl2QmxhajJpSys5TDI3NTd0MTlQRkJSVzlYMGZjL29JL1pZeE9yVXh0OUd4bUkvZ0IrVkhOUnBjNTQ2dDlteTdHZkV0RmhCY2JGN09qS0JIQ0liMXNaY00wZ2UwSXdPRThTbEdGbllrRGwyKzh6ZGlhcjhZY0sram5OS2lWZGRlL0JLeVZKSlFWeVJFZEpLZm1sbUJlWXBTa3ZPNzgrVncwOVQ3bk9UQlR1QStXMGxCNUw4VnJOcVNnbUs2VWhYdEU1b1hGUEtUbXBiUzBuS2V3clBiTUYrMXhPWmdGTktka0ZHMUZPZGdFTms3MjhXSS9zdVFVUnQ0WWdCME9RZEN5OUUzbG1YL0d0UitLa2FYcm5nMkhuOUZRZWRDOTcvYUU4T3I0YzlDN09EOG9oSWkzby9QajYzVUR1WEE1N0o1M3VVTDQ4N2w4Y2xKaUZ6RUdpby9mdlllNCtGaHYxcVlJTy9rU1Y2STFMQlgzNDhCT0x0eTNFbFZFNHJlblU5dWhQQ0VQcUlScGRTR3dWaXFGTkoybFZZZ2Vmb2RvcDAxZGcreWNKRGdlV1BFdUdEUlVMS2JKYU10bUxKTW5Gb3BUMGkzdnc3VWRPLzkza0FGNGVpU2RJN0kxR0hVS2pPbnVyL1oxeXdQNnBpYm1qMytFRGNNRjN3Y0VUdzZ6WkFobHB2dHBLK25yV3BjTEhxSGEzcmd4VTB6Z0xDdGpPRWJxOG5qMERWVUdTYVpwQ1NJYzJIcDVpcTBzck9sWEZVY2JFSU5sb1AwN01WSkYrSkQzNUhDVDVxanpBaHZXT3VNdVFSdWdzbFhvdHl6YkJTYTU0anJpaVd3Wm1uanp0NzZDencyWENLbnJUNzJReTBKd296USsxUEZmckVsUjl5TlVHNVBGTDF2WmFNTkRDZXBKSWd5NTBzUEhMMXBNYXJhUWVsNE9MNHllVG14Z3VwL3RSYTVrQ1dtRlRVcWZFdy95VlZSdUZwcFd1TWtSNTlxcHFRY1FUYmlJWktYUXUvaWlrSGVMWHd1TDVNdUErL01PTzlCK0FUTEdiZ1hNVndyU2w1SHY1RDAyeVFUT2pmeTdMelAvaFNMNU1FQTFGbEFvRzg1N0pheFovQVZCTEF3UVVBQUFBQ0FBemszUk45djJ3T0NnUEFBQ01Zd0FBR0FBQUFFUmxabWx1YVhScGIyNXpMMjl1WVhCZlpHMHVlV0Z0Yk4wYzJXN2pOdkRkWDBIVUx5M2dHTW4yUk42eU9Wb0RpWk1tMmFCQUVRaTBSTmxzSkZIVjRhejc5WjBoZGRtU0xGS3kyMjJEeGU1R0lvZHpjemd6VkNKaW0xb09jM25BRXk2QzJGcXpLSWIvbkJQMUt1Wis2REZyUTMzUE9yTk9SK09MS09FdXRSUHl2QWxaUEJwL3BERnppQWpJNHdkeXhXSytERTRTN2pQeXlHS1JSallqVjNmRTloZ05pSUlNLy80MG9oa1FLMEVnNXlPaVZwdm16K05wNEs2blQrOHpueTRadklZZmgwVjh6UnpMallSL1hodCt4VUpQYkh3V0pGTTVaelFhWDlLUUxyZ0haTEZZSXRzTDF3OW5JenNIdE5sRjF5NlhVQmkvOENoSnFmZVJCdzVkZU0yWTEyYytDcEhBeUhhd2R5eUp1SDBvYUJtU2w4SVAwOFFRUjBMQ1NJUU0rQzc1SUg4OHNlUTI5YXhBT0FndCswRlc1WkFjbWxENFBWdi9WbzJmdy9BcmVGSE1pTmlmS1krWWMwNWM2c1VzZTI0ck5LM3NMWW80M2wzRnAySHhCTjVIR3l1MlY4eW4rYmh5WkF5TURKYXRTNVpQV1p3QU82ampTTE1BNmlyYzZMWCtIb1k4NXV0ZEZNdGRGanJYZ2V0YUNkUHltUytpalE3N00vSGY0WVFtNkVtVTdnSzN3OVFBOG1XWXRvSHRWTXFuUkVSMGFhU1VuVEJ2ZWZCMlNHdTgvcHdNZ0R3YW85SVA4SjdmZlQ5Q3RoZStxTm5HUG9BdVJTeU9jYkVXOU1wSkxmWk5Nakg2MUxhb0FtZlJHSkZFSzl6VmlJVVFpR2luNkxjUjVjRWZ6RTV1dU1lR1lxa1lab1UwV1oyUE5LMitvdXNPV0dDUHlXMzgvL2FBL09maFlQYkRnK3lONndtYUFFRVdRclVUdnFiZ2VNeUExZEhDV2RwOHk5MVg3dDhER0VtNWN1dkZ6d2xaVTQ4N0Z2eWRJaXQrNStINnV3bUJ2Mzk0ellZRnFiOWdrU1ZjcThSa0Z3a0F5NVlzNnNEQzVaK1pzd2VLeCtPazA4RnJVZDJpTGdkVWxsNGlBYW1hUzZUaUZpWVZaWGpGd1hsbzhLRlFFY1JlWnhQWjhseGtUSmdmSmh1UUkvbnE1eWN5djNraHM1dUwwN016OG5JNi9YSDY3VmNka3ZXK05VZWdhcnB0NElGQStMTnZGNXl6NUYxRWJ6TlF3QWhpVlBaWWlWK0d5amlndnI1c0piN3dwUFJ6ZHNSREREUE1RT1J1TmcxREVTV1dUd05BRmtLSVhyNWovSHgvZFU5K2ViaklLVkxjc25qR3JxUEhleFZjQW01YlhHd3RxS1VuMm1Gc2k2SmNpaUJnNklFaHlvTndZUEFHNk5FTnVFTjRrUWhiZU5yQzdXWDdMRm14Q0lRMklYQThCUE1YVHZwaFFrb2ZQU0ZoekZKSFdPK3dDSG10N2o3dnVNdUNsUHVwM3phSzRCOENrUkI1Zm1VT2VJbmNPNncvVEwrYm5oSFFVZkowZjN0NkNrK21QMHhQOTVGMEN5QW01RGxpOFBjZGkxZXZVbkxtQVh0Zk1lYVdzV1hjUU9BYjJ4RGhJdGtKRUEwY1F2VS9xREg2UExEMm4zazJNaTNRMTJXRUVYTlpCSStQdWtvWGJDT25XZUZPUXFNbGc5QVEvSktJZ05FeXhvd0FHT2p3c1R3VFB1bmVZdTZLTTUrQnh1M3FYTzBZQ1NtZnYxZ0R2dURyYUhTU1FwNW9paU5BTStjeUFNdEcxb2xvQkM1UXhPbWkySU9zVUhqYzNuVHlwMG5xTzF0SnVaNlRadWZobWxOdmxKYmV5VjBiSVloTHFjVUNPQmlxd0xyTklvMDNqUEo4UGRESHdIbmVvcEc5NGduc1AybWtieFlLd1lKTXE1SWcwSSs4bXhNTWx1MEorNjJFVXRjNlYxcDRZT3VtUkFCb3Q3b1pFRndxV3FGbXVNYmdTTVVFaHlwdElROXdPOUNKVlVyTmVWQ1R6S09WR29nRDZHQkd3VjZoZ0o4cDEzeVFBNDJqRlFBRloxNTdRcHdON0FMY0pxK3Q5TmVSQXhIMmthcW1VTnU0SGJnMnhJY3VYNllST3BLSG5IKzl6dzRaRHBXOWNRMXJXSFpsRVVzTjc1dmhIRWl4a3dLUkxpU0NEcktoWVV4VFNSQ0Fuc0RPblEybyt5bWRYY3lubnc4TWNld0pjRzhYcml5K2JPNmppeURoK1crUHFRZWdhdkZ0Y3pRN2JyWjlkVXpadjBZSm94MU4yamo3NTBpazRjdzVOOFZSS1lqR3V1ODBzVmVPV01JS0Z4NWt2Y2c3VDFia2ZuN3hnTm5TMmQyMGQremZ1YUZ2aHkvK1I5QzFUK0V6SkdidjArUlk2SlJxczg5MjJ1M0hPNmo1Z0xJdmVHSkZkS2Ywb2xuU3dNejRSNTQ4d3ZScTRtTkVPcmtOaHZzdnJmeW4wRjNqVndId3VnTkJXVk9sNkcwZmlnUEQ0YlduNnFFMWd0bHQ3ZGNodytaT2REUzA5ZEhJVWtSelBNYVJmeDhkY1A5Uk1ndS9CRlJZNEh3WmlDekI2TjdwNXN0QUptWkx0SHhwZnpQbmVCaGxmbHNIcFhDMWlibGQ1SWFQaDVNK2x6S3JndnpqRjJGVkRVSDlucmorNWZaaVBpRXZ2OGwvMWg0TnlyamVXZG5oZFhZR0p3UFNoTnVuZGgwU0VJL25pQVl4WklsQS80N0hWUzJjV3FLRm1ReGZzOTNwbHEyWmQ1Q3dvVkpjNkR3Wk5PekQ1Ym5hUTVTYU16WXFKWHFPdzJaT043VGFWcWkxdzhOcFJISWxIeTRURVF5aWZsZnNSWXJHSWFSVVpvNUdtcWdmWWsrSXh3elEySHVTT3B4RUQzWGlhVC9uM3RyK1BTd3JOVEV1enJ4U2hZam1XWmUwVnM0TE5RY3NkZklrZ1RzcnB4Um9iV0VGY0FxTjBPcDNBcUFvTlIxd1ZpS1U2dXRpS3dFL0N5bnYvZkJYakdwRC9RWEdOa1BMNWtNa0MzRTZUWFRwZjg3SDc0V0s0ak9RRk1MYUF4S2c5SmF4c2VtTW0yeG52RnNuS0Y3NFVEU0VuUW5jQllFeENkWjNZSG9tc0dLVzdEdVFoUFRRSzJNU1RDaG9JZ0FxZ3Z1SUtMVWNrMnFMalFYNWVkRDNGUTBzRVRBTENqZWhsWld6d0cyMDduYmQ3TWlzNGIvRUZSb3RPSVE4c0Jtb1lsTzIvUTNtQjlqeGY0b1BOazNqYklGNkEwNi8wKzJJOVBSSkIrRVFKak9XRWJRenVLbG5aVTVUbGlHd3lVOUFMcW43T0lHWm1JaEJGNndQeHp6bTlBYzNJcjBjNmNCODgyQU9ISnYrSXFBYVNLamN2NlhuNlNUSktFS1MrRjNJc0hJZ2htVUJ2RzRvYldqVnd2cCtBS0J0VWRpdzNhTDhNRzNjQW9XTVp3NllObmQ1eWF0NkFGM3FoWXFadkpMcGRaYVQ4WU9JZVFJY20yVXlNSlpBbVZFOFNCTlgzcTRBcitwSWQrS0lQK0QzM1I1VDRVOXpNbk1vS1I1TnNDemJMZ0xWS0FBZGcvRnJCMmtodGQ5Zy80UHRnMjdnbkIrcEErb0JJWHNDV2dHbFo5c0ZxanBqUjUxNWlCTllIU0FFUzRhVnhkUHA2WVNjVFUraHBHaCtDcjhNSDdKdXJTR2RuNldOMmJtUkdiV0M2VlpSZFh1K1RsVFAxLzdLdjJsWHBrWlA1dDQ5N2lqRlZBNE4yYWtjN3pIVjhXSFNTaTJSM29hRWg3UmhnTXI2cm01cHQ0VmhaV3RiTSt0NlNhRUVPbGdlN1l2Z1puNG5ITmhGRVBoRkF0cStTQk1qNEUzQ1pwL0J5MkYzbWk0SDIvQzRMZ0IxeUJJaVpLcHJIM3ZXdTBNd2ZlMm1td2dEdHBvdkkzRTM4NDBqb3RPdWF3QndTeGwyZTRIcWQrQTZXNWMxQythRDJpeEc0Nkx4Zk1CVm83UFRVZEdRdlh2ZktIK1JzUmVhU2FZZWQ1bTlBUmpUdWJ0dVkzQTVNK2Z3YnFLdUllZ2tzMkF0M2dEOU5BUzg0RGpBNEFVZUt3SGJTaktIdk14dnNqN1FHbGhMRnV6MkFsOHdGM0lTMVVrMUlIQUcyUXVDdWtCYkRZSTZxaGpScGs2bnV6U1Z3SXdvS3FaVUFPaFRzejNiUnl2ZHlFeDQ1TXZvVEo4b0ZCaTVrd0FrV2JNU1NFNWl5eHI2dE5ibnRvRFVwTDRGbnIzQ0NOQnlQYm9HNnpGa3dTVk9WcEs5VVFBSzh1dXc5VW5mbnRjQVNwUGtkamk0QjBZcXRpanZMdlFqL2pvREpibFF2UXFSczZKelhXUEdORUxwWHNhSWFlMXI0QlppNUFLVWU4T3N6STRiS01BWk9ZRnNRakZaM3dIa00vTXlnaGtKQkxPUVZmUUxPUHE0NCtoaW1pYld4UndNenczWlRtVFdwWXAwQWNtQTQzSjRNVkdYMjNJc0dkVnFRcVpzTDBsSUJKR0pxWnlXT213RFVXelBxNFBTRlU4TnpoaDNXb2ZiZUkvRlV0WWs0WXhyZ080elN0ZVlNcUpJWWptVDRIRTF0M2lNczdnTEwzQWV4RVFRL0EwSmg3NzlZUVR4WFMwU2dtZGw1WFhhK1ZrRkdHNlNwOU80TFRMZ1psOWwrZ0l3c2tRRUtEZGRmOFdibUo5RDZMN21DVEtiZlNaZnc0VHMvOS9JZ0JiY0haelFvWW94d1pTQ3JHY0F5VmxidzJIQ1d2VVVXTTJ0TW10eHhPdTY2cW5tUVZxblIxb05OV3o1YnJza1ZMbUhFR0x2cDJZNXVtaTAzcThQNm1hK2hRT0xya1htRE9oaU9kM3VCMjZRMWJqT3R2S3doVzFLRkpMSEFCSDgyOVBWSlZta1N3MTZ5eThNYUJ5M1pUNEtxTTJQM2dTdUtsSkF4d0hRc29iMWNrZEVsRi9HWTFFUEZUQlFQS2lHUlRsR2NEMG1kYkNqVkQ2VnVDbHp6eThCNnBwOHVjQ1lscmtSTXI5L0psZlhON1A1OVJXWnpaV0VaM2NWQVphVmJ2bk5nTjI3OG1NaWIxbWtBTXBoSWZoblRFUVdjOUlGdUE2aktWbGptdDVncEY5ajVOWTNYSFp2MUdSK2U1dU5ldC9RMlFHMXdOMG9XSnFCeXI4WlZFd1N0cDFHRVNUV1pmTDFiRUkrelQvZWY1cGZYVis5NWdvclFCMEVpcm04a2FpNXFQcWlVTXRhcDdXMW1qSWFKd1c5Y2ZIUmx1TEhMcS9ENm4zeFphdDN5RlBOUUNzZTVyT3J6OHE5OWlJenptZFJtUzQvUTlTME5kZFhiQ2FmVk9uUDh0amo0bE5UNStwM3BEOSt0M2o1Z2FxeGdsVzY0WEZGRG51K2I2WHlieG9JRHdncHh0eXB1RlBKSWhsbWpFb1VvY1VyRitTQjZnVnI0YVUrZ3pyQkFoM3dCQ3RlOFBjQ3IvbDFGQWZnZnVrMlB2dXZvcHA5YWdDMnl3eHdaNmJ1a0w0OGNudzZKTFcveDNkbDVCajZya3lyek5TN290M0ZRaHBmWTJ2VThNdHdnRVp2VjdoNlJZQTdlbnlBeWxmMnRRTjlCYW1vYVFRcUFOczhYbS9BTU9yNitXbFcvZHpKV243dUJDNG1Qc0s0dzlpbk1raFpUZTY4RU5ubmJGR2Rud3RLUmpPOXBDV0hhbFJSOTNJWi94dThXZGlmcEcrRDFhcWxCOSt2WUU3MWN6MWdDTTJoc1QvdEdSa2ZyQWk2dFpsMFc1dmlaWXU5UVlQYTdvMHMvUnZmV3plWThYTXJ1UGNnNTQ3RE9pMk5SRHpVY1hlUENIdWZib3c1Z2hPT2g0aWVoMmp3RVFFbXZiMEpmZ0p1bmRBUWJsQUQvalp1NHhTVklJRjMyYU9UL0hMTFJHNUxYSnhBdXVpZElvTmZSM3FYMnMwK0FqVFFhMmg4cHFucmV3QktlL0xmbW9VK2JwM2RLSWF4a3NJeVloUVFBdjIwWURJMmJwOXF4T0VlTkNyMUM4S3pEeG4yaU1MTCtiRk9GQjY0bFJrd0xLZGg5K3pVand3OFF3MGhBK2Rya1ZIaytaUy83YUR6dkgrWXMxV0lBUDNTeXZEc2ZsanE4R25EcWlJbitPRkVhdHRIL1c1ZWZyWEtLTkhsYWVTNXRzTHFmL3hjVFVyYlZSWm9HTU5uZHR1bWhmT2JBYXFYNndYNElJNjMvR1ZWbTFHWmZZTnF2d05QMno3WThmT24yWldlMGdId0xMM2VzRUwrU2xjck0vZ1pPV3NPWk5laFd2bXJmbENkMUU3eThLVU91WHpkQTNvczNPUWR0dFYyamxqNWtHR2NRU1JsUWJ1ZGtIS01FVFdac2RZWHl1WGRURmJqVUFQeXRxTXAxNWVBanVHTUtueVUzKzdnZjZsV0FnK3FUU2tjZEkvdUFTRUNwS21YV1BYVnUvTTJnNG9iUm0yVlhZbjJvdEhMeWpQUTJndTJOWXExZi9oeUxLVld4c3dUQWhQd0pJZmE1elBzSDQ0SjJOUVdpbm5EQkhlMG1RcXI3TTd1czdVV1lNWk5XOU80ZFhQSzM4dTdOOW5sRzdDd2xiQzM5amprUTdLU2RXR1ZCa3pnQTZ2WXdQMC9qQytOTXJ6Rm9hTWdQRzlpSzZXbTJmb0dsZWJIQ2lVREtzN2ZqYW9zS1F2UGVuRnMwK1pmbnluVGRRd20zRXQvcTA2QTJVVzBiRVh5dTJiZ2phenNSZzlsODQraWh3c3E5RVpFczZEd3p5R244ckNBMjk5UVN3TUVGQUFBQUFnQU01TjBUZU1VaVcyS0FBQUF0UUFBQUJZQUFBQk5ZV2x1VTJWeWRtbGpaVlJsYlhCc1lYUmxMbTFtVGMyN0NnSXhFQVhRUGwrUlhnZ1RSVm5TK1FFK1lMY1BRekl1d2J6SVppUCt2ZGxHbldLYWM3azNVRVdMRlJYai9WcDg2RnlTWFUzVkVRTXAza3dtM2ViWFB6ZG5xV2huRmI5ZHovZWZvSG5pM05OVUZwZWk0bExBRnd0NXdvWDB0cVdyMjZyM0lBY0JSd0duU1I0VXdBNkcvaGtiMDFwTTl3dTZPRkpwenRCRUlYdXNKTjRZUEdNZlVFc0RCQlFBQUFBSUFEaUpkazJFbjdFSnVRd0FBSkkxQUFBWUFBQUFUV0ZwYmxObGNuWnBZMlZVWlcxd2JHRjBaUzU1WVcxczdWdDViOXMyRlArL1FMOERady9yaHN5Vzdkd2Vzc0Z4a3RaYkRqZDJuYU1vTkZtaWJNYTZJa3B5bks3NzdIc2tkVnB5SW5kSE1hRGFnQ2JrdThqM0kvbmVJK1BaVkZWa0RldkVJaDZ4TFNvSDJLWHdReHVKTGtwTXg4RHlRakVOdVNrM1hyNHdzYWRvaXFlMFg3NUF5TVBRcTNoWXRoUVR0MUhRN1IvTHdXU2U3a29FVnByMVJpWFRwZmplMUhiYnlMWVU1K1VMRFZQVkpRNHpJeTNxNVFzd3dYWTl5alhXT0xHc21YVm1FclRBOS9LRlp6dTJZVThXY2lTYTAxSi9URDNpK1V5aWJDcU9RNndKbHdLZlpXdFk5aFlPRGdkYVp3MjBidWxCZlhSK0ltZ2MxM2F3NnhITW1mZ1gyV2k3TXRIYWFGTlhsYzN0cmMxYVkxZmZybTN0dC9UYVhyT2wxckMydGRQQ1cvcitscjdGV0VOcEFkRndOTnlrVmZOVkw1cEExY0hoQlBLUDJybzNWOXpVSkw2Q1NhdzNYdVh0V1VtaUcwcGcrOEplNGMzbG50VEVMNU1FbG03S3hOTHRObnIvYXNKKzAxd0NtbDU5RUJRdXZ2ZUppMDFzZ1g5aUp1SjZ2bUxJQnJGbXdJZTZEaHVUN1Boamc2Zy9acnJSQjFSRitNR3hLVVlLaFo4ODdGcUtnYnI5bHkrWU9HSTVmaVJaekE0eGxZbkFXNnhQdUpGNkx2ZzNhc3VNaWZNZ3hvTjAyK1Z5UURJQzcxclVVOVFabWhpS3BlS0VWMWQ4dzJzamYreGJuaTgzZCtxTjBJMWlETEtGUFpqUDhnWUlOZ1JzYzl1ZElhSWhuMklOYVQ3ajRIaEFoSmxpR0FwajRESUUwQjJZYnNEejJocTV6SXZPV1VybkNxa3EwZHcxNUNwV1ZpNWp6MDFjczFIbi8wbk5IZEZuK2cveVpQN1pvK2tMdmxpcE4xVThwTnFXaFZXUG91RDEyYnRyV01id3d4WE4yZktvNmZNbTZKL01HODNJZ0xSUmYyTXlwaGgxZTBlWHlOYkJJaHphNFdSdExacWJiVDQzclJCVEROV2ZpU3RnVFdHTEk3eDQvRUFJb3hla3kxby9ZK0JadlNzeDBNcU1NMGpOTlhIa1JubDFrZnQ3ZmFSb21vc3BGUWdnRkRZTlNpWVcxc0Q5b1ErdTJJK3FiWnErUlZUR05TZmVWUGhtbFM5YXpVSUxtLytwaFJmbm5UNXJkV3lMN2FiRmE2clphTlkzRzRYV3R2NVRhOW41dkxTdHJVTEFabUl1QStnNmpqOEgrbVIxWFJWZ0c1QW93TTJXdCtqWFZBWExxbTBZV09YbnRGTmVIMk5GTVNzaVRyRVh0c0FQclVKbExGQlpVa2NzRDArd1cwWWY0ODVwM0d2c05lTERSNTdoUmZuaFVEcU5mQVI4UzVKNWQ4MmxDdXJBZDdoNS9xaDBtd3UxZGN4K1BlcTg3Unl5NXM3Ym85Y1BPNFBmM0k3ZmZXeU85bjU3allOYkg4L29xWFpsOTY5KzdlODhicnF0L2R2ZG9ka2ZIVi9jblczczludDlQS0N0dzlIbHc2WnJ2Yms5N0JnS1BYTnZOL1JmRHdldGJZL3VCM3AzbytmaHg3ZktWSnE2KzRFN00rY1AzY3Z0cmRQeDNwWmpYMjNRb2QzSEp6dGtHOS9lN0Y1dDNGMzlxcDhxSjRPVGgzMnRGVGhiajVoSytvVXgzRHdQYnJyWFkwdmFmS3U1aTdmMmEyTjNkTkxiczdGNXUzQkdLcG5kWGg4YnYyTDgyNlF6MGdaenkzMzA3NzBMeVRQSDEyb0hEOFkzd2VodVJ2WVc4eHVWWHAyTnptNnUzbDFOcHh2Tnc4N2h6dXphR3RMZTFmMmplOS9vNjhGaVk2OTVkVFQzeUQyOU43WDl6VGMzZTlQakJsVVAzZXVUdzl2SHR3T3BjNlAzVGc2TlkvL2tYRHRWSDlXcDVkMk5ieHZXcm1ZZVhjLzJIdDk0M2R1Yjg5bnViRDdlbTBsaEZJb2ZmQ29yRUdQcUNnU0JMbmJzOHQ2OXRHMFB2YnM4WlRFTlh5SG5UQnBpUWlnQk9DMTR4NWtTWUF0Rkt2TGJ5dFR6SE5xV0pHNUtuVVVIZGRzRmhZTEl0R1ByNHRTZ3ZJVXhLd3BaUmRoRExDNlpCWmNGMnh6Yk0zaHJGQkxKUXVMNjZrTitKSnBpR3l6ZkhHTzNXSEZ0QUx2dzRNM0ZNRHdrRGR2WFpHd0Y1WlZ5RmdRc3hMVXRGaGQvbjRTWjRBNFgvcVdPb3VJZmNnYkVkSEYwd3JaMVJWdm5ZRTd0NkxiK3pLRVhIeU1RblRObG5nL3hsQ0VIRmltdkQ0aFJvQmcrRnVwcUlnUUtIaUNlUmtKZVRuMmwyV0JwWUpoZHJCWHVEQUhra0oyaDNoRWNWVkZDcGFIeGdoK2VTNXJDSExKbjZhNENNaUhKOGlHUmVuMGxDMVE3VG1pRExwdVFnaGw0YlV2NEVYakdlZGV5cU90VHp6YXhDN2F3SkVma29sSG1HdWVhVmJZVVV5ZnN5eGRWMWp3NkRhTzJObXZnMzRvczF0SkhJdEU2aFR5TEV5L2x0SEViaWtKcEVoQnZ3Yk5pM2hsL2hySUFjNEhWcytHd2dvWGxCRnNwZ3NCZ2ZUb3hsdGhNNVVFZUU5aldXSVNTemhRRldmSzV0czF4S2I2bFRnTXIrb3BPazFqL3JvSXdzam5ueWZsSE5JRkFtV2VrN1d3aWlENEJGL3lmK00xV3pLelQwbW5YVjlkOVVkZWxYUkU3TU0zTDg1bm5tQmdOWXd0WDY5b1pLbUFpbjMvQzROY0JSZ0V1bm9MRmM2Z29CRVU1VER6bHNhY2NWZzRRZjEvNlNqUVVWeWJBcjFrMFBNOFU0U0hoMDZhcWMyd3BZd05ENVUxWERJclR2YzUwUVNHZk1zNkZaWEF1R25SZWEyelhxRXZzb05hc0ZKZy81S2dJNEhDTmNaZGs0aEZSREs4a3cvOEtxMzlKK21wWUpaTmZFbElKd3hwd0NrSEFjbXVJKzFuNElLcDhZY20xcFBzMXYrczg0Zlc4WDk4engzNUkraUc2c21Zc2pNSTVvRWRNY25SbkVIODFWbXRRYlpVd3ErVVYwRW0rS0s1TkJCVjFpaEZDMkJ3MkxOTVptL0tUY2xDS1Z4YTFFSWFXZ3ZVYmxkQnR4WU1na1VmcWJGMnd3U3hScjBCZExTNkVqNG1sZ1l3MkdoMjk0MjVMWWF4YXk1YlRrd0F3OW43bzdHeUlFZmFWY1hxMXlPM1ZaeDFmZmNyMTFaWE9yNjdwL3VwVEFLaVdoa0QxV1JCVTE0UkJkVTBnTE5HVEJ4aDJvbVhaaUdpV01wdEVya0FaN1JEVllwaFZTd0pOME9XUmxvWVVqQ0s5dFh4RzhQSjFtMWtMWCt1aHF3UzIxa0ZXSTNYMnNDUmZEWWRjMFFCaXFwY0VKekZtd3FNUTVNRVZIaFI5bmpodGEreWlnZ2tUb1E3MUhWYjRyR1N0REZ2aDN0YlNGRmJOYWpQL0w0MTJEYVhzaThsRUlQWHFZNFdxVTJ3cUkxRVpxb0JKamNxUEtHd2RZRkdXWmMyc2RhcTRHcnVNN2NNNUM1VTFrN1ZQc0lWZG9yTHUyRkRXemt4bGpSQXY2V1RpdS94YWI4UUtKYXgzY0ZuclhZd3FuMTVsRFdUVFRPeW5od0MzM0N4cWxObTZXa1VaTHdxVmpMQ2wyVzVQKzRLRGJiWTJ0OFJROCtZZDRZQ28rSXVhdDcyenU3Zkt2SFBmRkJiU0wyaGdFNno3UjBLSi9QNWVzSWxuZC9rMWNvaXZ1L3YvWjNkdm9VLy9GcUlTd0VSSUNsUExBYUNkdmR4Z2laWU1WZmxZV1JWcUpWQTdCVFg4ZWhGK3cwd1h6OGdRRlZ6d0t1VVJQd3ZBZWxiVkNqUW1RbVJibDBNRmJhNHU3bWI2c3QxYkRmVDZNQnhTTWhYUEw0cDYxemJCQlU4YlkrWHp4K1MyVlBncVY0UG1KRWxQdEhldy9GQmVWcExnbXoveVVsaVJYMWZsRlR4Z1NmcncxL3c0YlY5T3JNVk5DcHNuZnRWaThZMnl1WlRjbDZDYUs1NDYxV3dBbVFXWDMwa1BzZTVnVTVWQk4yT3BvdUhGMFFVYUhIWFI0YnZYYVg0S3I1aFVHSUxpVGR1b1hwYzYwYjJUZElRZHcxNHdkRXNYd3pmSGw1SjRjZ2JlMWRoVktrWFZ3ZUFOV21ya29wTVo5MExCMGhTcTlwSjRFeVRWNGZKVVdzbkhIc2xsOTRia3VpUHI2TEF4Y1hMbVRpSkhublF0TXhVV3NoeCtlMVErMGtPc2NGMktyWmxuVzZkcUdqTXUxejArcHpKU01QTFByZG5GbDI1NTlxUW5ZVmx4ZjVabExhSklSS3krNk14S1dVR1VDTXJjVjJaNWsvYUVmTVgxYzVheGlDSWxnbDNudWdMbjZJKzA0T28zRXB3YjBsaWgwM1R6MmZFUVhoWU1Pd2UvcTc1cm9Ccmx0ODl3K2R6YzJhKzN0cmZxNGI5U2ZCVXF0UnJOVnEyeFYyczJwSGhSMWUrb2JmMmUyZGtjcndaV285b2l2dlM5dStlN2RmVHhRVVZ2VjlIM1A2Q1AyV01UcTFNYmZSc1ppUDRBZmxSelVhWE9lT3JmWnN1eG54TFJZUVhHeGV6b3lnUndpRzliR1hETklIdENNRGhQRXBSaFoySkE1ZHZ2TTNZbXEvR0hDdm81elNvbFhYWHZ3U3NsU1NVRmNrUkhTU241cFpnWG1LVXBMenUvUGxjTlBVKzV6a3dVN2dQbHRKUWVTL0ZhemFrb0ppdWxJVjdST2FGeFR5azVxVzB0Snluc0t6MnpCZnRjVG1ZQlRTblpCUnRSVG5ZQkRaTzl2RmlQN0xrRkViZUdJQWREa0hRc3ZSTjVabC94clVmaXBHbDY1NE5oNS9SVUhuUXZlLzJoUERxK0hQUXV6Zy9LSVNJdDZQejQrdDFBN2x3T2V5ZWQ3bEMrUE81ZkhKU1loY3hCb3FQMzcySHVQaFliOWFtQ0R2NUVsZWlOU3dWOStQQVRpN2N0eEpWUk9LM3AxUGJvVHdoRDZpRWFYVWhzRllxaFRTZHBWV0lIbjZIYUtkTlhZUHNuQ1E0SGxqeExoZzBWQ3lteVdqTFppeVRKeGFLVTlJdDc4TzFIVHYvZDVBQmVIb2tuU095TlJoMUNvenA3cS8yZGNzRCtxWW01bzkvaEEzREJkOEhCRThPczJRSVphYjdhU3ZwNjFxWEN4NmgydDY0TVZOTTRDd3JZemhHNnZKNDlBMVZCa21tYVFraUhOaDZlWXF0TEt6cFZ4VkhHeENEWmFEOU96RlNSZmlROStSd2srYW84d0liMWpyakxrRWJvTEpWNkxjczJ3VW11ZUk2NG9sc0dacDQ4N2UrZ3M4Tmx3aXA2MCs5a010Q2NLTTBQdFR4WDZ4SlVmY2pWQnVUeFM5YjJXakRRd25xU1NJTXVkTER4eTlhVEdxMmtIcGVEaStNbms1c1lMcWY3VVd1WkFscGhVMUtueE1QOGxWVWJoYWFWcmpKRWVmYXFha0hFRTI0aUdTbDBMdjRvcEIzaTE4TGkrVExnUHZ6RGp2UWZnRXl4bTRGekZjSzBwZVI3K1E5TnNrRXpvMzh1eTh6LzRVaStUQkFOUlpRS0J2T2V5V3NXZndGUVN3TUVGQUFBQUFBQW5YQjJUUUFBQUFBQUFBQUFBQUFBQUE4QUFBQlVUMU5EUVMxTlpYUmhaR0YwWVM5UVN3TUVGQUFBQUFnQU01TjBUVmJ3ZTY5bEFBQUFlQUFBQUJrQUFBQlVUMU5EUVMxTlpYUmhaR0YwWVM5VVQxTkRRUzV0WlhSaFRZczlEb1FnRkFaN1RzRUZucnUyZEN5cm5UOFJZMC8wTTNrSm9rRml3dTIxdEp6SnpOaFpvNmxCY2xTekIwMklKKzlCeWJMNENtUDE4RGFsTUJFdVlhRmZWckpyZFMrcWtHS21QMVlPbko3c1ZQSUZuOFp4c0lnWHp4aXhIZjZaaSt3MkwyNVFTd0VDUHdBVUFBQUFBQUNkY0haTkFBQUFBQUFBQUFBQUFBQUFDZ0FrQUFBQUFBQUFBQkFBQUFBQUFBQUFRWEowYVdaaFkzUnpMd29BSUFBQUFBQUFBUUFZQU9xSWFFc3BndFFCNm9ob1N5bUMxQUhrdlQ1M1I0SFVBVkJMQVFJL0FCUUFBQUFBQUoxd2RrMEFBQUFBQUFBQUFBQUFBQUFWQUNRQUFBQUFBQUFBRUFBQUFDZ0FBQUJCY25ScFptRmpkSE12UkdWd2JHOTViV1Z1ZEM4S0FDQUFBQUFBQUFFQUdBRE5yMmhMS1lMVUFjMnZhRXNwZ3RRQkNlUStkMGVCMUFGUVN3RUNQd0FVQUFBQUFBQ3FjSFpOQUFBQUFBQUFBQUFBQUFBQUd3QWtBQUFBQUFBQUFCQUFBQUJiQUFBQVFYSjBhV1poWTNSekwwUmxjR3h2ZVcxbGJuUXZUMVJJUlZJdkNnQWdBQUFBQUFBQkFCZ0EvYzJvV0NtQzFBSDl6YWhZS1lMVUFRbmtQbmRIZ2RRQlVFc0JBajhBRkFBQUFBZ0FNNU4wVGZkTlRBZytBUUFBZlFFQUFDb0FKQUFBQUFBQUFBQ0FBQUFBbEFBQUFFRnlkR2xtWVdOMGN5OUVaWEJzYjNsdFpXNTBMMDlVU0VWU0wyRjFkR2h2Y21sNlpXUmZhMlY1Y3dvQUlBQUFBQUFBQVFBWUFBRDlTR0c3Z05RQkxnby9kMGVCMUFFdUNqOTNSNEhVQVZCTEFRSS9BQlFBQUFBSUFET1RkRTI4a3h3V0F3VUFBSThHQUFBaEFDUUFBQUFBQUFBQWdBQUFBQm9DQUFCQmNuUnBabUZqZEhNdlJHVndiRzk1YldWdWRDOVBWRWhGVWk5cFpGOXljMkVLQUNBQUFBQUFBQUVBR0FBQS9VaGh1NERVQVd1SVIzZEhnZFFCYTRoSGQwZUIxQUZRU3dFQ1B3QVVBQUFBQ0FBemszUk45MDFNQ0Q0QkFBQjlBUUFBSlFBa0FBQUFBQUFBQUlBQUFBQmNCd0FBUVhKMGFXWmhZM1J6TDBSbGNHeHZlVzFsYm5RdlQxUklSVkl2YVdSZmNuTmhMbkIxWWdvQUlBQUFBQUFBQVFBWUFBRDlTR0c3Z05RQkhqRkdkMGVCMUFFZU1VWjNSNEhVQVZCTEFRSS9BQW9BQUFBQUFET1RkRTNabThGdURRQUFBQTBBQUFBbkFDUUFBQUFBQUFBQUlBQUFBTjBJQUFCQmNuUnBabUZqZEhNdlJHVndiRzk1YldWdWRDOVBWRWhGVWk5MVluVnVkSFZmTVRZdU1EUUtBQ0FBQUFBQUFBRUFHQUFBL1VoaHU0RFVBVU5YUm5kSGdkUUJRMWRHZDBlQjFBRlFTd0VDUHdBVUFBQUFBQUNkY0haTkFBQUFBQUFBQUFBQUFBQUFEQUFrQUFBQUFBQUFBQkFBQUFBdkNRQUFSR1ZtYVc1cGRHbHZibk12Q2dBZ0FBQUFBQUFCQUJnQW1wbHBTeW1DMUFHYW1XbExLWUxVQVc2VFNIZEhnZFFCVUVzQkFqOEFGQUFBQUFnQU9JbDJUWVNmc1FtNURBQUFralVBQUNRQUpBQUFBQUFBQUFBZ0FBQUFXUWtBQUVSbFptbHVhWFJwYjI1ekwwMWhhVzVUWlhKMmFXTmxWR1Z0Y0d4aGRHVXVlV0Z0YkFvQUlBQUFBQUFBQVFBWUFKaFllQjFEZ3RRQmJwTklkMGVCMUFGdWswaDNSNEhVQVZCTEFRSS9BQlFBQUFBSUFET1RkRTMyL2JBNEtBOEFBSXhqQUFBWUFDUUFBQUFBQUFBQWdBQUFBRlFXQUFCRVpXWnBibWwwYVc5dWN5OXZibUZ3WDJSdExubGhiV3dLQUNBQUFBQUFBQUVBR0FBQS9VaGh1NERVQVpPNVNIZEhnZFFCazdsSWQwZUIxQUZRU3dFQ1B3QVVBQUFBQ0FBemszUk40eFNKYllvQUFBQzFBQUFBRmdBa0FBQUFBQUFBQUlBQUFBQ3lKUUFBVFdGcGJsTmxjblpwWTJWVVpXMXdiR0YwWlM1dFpnb0FJQUFBQUFBQUFRQVlBQUQ5U0dHN2dOUUIzUVZKZDBlQjFBSGRCVWwzUjRIVUFWQkxBUUkvQUJRQUFBQUlBRGlKZGsyRW43RUp1UXdBQUpJMUFBQVlBQ1FBQUFBQUFBQUFJQUFBQUhBbUFBQk5ZV2x1VTJWeWRtbGpaVlJsYlhCc1lYUmxMbmxoYld3S0FDQUFBQUFBQUFFQUdBQ1lXSGdkUTRMVUFVeDRTWGRIZ2RRQlRIaEpkMGVCMUFGUVN3RUNQd0FVQUFBQUFBQ2RjSFpOQUFBQUFBQUFBQUFBQUFBQUR3QWtBQUFBQUFBQUFCQUFBQUJmTXdBQVZFOVRRMEV0VFdWMFlXUmhkR0V2Q2dBZ0FBQUFBQUFCQUJnQWNwVnJTeW1DMUFGeWxXdExLWUxVQWJYVVIzZEhnZFFCVUVzQkFqOEFGQUFBQUFnQU01TjBUVmJ3ZTY5bEFBQUFlQUFBQUJrQUpBQUFBQUFBQUFDQUFBQUFqRE1BQUZSUFUwTkJMVTFsZEdGa1lYUmhMMVJQVTBOQkxtMWxkR0VLQUNBQUFBQUFBQUVBR0FBQS9VaGh1NERVQWRyNlIzZEhnZFFCMnZwSGQwZUIxQUZRU3dVR0FBQUFBQTRBRGdEckJRQUFLRFFBQUFBQQ==", + "listHeatParameters" : null, + "creationDate" : 1567068749786, + "description" : "Created by Open Command Platform - OCOMP", + "timeout" : 0, + "artifactType" : "OTHER", + "uniqueId" : "eeafae8a-9269-4109-b97c-63290957ae8f.toscacsar", + "artifactName" : "tosca-csar", + "artifactRef" : null, + "artifactDisplayName" : "tosca csar", + "artifactLabel" : "toscacsar", + "artifactGroupType" : "DEPLOYMENT", + "heatParameters" : null, + "userIdCreator" : null, + "updaterFullName" : "Carlos Santana", + "creatorFullName" : null, + "userIdLastUpdater" : "cs0008", + "mandatory" : false, + "apiUrl" : null, + "serviceApi" : false, + "artifactRepository" : null, + "artifactCreator" : "cs0008", + "generated" : false, + "isFromCsar" : false, + "payloadUpdateDate" : 1567068750307, + "heatParamsUpdateDate" : null, + "requiredArtifacts" : null, + "lastUpdateDate" : 1567068749786, + "artifactUUID" : "f6e14c15-09f7-4756-8470-6568474c4dd2", + "artifactVersion" : "1", + "artifactChecksum" : "YTVhYjY0OTYyMzMzMTM0ODI4ZmE2MGE4MWZiNjhlZmY=", + "generatedFromId" : null, + "esId" : "eeafae8a-9269-4109-b97c-63290957ae8f.toscacsar", + "duplicated" : false, + "version" : null, + "ownerId" : null, + "empty" : false, + "type" : null + } + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-add-artifact-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-add-artifact-schema-dublin-sample.yaml new file mode 100644 index 00000000..b6b0d8a3 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-add-artifact-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: vf-model-add-artifact +version: onap-dublin +samples: + sample1: + name: vf-model-add-artifact + input: --format json --remarks Created by Open Command Platform - OCOMP --artifact-name tosca csar --artifact /tmp/data/vtp-tmp-files/vnf_vgw.csar --vf-id eeafae8a-9269-4109-b97c-63290957ae8f + moco: vf-model-add-artifact-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-archive-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-archive-schema-dublin-moco.json new file mode 100644 index 00000000..2843e1f6 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-archive-schema-dublin-moco.json @@ -0,0 +1,19 @@ +[ { + "request" : { + "method" : "post", + "uri" : "/sdc2/rest/v1/catalog/resources/b85dad49-bd5c-4036-8eb0-601778b9d6ff/archive", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-bd079298-34a7-4031-a56b-d8d5ef6a7f63", + "Content-Type" : "application/json" + }, + "json" : { } + }, + "response" : { + "status" : 200, + "json" : null + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-archive-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-archive-schema-dublin-sample.yaml new file mode 100644 index 00000000..c57437b5 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-archive-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: vf-model-archive +version: onap-dublin +samples: + sample1: + name: vf-model-archive + input: --format json --vf-id b85dad49-bd5c-4036-8eb0-601778b9d6ff + moco: vf-model-archive-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json index 36f408cf..40118f4b 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json @@ -1,41 +1,39 @@ [ { "request" : { "method" : "post", - "uri" : "/sdc2/rest/v1/catalog/resources/b3e0f162-5356-4b43-a9c0-3ab7e66638d2/lifecycleState/certify", + "uri" : "/sdc2/rest/v1/catalog/resources/eeafae8a-9269-4109-b97c-63290957ae8f/lifecycleState/certify", "headers" : { "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-d77560cd-ce34-48fe-9607-327f1eab89b4", + "X-TransactionId" : "req-68cb2dd3-ab18-4fc5-90aa-67ca3d24903a", "Content-Type" : "application/json" }, "json" : { - "userRemarks" : "cli vf certification" + "userRemarks" : "Created by Open Command Platform - OCOMP" } }, "response" : { "status" : 200, "json" : { - "uniqueId" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9", - "name" : "cli-vf-3", + "uniqueId" : "b85dad49-bd5c-4036-8eb0-601778b9d6ff", + "name" : "vgwocompvtp Vnf", "version" : "1.0", "isHighestVersion" : true, - "creationDate" : 1553125006126, - "lastUpdateDate" : 1553125171457, - "description" : "cli-vf-3", + "creationDate" : 1567068744167, + "lastUpdateDate" : 1567068757452, + "description" : "Created by Open Command Platform - OCOMP", "lifecycleState" : "CERTIFIED", - "tags" : [ "cli-vf-3" ], + "tags" : [ "CLI", "vgwocompvtp Vnf" ], "icon" : "defaulticon", - "normalizedName" : "clivf3", - "systemName" : "CliVf3", + "normalizedName" : "vgwocompvtpvnf", + "systemName" : "VgwocompvtpVnf", "contactId" : "cs0008", "allVersions" : { - "1.0" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9" + "1.0" : "b85dad49-bd5c-4036-8eb0-601778b9d6ff" }, - "csarUUID" : "b45a4ac88b274c179744e4a2d2d93767", - "csarVersion" : "1.0", - "invariantUUID" : "d0046ab0-5789-4a97-b61a-2763acddd180", + "invariantUUID" : "4c891c7d-3e24-49de-a81e-9b08f75027c5", "componentType" : "RESOURCE", "categories" : [ { "name" : "Generic", @@ -55,14 +53,14 @@ "lastUpdaterUserId" : "cs0008", "lastUpdaterFullName" : "Carlos Santana", "archiveTime" : 0, - "vendorName" : "itohan-vendor", + "vendorName" : "ocompvtpvendor", "vendorRelease" : "1.0", "resourceVendorModelNumber" : "", "resourceType" : "VF", - "toscaResourceName" : "org.openecomp.resource.vf.CliVf3", + "toscaResourceName" : "org.openecomp.resource.vf.VgwocompvtpVnf", "vspArchived" : false, - "archived" : false, - "uuid" : "1119b3ca-ba88-446e-8812-7fe8f8078aef" + "uuid" : "d68a7966-e850-46f2-b5e0-d819c16a27db", + "archived" : false } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-sample.yaml index 8d8ac974..5fa42ffd 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -b +name: vf-model-certify version: onap-dublin samples: sample1: - name: -b - input: b3e0f162-5356-4b43-a9c0-3ab7e66638d2 -r cli vf certification -u cs0008 -p demo123456! -m http://10.12.6.129:30205 --debug + name: vf-model-certify + input: --format json --remarks Created by Open Command Platform - OCOMP --vf-id eeafae8a-9269-4109-b97c-63290957ae8f moco: vf-model-certify-schema-dublin-moco.json - output:
\ No newline at end of file + output: | + {"id":"b85dad49-bd5c-4036-8eb0-601778b9d6ff","uuid":"d68a7966-e850-46f2-b5e0-d819c16a27db","version":"1.0"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-moco.json index 0dd40e3c..6dc25c89 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-moco.json @@ -7,737 +7,115 @@ "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-0b943eab-515e-4d30-a11f-4f3b5a550ef5", + "X-TransactionId" : "req-1288ac23-274a-46ca-8812-5c78be91dd58", "Content-Type" : "application/json" }, "json" : { - "artifacts" : { }, - "toscaArtifacts" : { }, "contactId" : "cs0008", + "vendorRelease" : "1.0", + "requirements" : { }, + "artifacts" : { }, + "capabilities" : { }, + "componentInstancesProperties" : { }, + "deploymentArtifacts" : { }, + "icon" : "defaulticon", + "vendorName" : "ocompvtpvendor", + "description" : "Created by Open Command Platform - OCOMP", + "tags" : [ "CLI", "vgwocompvtp Vnf" ], + "properties" : [ ], "categories" : [ { - "name" : "Generic", - "normalizedName" : "generic", - "uniqueId" : "resourceNewCategory.generic", - "icons" : null, "subcategories" : [ { - "name" : "Abstract", "normalizedName" : "abstract", + "name" : "Abstract", "uniqueId" : "resourceNewCategory.generic.abstract", - "groupings" : null, - "version" : null, - "ownerId" : null, - "icons" : [ "abstract" ], - "empty" : false, - "type" : null + "icons" : [ "database" ] } ], - "version" : null, - "ownerId" : null, - "empty" : false, - "type" : null + "normalizedName" : "generic", + "name" : "Generic", + "uniqueId" : "resourceNewCategory.generic" } ], - "description" : "cli-vf-3", - "icon" : "defaulticon", - "componentInstancesProperties" : { }, - "componentInstancesAttributes" : { }, - "name" : "cli-vf-3", - "tags" : [ "cli-vf-3" ], - "capabilities" : { }, - "requirements" : { }, - "deploymentArtifacts" : { }, + "name" : "vgwocompvtp Vnf", + "toscaArtifacts" : { }, + "resourceType" : "VF", "componentType" : "RESOURCE", - "vendorName" : "itohan-vendor", - "vendorRelease" : "1.0", - "componentInstances" : [ ], - "properties" : [ ], + "componentInstancesAttributes" : { }, "attributes" : [ ], - "resourceType" : "VF", - "csarUUID" : "b45a4ac88b274c179744e4a2d2d93767", - "csarVersion" : "1.0" + "componentInstances" : [ ] } }, "response" : { "status" : 201, "json" : { - "artifacts" : { - "vspclitest3informationtxt" : { - "creationDate" : 1553125008054, - "timeout" : 0, - "description" : "Artifact created from csar", - "lastUpdateDate" : 1553125008054, - "artifactLabel" : "vspclitest3informationtxt", - "artifactUUID" : "3489c4c1-e770-49ea-bb8b-86361e7d2a65", - "artifactVersion" : "1", - "artifactGroupType" : "INFORMATIONAL", - "artifactName" : "VSP_cli-test-3_Information.txt", - "artifactType" : "GUIDE", - "artifactDisplayName" : "VSP_cli-test-3_Information", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vspclitest3informationtxt", - "artifactChecksum" : "ZDQxNWViNTFiYTQ5NWRmMWNmNDM4YjAxZTdlNjJiZjA=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008055, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vspclitest3informationtxt", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - } - }, + "artifacts" : { }, "deploymentArtifacts" : { - "vflicense" : { - "creationDate" : 1553125008013, - "timeout" : 0, - "description" : "VF license file", - "lastUpdateDate" : 1553125008013, - "artifactLabel" : "vflicense", - "artifactUUID" : "ba5e6fb3-7eca-4c74-9320-1283381dee5e", - "artifactVersion" : "1", - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "vf-license-model.xml", - "artifactType" : "VF_LICENSE", - "artifactDisplayName" : "VF License", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vflicense", - "artifactChecksum" : "ZmVmMjRmNjM2ZTgwYTg4NGM3YmJhY2MyODY5MzZkMjM=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008015, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vflicense", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "heat1" : { - "listHeatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "currentValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "currentValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "currentValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "currentValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "currentValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "currentValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "currentValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "currentValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "currentValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "currentValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "currentValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "currentValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "currentValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "currentValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "currentValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "currentValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "currentValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "currentValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "currentValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "currentValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "currentValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "currentValue" : "https://nexus.onap.org", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "currentValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "currentValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], - "creationDate" : 1553125008094, + "cdsblueprint" : { + "creationDate" : 1567068744167, + "description" : "CDS deployment artifact", "timeout" : 60, - "description" : "created from csar", - "lastUpdateDate" : 1553125008094, - "artifactLabel" : "heat1", - "artifactUUID" : "1ef7b10d-c9f1-4aa9-a354-6ede0049434a", - "artifactVersion" : "2", - "heatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "currentValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "currentValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "currentValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "currentValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "currentValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "currentValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "currentValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "currentValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "currentValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "currentValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "currentValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "currentValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "currentValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "currentValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "currentValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "currentValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "currentValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "currentValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "currentValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "currentValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "currentValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "currentValue" : "https://nexus.onap.org", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "currentValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "currentValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], + "artifactType" : "CONTROLLER_BLUEPRINT_ARCHIVE", + "uniqueId" : "eeafae8a-9269-4109-b97c-63290957ae8f.cdsblueprint", + "artifactDisplayName" : "CDS Blueprint", + "artifactLabel" : "cdsblueprint", "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "base_vfw.yaml", - "artifactType" : "HEAT", - "artifactDisplayName" : "base_vfw", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", - "artifactChecksum" : "NmFmYjA4N2ZjNDAxYjYyOGY0MjYzMGVlMDU3NWQ2OGE=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008148, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "vendorlicense" : { - "creationDate" : 1553125007971, - "timeout" : 0, - "description" : " Vendor license file", - "lastUpdateDate" : 1553125007971, - "artifactLabel" : "vendorlicense", - "artifactUUID" : "f5e01fb9-2ea4-47d9-b8dd-7c79ee7c3742", - "artifactVersion" : "1", - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "vendor-license-model.xml", - "artifactType" : "VENDOR_LICENSE", - "artifactDisplayName" : "Vendor License", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vendorlicense", - "artifactChecksum" : "MTg5NTFhNDVjYzhiNTU1OGYwYmU2N2MzZGJiNGZjMWM=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125007973, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vendorlicense", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "heat1env" : { - "creationDate" : 1553125008150, - "timeout" : 0, - "description" : "VF Auto-generated HEAT Environment deployment artifact", - "lastUpdateDate" : 1553125008150, - "artifactLabel" : "heat1env", - "artifactVersion" : "0", - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "base_vfw.env", - "artifactType" : "HEAT_ENV", - "artifactDisplayName" : "VF HEAT ENV", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1env", - "heatParamsUpdateDate" : 1553125008150, - "generatedFromId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068744167, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, "toscaArtifacts" : { "assettoscacsar" : { - "creationDate" : 1553125006126, - "timeout" : 0, + "creationDate" : 1567068744167, "description" : "TOSCA definition package of the asset", - "lastUpdateDate" : 1553125006126, - "artifactLabel" : "assettoscacsar", - "artifactVersion" : "0", - "artifactGroupType" : "TOSCA", - "artifactName" : "resource-CliVf3-csar.csar", + "timeout" : 0, "artifactType" : "TOSCA_CSAR", + "uniqueId" : "eeafae8a-9269-4109-b97c-63290957ae8f.assettoscacsar", + "artifactName" : "resource-VgwocompvtpVnf-csar.csar", "artifactDisplayName" : "Tosca Model", + "artifactLabel" : "assettoscacsar", + "artifactGroupType" : "TOSCA", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.assettoscacsar", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068744167, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false }, "assettoscatemplate" : { - "creationDate" : 1553125006126, - "timeout" : 0, + "creationDate" : 1567068744167, "description" : "TOSCA representation of the asset", - "lastUpdateDate" : 1553125006126, - "artifactLabel" : "assettoscatemplate", - "artifactVersion" : "0", - "artifactGroupType" : "TOSCA", - "artifactName" : "resource-CliVf3-template.yml", + "timeout" : 0, "artifactType" : "TOSCA_TEMPLATE", + "uniqueId" : "eeafae8a-9269-4109-b97c-63290957ae8f.assettoscatemplate", + "artifactName" : "resource-VgwocompvtpVnf-template.yml", "artifactDisplayName" : "Tosca Template", + "artifactLabel" : "assettoscatemplate", + "artifactGroupType" : "TOSCA", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.assettoscatemplate", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068744167, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, @@ -749,40727 +127,29 @@ "name" : "Abstract", "normalizedName" : "abstract", "uniqueId" : "resourceNewCategory.generic.abstract", - "icons" : [ "objectStorage", "compute" ], + "icons" : [ "database" ], "empty" : false } ], "empty" : false } ], - "componentInstances" : [ { - "capabilities" : { - "tosca.capabilities.Endpoint" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Endpoint.port_name", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "port_name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.protocol", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "tcp", - "password" : false, - "name" : "protocol", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.port", - "type" : "PortDef", - "required" : false, - "definition" : false, - "password" : false, - "name" : "port", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.initiator", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "source", - "password" : false, - "name" : "initiator", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.network_name", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "PRIVATE", - "password" : false, - "name" : "network_name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.secure", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "false", - "password" : false, - "name" : "secure", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.ports", - "type" : "map", - "required" : false, - "definition" : false, - "schema" : { - "property" : { - "type" : "PortSpec", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "ports", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "schemaType" : "PortSpec", - "schemaProperty" : { - "type" : "PortSpec", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.url_path", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "url_path", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - } ], - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "end_point", - "empty" : false - } ], - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "link", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment", - "empty" : false - } ] - }, - "requirements" : { - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency", - "empty" : false - } ] - }, - "actualComponentUid" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "normalizedName" : "protected_private_network", - "name" : "protected_private_network", - "creationTime" : 1553125007844, - "originType" : "VL", - "componentUid" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "customizationUUID" : "c454a177-6934-476a-8c3f-a378b3f20819", - "componentVersion" : "1.0", - "componentName" : "NeutronNet", - "toscaComponentName" : "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", - "originArchived" : false, - "modificationTime" : 1553125007934, - "icon" : "network", - "isProxy" : false, - "invariantName" : "protected_private_network", - "posX" : "490.0", - "posY" : "340.0", - "propertyValueCounter" : 1, - "empty" : false - }, { - "capabilities" : { - "tosca.capabilities.Node" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "feature", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "feature", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "feature", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vsn_vsn_private_1_port", - "empty" : false - } ], - "tosca.capabilities.Scalable" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Scalable.min_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "min_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.default_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "default_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "scalable", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "scalable_vsn", - "empty" : false - } ], - "org.openecomp.capabilities.Forwarder" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "forwarder", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "forwarder", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vsn_vsn_private_1_port", - "empty" : false - } ], - "tosca.capabilities.network.Bindable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "binding", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "binding", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "binding_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "binding", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vsn_vsn_private_1_port", - "empty" : false - } ], - "org.openecomp.capabilities.PortMirroring" : [ { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.PortMirroring.connection_point", - "type" : "org.openecomp.datatypes.PortMirroringConnectionPointDescription", - "required" : false, - "definition" : false, - "password" : false, - "name" : "connection_point", - "value" : "{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"vsn\",\"network_role\":{\"get_input\":\"port_vsn_private_1_port_network_role\"},\"pps_capacity\":\"\"}", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "getInputProperty" : false, - "ownerId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "port_mirroring", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "port_mirroring_vsn_vsn_private_1_port", - "empty" : false - } ], - "tosca.capabilities.Container" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Container.num_cpus", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "num_cpus", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.disk_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "disk_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.cpu_frequency", - "type" : "scalar-unit.frequency", - "required" : false, - "definition" : false, - "password" : false, - "name" : "cpu_frequency", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.mem_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "mem_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "host", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "host_vsn", - "empty" : false - } ], - "org.openecomp.capabilities.metric.Ceilometer" : [ { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outpoing.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of ephemeral disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of ephemeral disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.ephemeral.size", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.ephemeral.size_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Existence of instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Existence of instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "instance", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "instance", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "instance_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "memory", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.iops", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.iops_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.read.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used since previous datapoint", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used since previous datapoint", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Delta", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Delta", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "cpu.delta", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu.delta_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.capacity", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.capacity_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.read.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.write.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.latency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.latency_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.read.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.usage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.usage_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average CPU utilization", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average CPU utilization", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "%", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "%", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "cpu_util", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_util_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.allocation", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.allocation_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.write.requests.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.write.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.latency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.latency_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "cpu", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.write.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.write.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.read.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.requests_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of root disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of root disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.root.size", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.root.size_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.write.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of virtual CPUs allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of virtual CPUs allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "vcpu", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "vcpu", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "vcpus", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "vcpus_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.iops", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.iops_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.usage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.usage_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.read.requests.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.write.requests.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.allocation", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.allocation_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.read.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.read.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance from the amount of its allocated memory", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance from the amount of its allocated memory", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "memory.usage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.usage_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.capacity", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.capacity_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance on the physical machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance on the physical machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "memory.resident", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.resident_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.write.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outpoing.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vsn_vsn_private_1_port", - "empty" : false - } ], - "tosca.capabilities.OperatingSystem" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.OperatingSystem.distribution", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "distribution", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.type", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "type", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.version", - "type" : "version", - "required" : false, - "definition" : false, - "password" : false, - "name" : "version", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.architecture", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "architecture", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "os", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "os_vsn", - "empty" : false - } ], - "tosca.capabilities.Endpoint.Admin" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Endpoint.Admin.secure", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "true", - "password" : false, - "name" : "secure", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "endpoint", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "endpoint_vsn", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "attachment", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "attachment", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vsn_vsn_private_1_port", - "empty" : false - } ] - }, - "requirements" : { - "tosca.capabilities.Node" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "dependency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "dependency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "dependency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vsn_vsn_private_1_port", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "link", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "link", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vsn_vsn_private_1_port", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "local_storage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "minOccurrences" : "0", - "name" : "local_storage_vsn", - "empty" : false - } ] - }, - "actualComponentUid" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "normalizedName" : "abstract_vsn", - "name" : "abstract_vsn", - "creationTime" : 1553125007844, - "originType" : "CVFC", - "componentUid" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "customizationUUID" : "e4f477f1-bd52-4bf1-badf-86d749cbff3b", - "componentVersion" : "1.0", - "componentName" : "cli-vf-3-nodes.vsnCvfc", - "toscaComponentName" : "org.openecomp.resource.vfc.CliVf3cvfc.abstract.nodes.vsn", - "originArchived" : false, - "modificationTime" : 1553125007934, - "icon" : "defaulticon", - "isProxy" : false, - "invariantName" : "abstract_vsn", - "posX" : "275.0", - "posY" : "325.0", - "propertyValueCounter" : 1, - "empty" : false - }, { - "capabilities" : { - "tosca.capabilities.Node" : [ { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "feature", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "feature", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "feature", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vpg", - "empty" : false - } ], - "tosca.capabilities.Scalable" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Scalable.min_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "min_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.default_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "default_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "scalable", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "scalable_vpg", - "empty" : false - } ], - "org.openecomp.capabilities.Forwarder" : [ { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "forwarder", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "forwarder", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vpg_vpg_private_0_port", - "empty" : false - } ], - "tosca.capabilities.network.Bindable" : [ { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "binding", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "binding", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "binding", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "binding_vpg", - "empty" : false - } ], - "org.openecomp.capabilities.PortMirroring" : [ { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.PortMirroring.connection_point", - "type" : "org.openecomp.datatypes.PortMirroringConnectionPointDescription", - "required" : false, - "definition" : false, - "password" : false, - "name" : "connection_point", - "value" : "{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"vpg\",\"network_role\":{\"get_input\":\"port_vpg_private_1_port_network_role\"},\"pps_capacity\":\"\"}", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "getInputProperty" : false, - "ownerId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "port_mirroring", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "port_mirroring_vpg_vpg_private_1_port", - "empty" : false - } ], - "tosca.capabilities.Container" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Container.num_cpus", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "num_cpus", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.disk_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "disk_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.cpu_frequency", - "type" : "scalar-unit.frequency", - "required" : false, - "definition" : false, - "password" : false, - "name" : "cpu_frequency", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.mem_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "mem_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "host", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "host_vpg", - "empty" : false - } ], - "org.openecomp.capabilities.metric.Ceilometer" : [ { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outpoing.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outpoing.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of ephemeral disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of ephemeral disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.ephemeral.size", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.ephemeral.size_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Existence of instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Existence of instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "instance", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "instance", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "instance_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "memory", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.iops", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.iops_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.read.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used since previous datapoint", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used since previous datapoint", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Delta", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Delta", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "cpu.delta", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu.delta_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.capacity", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.capacity_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.read.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.write.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.latency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.latency_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.read.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.usage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.usage_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average CPU utilization", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average CPU utilization", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "%", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "%", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "cpu_util", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_util_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.allocation", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.allocation_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.write.requests.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.write.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.latency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.latency_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "cpu", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.write.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.write.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.read.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.requests_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of root disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of root disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.root.size", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.root.size_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.write.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of virtual CPUs allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of virtual CPUs allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "vcpu", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "vcpu", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "vcpus", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "vcpus_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.iops", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.iops_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.usage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.usage_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.read.requests.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.write.requests.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.allocation", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.allocation_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.read.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.read.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance from the amount of its allocated memory", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance from the amount of its allocated memory", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "memory.usage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.usage_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.capacity", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.capacity_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance on the physical machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance on the physical machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "memory.resident", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.resident_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.write.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests_vpg", - "empty" : false - } ], - "tosca.capabilities.OperatingSystem" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.OperatingSystem.distribution", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "distribution", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.type", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "type", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.version", - "type" : "version", - "required" : false, - "definition" : false, - "password" : false, - "name" : "version", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.architecture", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "architecture", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "os", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "os_vpg", - "empty" : false - } ], - "tosca.capabilities.Endpoint.Admin" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Endpoint.Admin.secure", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "true", - "password" : false, - "name" : "secure", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "endpoint", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "endpoint_vpg", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "attachment", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "attachment", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vpg_vpg_private_0_port", - "empty" : false - } ] - }, - "requirements" : { - "tosca.capabilities.Node" : [ { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "dependency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "dependency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "dependency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vpg", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "link", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "link", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vpg_vpg_private_0_port", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "local_storage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "minOccurrences" : "0", - "name" : "local_storage_vpg", - "empty" : false - } ] - }, - "actualComponentUid" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "normalizedName" : "abstract_vpg", - "name" : "abstract_vpg", - "creationTime" : 1553125007843, - "originType" : "CVFC", - "componentUid" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "customizationUUID" : "abc5a697-3e66-46ec-bc2e-6cad037dc1e7", - "componentVersion" : "1.0", - "componentName" : "cli-vf-3-nodes.vpgCvfc", - "toscaComponentName" : "org.openecomp.resource.vfc.CliVf3cvfc.abstract.nodes.vpg", - "originArchived" : false, - "modificationTime" : 1553125007934, - "icon" : "defaulticon", - "isProxy" : false, - "invariantName" : "abstract_vpg", - "posX" : "275.0", - "posY" : "525.0", - "propertyValueCounter" : 1, - "empty" : false - }, { - "capabilities" : { - "tosca.capabilities.Node" : [ { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.Scalable" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Scalable.min_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "min_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.default_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "default_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "scalable", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "scalable_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.Forwarder" : [ { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "forwarder", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "forwarder", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "forwarder", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.network.Bindable" : [ { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "binding_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vfw_vfw_private_1_port", - "empty" : false - } ], - "org.openecomp.capabilities.PortMirroring" : [ { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.PortMirroring.connection_point", - "type" : "org.openecomp.datatypes.PortMirroringConnectionPointDescription", - "required" : false, - "definition" : false, - "password" : false, - "name" : "connection_point", - "value" : "{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"vfw\",\"network_role\":{\"get_input\":\"port_vfw_private_2_port_network_role\"},\"pps_capacity\":\"\"}", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "getInputProperty" : false, - "ownerId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "port_mirroring", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "port_mirroring_vfw_vfw_private_2_port", - "empty" : false - } ], - "tosca.capabilities.Container" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Container.num_cpus", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "num_cpus", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.disk_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "disk_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.cpu_frequency", - "type" : "scalar-unit.frequency", - "required" : false, - "definition" : false, - "password" : false, - "name" : "cpu_frequency", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.mem_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "mem_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "host", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "host_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.metric.Ceilometer" : [ { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outpoing.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outpoing.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of ephemeral disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of ephemeral disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.ephemeral.size", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.ephemeral.size_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Existence of instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Existence of instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "instance", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "instance", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "instance_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "memory", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.iops", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.iops_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.read.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used since previous datapoint", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used since previous datapoint", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Delta", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Delta", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "cpu.delta", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu.delta_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.capacity", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.capacity_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.read.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.write.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.latency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.latency_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.read.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.usage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.usage_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average CPU utilization", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average CPU utilization", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "%", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "%", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "cpu_util", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_util_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.allocation", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.allocation_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.write.requests.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.write.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.latency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.latency_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "cpu", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.write.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.write.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.read.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.requests_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of root disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of root disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.root.size", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.root.size_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.write.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of virtual CPUs allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of virtual CPUs allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "vcpu", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "vcpu", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "vcpus", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "vcpus_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.iops", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.iops_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.usage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.usage_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.read.requests.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.write.requests.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.allocation", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.allocation_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.read.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.read.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance from the amount of its allocated memory", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance from the amount of its allocated memory", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "memory.usage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.usage_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.capacity", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.capacity_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance on the physical machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance on the physical machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "memory.resident", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.resident_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.write.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outpoing.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.OperatingSystem" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.OperatingSystem.distribution", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "distribution", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.type", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "type", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.version", - "type" : "version", - "required" : false, - "definition" : false, - "password" : false, - "name" : "version", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.architecture", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "architecture", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "os", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "os_vfw", - "empty" : false - } ], - "tosca.capabilities.Endpoint.Admin" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Endpoint.Admin.secure", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "true", - "password" : false, - "name" : "secure", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "endpoint", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "endpoint_vfw", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "attachment", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "attachment", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "attachment", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vfw_vfw_private_1_port", - "empty" : false - } ] - }, - "requirements" : { - "tosca.capabilities.Node" : [ { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "link", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "link", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "link", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "local_storage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "minOccurrences" : "0", - "name" : "local_storage_vfw", - "empty" : false - } ] - }, - "actualComponentUid" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "normalizedName" : "abstract_vfw", - "name" : "abstract_vfw", - "creationTime" : 1553125007844, - "originType" : "CVFC", - "componentUid" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "customizationUUID" : "4717dfeb-cceb-4d88-b8c0-8744114170f9", - "componentVersion" : "1.0", - "componentName" : "cli-vf-3-nodes.vfwCvfc", - "toscaComponentName" : "org.openecomp.resource.vfc.CliVf3cvfc.abstract.nodes.vfw", - "originArchived" : false, - "modificationTime" : 1553125007934, - "icon" : "defaulticon", - "isProxy" : false, - "invariantName" : "abstract_vfw", - "posX" : "475.0", - "posY" : "525.0", - "propertyValueCounter" : 1, - "empty" : false - }, { - "capabilities" : { - "tosca.capabilities.Endpoint" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Endpoint.port_name", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "port_name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.protocol", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "tcp", - "password" : false, - "name" : "protocol", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.port", - "type" : "PortDef", - "required" : false, - "definition" : false, - "password" : false, - "name" : "port", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.initiator", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "source", - "password" : false, - "name" : "initiator", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.network_name", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "PRIVATE", - "password" : false, - "name" : "network_name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.secure", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "false", - "password" : false, - "name" : "secure", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.ports", - "type" : "map", - "required" : false, - "definition" : false, - "schema" : { - "property" : { - "type" : "PortSpec", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "ports", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "schemaType" : "PortSpec", - "schemaProperty" : { - "type" : "PortSpec", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.url_path", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "url_path", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - } ], - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "end_point", - "empty" : false - } ], - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "link", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment", - "empty" : false - } ] - }, - "requirements" : { - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency", - "empty" : false - } ] - }, - "actualComponentUid" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "normalizedName" : "unprotected_private_network", - "name" : "unprotected_private_network", - "creationTime" : 1553125007843, - "originType" : "VL", - "componentUid" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "customizationUUID" : "1df0336a-f2ce-4bab-9fe3-09043d827a5e", - "componentVersion" : "1.0", - "componentName" : "NeutronNet", - "toscaComponentName" : "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", - "originArchived" : false, - "modificationTime" : 1553125007934, - "icon" : "network", - "isProxy" : false, - "invariantName" : "unprotected_private_network", - "posX" : "690.0", - "posY" : "540.0", - "propertyValueCounter" : 1, - "empty" : false - } ], - "componentInstancesRelations" : [ { - "toNode" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "relationships" : [ { - "relation" : { - "requirement" : "link_vfw_vfw_private_0_port", - "capabilityOwnerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "requirementOwnerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "id" : "62940f4d-9dfd-4bf6-be4a-03327c61450a", - "relationship" : { - "type" : "tosca.relationships.network.LinksTo" - }, - "capability" : "link", - "capabilityUid" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "requirementUid" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link" - } - } ], - "fromNode" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "originUI" : false - }, { - "toNode" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "relationships" : [ { - "relation" : { - "requirement" : "link_vsn_vsn_private_0_port", - "capabilityOwnerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "requirementOwnerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "id" : "f5ac2436-d3de-43ab-bb3e-c715ce82a342", - "relationship" : { - "type" : "tosca.relationships.network.LinksTo" - }, - "capability" : "link", - "capabilityUid" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "requirementUid" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link" - } - } ], - "fromNode" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "originUI" : false - }, { - "toNode" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "relationships" : [ { - "relation" : { - "requirement" : "link_vfw_vfw_private_1_port", - "capabilityOwnerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "requirementOwnerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "id" : "f18ceff0-def2-4079-89aa-587b83e4b05f", - "relationship" : { - "type" : "tosca.relationships.network.LinksTo" - }, - "capability" : "link", - "capabilityUid" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "requirementUid" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link" - } - } ], - "fromNode" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "originUI" : false - }, { - "toNode" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "relationships" : [ { - "relation" : { - "requirement" : "link_vpg_vpg_private_0_port", - "capabilityOwnerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "requirementOwnerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "id" : "d77c8a90-e9a4-4770-b6b6-cf6d7d2f3820", - "relationship" : { - "type" : "tosca.relationships.network.LinksTo" - }, - "capability" : "link", - "capabilityUid" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "requirementUid" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link" - } - } ], - "fromNode" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "originUI" : false - } ], - "componentInstancesInputs" : { - "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" : [ { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_network", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_1_port_network", - "value" : "[{\"get_input\":\"onap_private_net_id\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_id", - "getInputValues" : [ { - "propName" : "port_vsn_private_1_port_network", - "inputName" : "onap_private_net_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_id", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_related_networks", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_0_port_related_networks", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_network_role_tag", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_0_port_network_role_tag", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_subnetpoolid", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_1_port_subnetpoolid", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_security_groups", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_0_port_security_groups", - "value" : "[[{\"get_input\":\"sec_group\"}]]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "getInputValues" : [ { - "propName" : "port_vsn_private_0_port_security_groups", - "inputName" : "sec_group", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "list" : false, - "empty" : false - } ], - "schemaType" : "json", - "schemaProperty" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_ip_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_1_port_ip_requirements", - "value" : "[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":true},\"floating_ip_count_required\":{\"is_required\":false}}]", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.IpRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.nfc_naming", - "type" : "org.openecomp.datatypes.Naming", - "required" : false, - "definition" : false, - "description" : "vfc naming", - "password" : false, - "name" : "nfc_naming", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.vm_flavor_name", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "vm_flavor_name", - "value" : "{\"get_input\":\"sink_flavor_name\"}", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sink_flavor_name", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputValues" : [ { - "propName" : "vm_flavor_name", - "inputName" : "sink_flavor_name", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sink_flavor_name", - "list" : false, - "empty" : false - } ], - "getInputProperty" : true, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_network", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_0_port_network", - "value" : "[\"protected_private_network\"]", - "hidden" : false, - "immutable" : false, - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "3bb45149-5dc2-490e-966e-13718441b2ae.service_template_filter", - "type" : "org.openecomp.datatypes.heat.substitution.SubstitutionFiltering", - "required" : true, - "definition" : false, - "description" : "Substitution Filter", - "password" : false, - "name" : "service_template_filter", - "value" : "{\"substitute_service_template\":\"Nested_vsnServiceTemplate.yaml\",\"count\":1}", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_binding:vnic_type", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_0_port_binding:vnic_type", - "value" : "[{\"get_input\":\"vsn_private_0_port_vnic_type\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_0_port_vnic_type", - "getInputValues" : [ { - "propName" : "port_vsn_private_0_port_binding:vnic_type", - "inputName" : "vsn_private_0_port_vnic_type", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_0_port_vnic_type", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_vlan_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_1_port_vlan_requirements", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.VlanRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.vm_image_name", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "vm_image_name", - "value" : "{\"get_input\":\"vfw_image_name\"}", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_image_name", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputValues" : [ { - "propName" : "vm_image_name", - "inputName" : "vfw_image_name", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_image_name", - "list" : false, - "empty" : false - } ], - "getInputProperty" : true, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_exCP_naming", - "type" : "org.openecomp.datatypes.Naming", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_0_port_exCP_naming", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_order", - "type" : "integer", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_0_port_order", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.vm_type_tag", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vm type based on naming Convention", - "password" : false, - "name" : "vm_type_tag", - "value" : "vsn", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.high_availablity", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "high_availablity", - "password" : false, - "name" : "high_availablity", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.compute_vsn_name", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vsn_name", - "value" : "[{\"get_input\":\"vsn_name_0\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_name_0", - "getInputValues" : [ { - "propName" : "compute_vsn_name", - "inputName" : "vsn_name_0", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_name_0", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_mac_requirements", - "type" : "org.openecomp.datatypes.network.MacRequirements", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_1_port_mac_requirements", - "value" : "{\"mac_count_required\":{\"is_required\":false}}", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.nfc_naming_code", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "nfc code for instance naming", - "password" : false, - "name" : "nfc_naming_code", - "value" : "vsn", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_ip_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_0_port_ip_requirements", - "value" : "[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":true},\"floating_ip_count_required\":{\"is_required\":false}}]", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.IpRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_fixed_ips", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_0_port_fixed_ips", - "value" : "[{\"subnet\":\"protected_private_network\",\"ip_address\":{\"get_input\":\"vsn_private_ip_0\"}}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_ip_0", - "getInputValues" : [ { - "propName" : "ip_address", - "inputName" : "vsn_private_ip_0", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_ip_0", - "list" : false, - "empty" : false - } ], - "schemaType" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.nfc_function", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "nfc_function", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_order", - "type" : "integer", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_1_port_order", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_mac_requirements", - "type" : "org.openecomp.datatypes.network.MacRequirements", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_0_port_mac_requirements", - "value" : "{\"mac_count_required\":{\"is_required\":false}}", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.index_value", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "0", - "description" : "Index value of this substitution service template runtime instance", - "password" : false, - "name" : "index_value", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.compute_vsn_key_name", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vsn_key_name", - "value" : "[\"UNSUPPORTED_RESOURCE_my_keypair\"]", - "hidden" : false, - "immutable" : false, - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "description" : "Maximum number of VFC Instances", - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_subnetpoolid", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_0_port_subnetpoolid", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.compute_vsn_user_data_format", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vsn_user_data_format", - "value" : "[\"RAW\"]", - "hidden" : false, - "immutable" : false, - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_network_role", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_1_port_network_role", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_vlan_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_0_port_vlan_requirements", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.VlanRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_network_role_tag", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_1_port_network_role_tag", - "value" : "onap_private", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_binding:vnic_type", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_1_port_binding:vnic_type", - "value" : "[{\"get_input\":\"vsn_private_1_port_vnic_type\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_1_port_vnic_type", - "getInputValues" : [ { - "propName" : "port_vsn_private_1_port_binding:vnic_type", - "inputName" : "vsn_private_1_port_vnic_type", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_1_port_vnic_type", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_related_networks", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_1_port_related_networks", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_fixed_ips", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_1_port_fixed_ips", - "value" : "[{\"subnet\":{\"get_input\":\"onap_private_subnet_id\"},\"ip_address\":{\"get_input\":\"vsn_private_ip_1\"}}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_subnet_id", - "getInputValues" : [ { - "propName" : "subnet", - "inputName" : "onap_private_subnet_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_subnet_id", - "list" : false, - "empty" : false - }, { - "propName" : "ip_address", - "inputName" : "vsn_private_ip_1", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_ip_1", - "list" : false, - "empty" : false - } ], - "schemaType" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_exCP_naming", - "type" : "org.openecomp.datatypes.Naming", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_1_port_exCP_naming", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.min_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "0", - "description" : "Minimum number of VFC Instances", - "password" : false, - "name" : "min_instances", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_1_port_security_groups", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vsn_private_1_port_security_groups", - "value" : "[[{\"get_input\":\"sec_group\"}]]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "getInputValues" : [ { - "propName" : "port_vsn_private_1_port_security_groups", - "inputName" : "sec_group", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "list" : false, - "empty" : false - } ], - "schemaType" : "json", - "schemaProperty" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.port_vsn_private_0_port_network_role", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vsn_private_0_port_network_role", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.compute_vsn_metadata", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vsn_metadata", - "value" : "[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"}}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vf_module_id", - "getInputValues" : [ { - "propName" : "vf_module_id", - "inputName" : "vf_module_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vf_module_id", - "list" : false, - "empty" : false - }, { - "propName" : "vnf_id", - "inputName" : "vnf_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vnf_id", - "list" : false, - "empty" : false - } ], - "schemaType" : "json", - "schemaProperty" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - } ], - "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" : [ { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_fixed_ips", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_2_port_fixed_ips", - "value" : "[{\"subnet\":{\"get_input\":\"onap_private_subnet_id\"},\"ip_address\":{\"get_input\":\"vfw_private_ip_2\"}}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_subnet_id", - "getInputValues" : [ { - "propName" : "subnet", - "inputName" : "onap_private_subnet_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_subnet_id", - "list" : false, - "empty" : false - }, { - "propName" : "ip_address", - "inputName" : "vfw_private_ip_2", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_2", - "list" : false, - "empty" : false - } ], - "schemaType" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_security_groups", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_2_port_security_groups", - "value" : "[[{\"get_input\":\"sec_group\"}]]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "getInputValues" : [ { - "propName" : "port_vfw_private_2_port_security_groups", - "inputName" : "sec_group", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "list" : false, - "empty" : false - } ], - "schemaType" : "json", - "schemaProperty" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_mac_requirements", - "type" : "org.openecomp.datatypes.network.MacRequirements", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_2_port_mac_requirements", - "value" : "{\"mac_count_required\":{\"is_required\":false}}", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_allowed_address_pairs", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.heat.network.AddressPair", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_1_port_allowed_address_pairs", - "value" : "[{\"ip_address\":{\"get_input\":\"vpg_private_ip_0\"}}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_ip_0", - "getInputValues" : [ { - "propName" : "ip_address", - "inputName" : "vpg_private_ip_0", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_ip_0", - "list" : false, - "empty" : false - } ], - "schemaType" : "org.openecomp.datatypes.heat.network.AddressPair", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.heat.network.AddressPair", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_binding:vnic_type", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_1_port_binding:vnic_type", - "value" : "[{\"get_input\":\"vfw_private_1_port_vnic_type\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_1_port_vnic_type", - "getInputValues" : [ { - "propName" : "port_vfw_private_1_port_binding:vnic_type", - "inputName" : "vfw_private_1_port_vnic_type", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_1_port_vnic_type", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_network_role", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_0_port_network_role", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.compute_vfw_name", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vfw_name", - "value" : "[{\"get_input\":\"vfw_name_0\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_name_0", - "getInputValues" : [ { - "propName" : "compute_vfw_name", - "inputName" : "vfw_name_0", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_name_0", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.nfc_naming", - "type" : "org.openecomp.datatypes.Naming", - "required" : false, - "definition" : false, - "description" : "vfc naming", - "password" : false, - "name" : "nfc_naming", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.vm_flavor_name", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "vm_flavor_name", - "value" : "{\"get_input\":\"firewall_flavor_name\"}", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.firewall_flavor_name", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputValues" : [ { - "propName" : "vm_flavor_name", - "inputName" : "firewall_flavor_name", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.firewall_flavor_name", - "list" : false, - "empty" : false - } ], - "getInputProperty" : true, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "3bb45149-5dc2-490e-966e-13718441b2ae.service_template_filter", - "type" : "org.openecomp.datatypes.heat.substitution.SubstitutionFiltering", - "required" : true, - "definition" : false, - "description" : "Substitution Filter", - "password" : false, - "name" : "service_template_filter", - "value" : "{\"substitute_service_template\":\"Nested_vfwServiceTemplate.yaml\",\"count\":1}", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.vm_image_name", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "vm_image_name", - "value" : "{\"get_input\":\"vfw_image_name\"}", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_image_name", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputValues" : [ { - "propName" : "vm_image_name", - "inputName" : "vfw_image_name", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_image_name", - "list" : false, - "empty" : false - } ], - "getInputProperty" : true, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_fixed_ips", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_0_port_fixed_ips", - "value" : "[{\"subnet\":\"unprotected_private_network\",\"ip_address\":{\"get_input\":\"vfw_private_ip_0\"}}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_0", - "getInputValues" : [ { - "propName" : "ip_address", - "inputName" : "vfw_private_ip_0", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_0", - "list" : false, - "empty" : false - } ], - "schemaType" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_subnetpoolid", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_2_port_subnetpoolid", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_vlan_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_0_port_vlan_requirements", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.VlanRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_binding:vnic_type", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_0_port_binding:vnic_type", - "value" : "[{\"get_input\":\"vfw_private_0_port_vnic_type\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_0_port_vnic_type", - "getInputValues" : [ { - "propName" : "port_vfw_private_0_port_binding:vnic_type", - "inputName" : "vfw_private_0_port_vnic_type", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_0_port_vnic_type", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_ip_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_2_port_ip_requirements", - "value" : "[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":true},\"floating_ip_count_required\":{\"is_required\":false}}]", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.IpRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_related_networks", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_2_port_related_networks", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "description" : "Maximum number of VFC Instances", - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_subnetpoolid", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_0_port_subnetpoolid", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_exCP_naming", - "type" : "org.openecomp.datatypes.Naming", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_0_port_exCP_naming", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_order", - "type" : "integer", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_0_port_order", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_network_role", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_1_port_network_role", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_subnetpoolid", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_1_port_subnetpoolid", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.min_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "0", - "description" : "Minimum number of VFC Instances", - "password" : false, - "name" : "min_instances", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_order", - "type" : "integer", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_1_port_order", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.compute_vfw_user_data_format", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vfw_user_data_format", - "value" : "[\"RAW\"]", - "hidden" : false, - "immutable" : false, - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_exCP_naming", - "type" : "org.openecomp.datatypes.Naming", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_2_port_exCP_naming", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_related_networks", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_0_port_related_networks", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_ip_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_1_port_ip_requirements", - "value" : "[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":true},\"floating_ip_count_required\":{\"is_required\":false}}]", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.IpRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_network", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_2_port_network", - "value" : "[{\"get_input\":\"onap_private_net_id\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_id", - "getInputValues" : [ { - "propName" : "port_vfw_private_2_port_network", - "inputName" : "onap_private_net_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_id", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_network_role", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_2_port_network_role", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_fixed_ips", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_1_port_fixed_ips", - "value" : "[{\"subnet\":\"protected_private_network\",\"ip_address\":{\"get_input\":\"vfw_private_ip_1\"}}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_1", - "getInputValues" : [ { - "propName" : "ip_address", - "inputName" : "vfw_private_ip_1", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_1", - "list" : false, - "empty" : false - } ], - "schemaType" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_ip_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_0_port_ip_requirements", - "value" : "[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":true},\"floating_ip_count_required\":{\"is_required\":false}}]", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.IpRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.vm_type_tag", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vm type based on naming Convention", - "password" : false, - "name" : "vm_type_tag", - "value" : "vfw", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_vlan_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_2_port_vlan_requirements", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.VlanRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.high_availablity", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "high_availablity", - "password" : false, - "name" : "high_availablity", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_exCP_naming", - "type" : "org.openecomp.datatypes.Naming", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_1_port_exCP_naming", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_related_networks", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_1_port_related_networks", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.nfc_naming_code", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "nfc code for instance naming", - "password" : false, - "name" : "nfc_naming_code", - "value" : "vfw", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_security_groups", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_0_port_security_groups", - "value" : "[[{\"get_input\":\"sec_group\"}]]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "getInputValues" : [ { - "propName" : "port_vfw_private_0_port_security_groups", - "inputName" : "sec_group", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "list" : false, - "empty" : false - } ], - "schemaType" : "json", - "schemaProperty" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.nfc_function", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "nfc_function", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_network_role_tag", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_2_port_network_role_tag", - "value" : "onap_private", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.index_value", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "0", - "description" : "Index value of this substitution service template runtime instance", - "password" : false, - "name" : "index_value", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_mac_requirements", - "type" : "org.openecomp.datatypes.network.MacRequirements", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_0_port_mac_requirements", - "value" : "{\"mac_count_required\":{\"is_required\":false}}", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.compute_vfw_key_name", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vfw_key_name", - "value" : "[\"UNSUPPORTED_RESOURCE_my_keypair\"]", - "hidden" : false, - "immutable" : false, - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_binding:vnic_type", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_2_port_binding:vnic_type", - "value" : "[{\"get_input\":\"vfw_private_2_port_vnic_type\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_2_port_vnic_type", - "getInputValues" : [ { - "propName" : "port_vfw_private_2_port_binding:vnic_type", - "inputName" : "vfw_private_2_port_vnic_type", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_2_port_vnic_type", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_2_port_order", - "type" : "integer", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_2_port_order", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_network", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_1_port_network", - "value" : "[\"protected_private_network\"]", - "hidden" : false, - "immutable" : false, - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_mac_requirements", - "type" : "org.openecomp.datatypes.network.MacRequirements", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_1_port_mac_requirements", - "value" : "{\"mac_count_required\":{\"is_required\":false}}", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_network", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_0_port_network", - "value" : "[\"unprotected_private_network\"]", - "hidden" : false, - "immutable" : false, - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_network_role_tag", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_1_port_network_role_tag", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_security_groups", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_1_port_security_groups", - "value" : "[[{\"get_input\":\"sec_group\"}]]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "getInputValues" : [ { - "propName" : "port_vfw_private_1_port_security_groups", - "inputName" : "sec_group", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "list" : false, - "empty" : false - } ], - "schemaType" : "json", - "schemaProperty" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_1_port_vlan_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vfw_private_1_port_vlan_requirements", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.VlanRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.port_vfw_private_0_port_network_role_tag", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vfw_private_0_port_network_role_tag", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.compute_vfw_metadata", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vfw_metadata", - "value" : "[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"}}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vf_module_id", - "getInputValues" : [ { - "propName" : "vf_module_id", - "inputName" : "vf_module_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vf_module_id", - "list" : false, - "empty" : false - }, { - "propName" : "vnf_id", - "inputName" : "vnf_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vnf_id", - "list" : false, - "empty" : false - } ], - "schemaType" : "json", - "schemaProperty" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - } ], - "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" : [ { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_network_role", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_1_port_network_role", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_network", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_1_port_network", - "value" : "[{\"get_input\":\"onap_private_net_id\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_id", - "getInputValues" : [ { - "propName" : "port_vpg_private_1_port_network", - "inputName" : "onap_private_net_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_id", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_exCP_naming", - "type" : "org.openecomp.datatypes.Naming", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_1_port_exCP_naming", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_security_groups", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_0_port_security_groups", - "value" : "[[{\"get_input\":\"sec_group\"}]]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "getInputValues" : [ { - "propName" : "port_vpg_private_0_port_security_groups", - "inputName" : "sec_group", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "list" : false, - "empty" : false - } ], - "schemaType" : "json", - "schemaProperty" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_vlan_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_1_port_vlan_requirements", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.VlanRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_network", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_0_port_network", - "value" : "[\"unprotected_private_network\"]", - "hidden" : false, - "immutable" : false, - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.nfc_naming", - "type" : "org.openecomp.datatypes.Naming", - "required" : false, - "definition" : false, - "description" : "vfc naming", - "password" : false, - "name" : "nfc_naming", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_ip_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_1_port_ip_requirements", - "value" : "[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":true},\"floating_ip_count_required\":{\"is_required\":false}}]", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.IpRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_exCP_naming", - "type" : "org.openecomp.datatypes.Naming", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_0_port_exCP_naming", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.vm_flavor_name", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "vm_flavor_name", - "value" : "{\"get_input\":\"packetgen_flavor_name\"}", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.packetgen_flavor_name", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputValues" : [ { - "propName" : "vm_flavor_name", - "inputName" : "packetgen_flavor_name", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.packetgen_flavor_name", - "list" : false, - "empty" : false - } ], - "getInputProperty" : true, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_subnetpoolid", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_0_port_subnetpoolid", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_order", - "type" : "integer", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_1_port_order", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_network_role_tag", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_1_port_network_role_tag", - "value" : "onap_private", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "3bb45149-5dc2-490e-966e-13718441b2ae.service_template_filter", - "type" : "org.openecomp.datatypes.heat.substitution.SubstitutionFiltering", - "required" : true, - "definition" : false, - "description" : "Substitution Filter", - "password" : false, - "name" : "service_template_filter", - "value" : "{\"substitute_service_template\":\"Nested_vpgServiceTemplate.yaml\",\"count\":1}", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.vm_image_name", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "vm_image_name", - "value" : "{\"get_input\":\"vfw_image_name\"}", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_image_name", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputValues" : [ { - "propName" : "vm_image_name", - "inputName" : "vfw_image_name", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_image_name", - "list" : false, - "empty" : false - } ], - "getInputProperty" : true, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.compute_vpg_name", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vpg_name", - "value" : "[{\"get_input\":\"vpg_name_0\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_name_0", - "getInputValues" : [ { - "propName" : "compute_vpg_name", - "inputName" : "vpg_name_0", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_name_0", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.vm_type_tag", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "vm type based on naming Convention", - "password" : false, - "name" : "vm_type_tag", - "value" : "vpg", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.high_availablity", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "high_availablity", - "password" : false, - "name" : "high_availablity", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.compute_vpg_user_data_format", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vpg_user_data_format", - "value" : "[\"RAW\"]", - "hidden" : false, - "immutable" : false, - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.compute_vpg_key_name", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vpg_key_name", - "value" : "[\"UNSUPPORTED_RESOURCE_my_keypair\"]", - "hidden" : false, - "immutable" : false, - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_subnetpoolid", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_1_port_subnetpoolid", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.nfc_naming_code", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "nfc code for instance naming", - "password" : false, - "name" : "nfc_naming_code", - "value" : "vpg", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_binding:vnic_type", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_0_port_binding:vnic_type", - "value" : "[{\"get_input\":\"vpg_private_0_port_vnic_type\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_0_port_vnic_type", - "getInputValues" : [ { - "propName" : "port_vpg_private_0_port_binding:vnic_type", - "inputName" : "vpg_private_0_port_vnic_type", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_0_port_vnic_type", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_related_networks", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_0_port_related_networks", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_network_role_tag", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_0_port_network_role_tag", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.nfc_function", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "nfc_function", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.compute_vpg_metadata", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "compute_vpg_metadata", - "value" : "[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"}}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vf_module_id", - "getInputValues" : [ { - "propName" : "vf_module_id", - "inputName" : "vf_module_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vf_module_id", - "list" : false, - "empty" : false - }, { - "propName" : "vnf_id", - "inputName" : "vnf_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vnf_id", - "list" : false, - "empty" : false - } ], - "schemaType" : "json", - "schemaProperty" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_vlan_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_0_port_vlan_requirements", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.VlanRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.VlanRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.index_value", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "0", - "description" : "Index value of this substitution service template runtime instance", - "password" : false, - "name" : "index_value", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "description" : "Maximum number of VFC Instances", - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_network_role", - "type" : "string", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_0_port_network_role", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_fixed_ips", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_0_port_fixed_ips", - "value" : "[{\"subnet\":\"unprotected_private_network\",\"ip_address\":{\"get_input\":\"vpg_private_ip_0\"}}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_ip_0", - "getInputValues" : [ { - "propName" : "ip_address", - "inputName" : "vpg_private_ip_0", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_ip_0", - "list" : false, - "empty" : false - } ], - "schemaType" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_mac_requirements", - "type" : "org.openecomp.datatypes.network.MacRequirements", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_1_port_mac_requirements", - "value" : "{\"mac_count_required\":{\"is_required\":false}}", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_ip_requirements", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_0_port_ip_requirements", - "value" : "[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":true},\"floating_ip_count_required\":{\"is_required\":false}}]", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.IpRequirements", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.IpRequirements", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_related_networks", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_1_port_related_networks", - "hidden" : false, - "immutable" : false, - "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_security_groups", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_1_port_security_groups", - "value" : "[[{\"get_input\":\"sec_group\"}]]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "getInputValues" : [ { - "propName" : "port_vpg_private_1_port_security_groups", - "inputName" : "sec_group", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "list" : false, - "empty" : false - } ], - "schemaType" : "json", - "schemaProperty" : { - "type" : "json", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb.min_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "0", - "description" : "Minimum number of VFC Instances", - "password" : false, - "name" : "min_instances", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "getInputProperty" : false, - "ownerId" : "0dcb9b5f-c95b-4411-b78e-ce4f68908bbb", - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_fixed_ips", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_1_port_fixed_ips", - "value" : "[{\"subnet\":{\"get_input\":\"onap_private_subnet_id\"},\"ip_address\":{\"get_input\":\"vpg_private_ip_1\"}}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_subnet_id", - "getInputValues" : [ { - "propName" : "subnet", - "inputName" : "onap_private_subnet_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_subnet_id", - "list" : false, - "empty" : false - }, { - "propName" : "ip_address", - "inputName" : "vpg_private_ip_1", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_ip_1", - "list" : false, - "empty" : false - } ], - "schemaType" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.heat.neutron.port.FixedIps", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_1_port_binding:vnic_type", - "type" : "list", - "required" : true, - "definition" : false, - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "port_vpg_private_1_port_binding:vnic_type", - "value" : "[{\"get_input\":\"vpg_private_1_port_vnic_type\"}]", - "hidden" : false, - "immutable" : false, - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_1_port_vnic_type", - "getInputValues" : [ { - "propName" : "port_vpg_private_1_port_binding:vnic_type", - "inputName" : "vpg_private_1_port_vnic_type", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_1_port_vnic_type", - "list" : false, - "empty" : false - } ], - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_mac_requirements", - "type" : "org.openecomp.datatypes.network.MacRequirements", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_0_port_mac_requirements", - "value" : "{\"mac_count_required\":{\"is_required\":false}}", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.port_vpg_private_0_port_order", - "type" : "integer", - "required" : true, - "definition" : false, - "password" : false, - "name" : "port_vpg_private_0_port_order", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - } ] - }, - "componentInstancesProperties" : { - "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network" : [ { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.tenant_id", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "The ID of the tenant which will own the network", - "password" : false, - "name" : "tenant_id", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.segmentation_id", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "segmentation_id", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.shared", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "false", - "description" : "Whether this network should be shared across all tenants", - "password" : false, - "name" : "shared", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.port_security_enabled", - "type" : "boolean", - "required" : false, - "definition" : false, - "description" : "Flag to enable/disable port security on the network", - "password" : false, - "name" : "port_security_enabled", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.qos_policy", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "The name or ID of QoS policy to attach to this network", - "password" : false, - "name" : "qos_policy", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.network_name", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "network_name", - "value" : "{\"get_input\":\"protected_private_net_id\"}", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputValues" : [ { - "propName" : "network_name", - "inputName" : "protected_private_net_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.protected_private_net_id", - "list" : false, - "empty" : false - } ], - "getInputProperty" : true, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.value_specs", - "type" : "map", - "required" : false, - "definition" : false, - "defaultValue" : "{}", - "description" : "Extra parameters to include in the request", - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "value_specs", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf.vl_name", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "vl_name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.dhcp_enabled", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "true", - "password" : false, - "name" : "dhcp_enabled", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.physical_network", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "physical_network", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.dhcp_agent_ids", - "type" : "list", - "required" : false, - "definition" : false, - "description" : "The IDs of the DHCP agent to schedule the network", - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "dhcp_agent_ids", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.network_id", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "network_id", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.ip_version", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "4", - "password" : false, - "name" : "ip_version", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf.vendor", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "vendor", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.admin_state_up", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "true", - "description" : "A boolean value specifying the administrative status of the network", - "password" : false, - "name" : "admin_state_up", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.start_ip", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "start_ip", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.gateway_ip", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "gateway_ip", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.cidr", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "cidr", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.subnets", - "type" : "map", - "required" : false, - "definition" : false, - "description" : "Network related subnets", - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.heat.network.neutron.Subnet", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "subnets", - "value" : "{\"protected_private_subnet\":{\"cidr\":{\"get_input\":\"protected_private_net_cidr\"}}}", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputValues" : [ { - "propName" : "cidr", - "inputName" : "protected_private_net_cidr", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.protected_private_net_cidr", - "list" : false, - "empty" : false - } ], - "schemaType" : "org.openecomp.datatypes.heat.network.neutron.Subnet", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.heat.network.neutron.Subnet", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.network_type", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "network_type", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.end_ip", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "end_ip", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - } ], - "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network" : [ { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.tenant_id", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "The ID of the tenant which will own the network", - "password" : false, - "name" : "tenant_id", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.segmentation_id", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "segmentation_id", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.shared", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "false", - "description" : "Whether this network should be shared across all tenants", - "password" : false, - "name" : "shared", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.port_security_enabled", - "type" : "boolean", - "required" : false, - "definition" : false, - "description" : "Flag to enable/disable port security on the network", - "password" : false, - "name" : "port_security_enabled", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.qos_policy", - "type" : "string", - "required" : false, - "definition" : false, - "description" : "The name or ID of QoS policy to attach to this network", - "password" : false, - "name" : "qos_policy", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.network_name", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "network_name", - "value" : "{\"get_input\":\"unprotected_private_net_id\"}", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputValues" : [ { - "propName" : "network_name", - "inputName" : "unprotected_private_net_id", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.unprotected_private_net_id", - "list" : false, - "empty" : false - } ], - "getInputProperty" : true, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.value_specs", - "type" : "map", - "required" : false, - "definition" : false, - "defaultValue" : "{}", - "description" : "Extra parameters to include in the request", - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "value_specs", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf.vl_name", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "vl_name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.dhcp_enabled", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "true", - "password" : false, - "name" : "dhcp_enabled", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.physical_network", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "physical_network", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.dhcp_agent_ids", - "type" : "list", - "required" : false, - "definition" : false, - "description" : "The IDs of the DHCP agent to schedule the network", - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "dhcp_agent_ids", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.network_id", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "network_id", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.ip_version", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "4", - "password" : false, - "name" : "ip_version", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf.vendor", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "vendor", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.admin_state_up", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "true", - "description" : "A boolean value specifying the administrative status of the network", - "password" : false, - "name" : "admin_state_up", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.start_ip", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "start_ip", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.gateway_ip", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "gateway_ip", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.cidr", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "cidr", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "a7d9636e-e1ca-4656-8236-ca3738329695.subnets", - "type" : "map", - "required" : false, - "definition" : false, - "description" : "Network related subnets", - "schema" : { - "property" : { - "type" : "org.openecomp.datatypes.heat.network.neutron.Subnet", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "subnets", - "value" : "{\"unprotected_private_subnet\":{\"cidr\":{\"get_input\":\"unprotected_private_net_cidr\"}}}", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "getInputValues" : [ { - "propName" : "cidr", - "inputName" : "unprotected_private_net_cidr", - "inputId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.unprotected_private_net_cidr", - "list" : false, - "empty" : false - } ], - "schemaType" : "org.openecomp.datatypes.heat.network.neutron.Subnet", - "schemaProperty" : { - "type" : "org.openecomp.datatypes.heat.network.neutron.Subnet", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : true, - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.network_type", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "network_type", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - }, { - "uniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1.end_ip", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "end_ip", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "getInputProperty" : false, - "ownerId" : "17f0d037-e999-41ad-9f3f-7d6faca229b1", - "empty" : false - } ] - }, - "capabilities" : { - "tosca.capabilities.Endpoint" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Endpoint.port_name", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "port_name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.protocol", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "tcp", - "password" : false, - "name" : "protocol", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.port", - "type" : "PortDef", - "required" : false, - "definition" : false, - "password" : false, - "name" : "port", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.initiator", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "source", - "password" : false, - "name" : "initiator", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.network_name", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "PRIVATE", - "password" : false, - "name" : "network_name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.secure", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "false", - "password" : false, - "name" : "secure", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.ports", - "type" : "map", - "required" : false, - "definition" : false, - "schema" : { - "property" : { - "type" : "PortSpec", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "ports", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "schemaType" : "PortSpec", - "schemaProperty" : { - "type" : "PortSpec", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.url_path", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "url_path", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - } ], - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "end_point", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Endpoint.port_name", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "port_name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.protocol", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "tcp", - "password" : false, - "name" : "protocol", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.port", - "type" : "PortDef", - "required" : false, - "definition" : false, - "password" : false, - "name" : "port", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.initiator", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "source", - "password" : false, - "name" : "initiator", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.network_name", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "PRIVATE", - "password" : false, - "name" : "network_name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.secure", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "false", - "password" : false, - "name" : "secure", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.ports", - "type" : "map", - "required" : false, - "definition" : false, - "schema" : { - "property" : { - "type" : "PortSpec", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "ports", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "schemaType" : "PortSpec", - "schemaProperty" : { - "type" : "PortSpec", - "required" : false, - "definition" : true, - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Endpoint.url_path", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "url_path", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "getInputProperty" : false, - "ownerId" : "3bd24450-46ab-4e72-8b39-9d57c06e2ddf", - "empty" : false - } ], - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Endpoint", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3bd24450-46ab-4e72-8b39-9d57c06e2ddf.end_point", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "end_point", - "empty" : false - } ], - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "feature", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "feature", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "feature", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "feature", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "feature", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "feature", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "feature", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "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.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.0403862f-463a-4337-b41f-8110be0240e8.feature", - "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "feature", - "empty" : false - } ], - "tosca.capabilities.Scalable" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Scalable.min_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "min_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.default_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "default_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "scalable", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "scalable_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Scalable.min_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "min_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.default_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "default_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "scalable", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "scalable_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Scalable.min_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "min_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "defaultValue" : "1", - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Scalable.default_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "default_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "scalable", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Scalable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.scalable", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "scalable_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.Forwarder" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "forwarder", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "forwarder", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "forwarder", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "forwarder", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "forwarder", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "forwarder", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "forwarder", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.Forwarder", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.forwarder", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "forwarder_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.network.Bindable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "binding", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "binding", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "binding_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "binding", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "binding", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "binding", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "binding", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "binding_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.binding", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "binding_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "binding", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.network.Bindable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.binding", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "0", - "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ], - "name" : "binding_vfw_vfw_private_1_port", - "empty" : false - } ], - "org.openecomp.capabilities.PortMirroring" : [ { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.PortMirroring.connection_point", - "type" : "org.openecomp.datatypes.PortMirroringConnectionPointDescription", - "required" : false, - "definition" : false, - "password" : false, - "name" : "connection_point", - "value" : "{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"vsn\",\"network_role\":{\"get_input\":\"port_vsn_private_1_port_network_role\"},\"pps_capacity\":\"\"}", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "getInputProperty" : false, - "ownerId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "port_mirroring", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "port_mirroring_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.PortMirroring.connection_point", - "type" : "org.openecomp.datatypes.PortMirroringConnectionPointDescription", - "required" : false, - "definition" : false, - "password" : false, - "name" : "connection_point", - "value" : "{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"vpg\",\"network_role\":{\"get_input\":\"port_vpg_private_1_port_network_role\"},\"pps_capacity\":\"\"}", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "getInputProperty" : false, - "ownerId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "port_mirroring", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "port_mirroring_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.PortMirroring.connection_point", - "type" : "org.openecomp.datatypes.PortMirroringConnectionPointDescription", - "required" : false, - "definition" : false, - "password" : false, - "name" : "connection_point", - "value" : "{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"vfw\",\"network_role\":{\"get_input\":\"port_vfw_private_2_port_network_role\"},\"pps_capacity\":\"\"}", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "getInputProperty" : false, - "ownerId" : "3ec89893-eff4-4c9a-bdba-3646a556b408", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "port_mirroring", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "org.openecomp.capabilities.PortMirroring", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.3ec89893-eff4-4c9a-bdba-3646a556b408.port_mirroring", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "port_mirroring_vfw_vfw_private_2_port", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "link", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.17f0d037-e999-41ad-9f3f-7d6faca229b1.link", - "capabilitySources" : [ "tosca.nodes.network.Network", "tosca.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.network.Network", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "link", - "empty" : false - } ], - "tosca.capabilities.Container" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Container.num_cpus", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "num_cpus", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.disk_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "disk_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.cpu_frequency", - "type" : "scalar-unit.frequency", - "required" : false, - "definition" : false, - "password" : false, - "name" : "cpu_frequency", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.mem_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "mem_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "host", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "host_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Container.num_cpus", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "num_cpus", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.disk_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "disk_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.cpu_frequency", - "type" : "scalar-unit.frequency", - "required" : false, - "definition" : false, - "password" : false, - "name" : "cpu_frequency", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.mem_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "mem_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "host", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "host_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Container.num_cpus", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "num_cpus", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.disk_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "disk_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.cpu_frequency", - "type" : "scalar-unit.frequency", - "required" : false, - "definition" : false, - "password" : false, - "name" : "cpu_frequency", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.Container.mem_size", - "type" : "scalar-unit.size", - "required" : false, - "definition" : false, - "password" : false, - "name" : "mem_size", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "host", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Container", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.host", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ], - "name" : "host_vfw", - "empty" : false - } ], - "org.openecomp.capabilities.metric.Ceilometer" : [ { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outpoing.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vsn_vsn_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of ephemeral disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of ephemeral disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.ephemeral.size", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.ephemeral.size_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Existence of instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Existence of instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "instance", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "instance", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "instance_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "memory", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.iops", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.iops_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.read.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used since previous datapoint", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used since previous datapoint", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Delta", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Delta", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "cpu.delta", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu.delta_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.capacity", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.capacity_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.read.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.write.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.latency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.latency_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.read.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.usage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.usage_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average CPU utilization", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average CPU utilization", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "%", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "%", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "cpu_util", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_util_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.allocation", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.allocation_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.write.requests.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.write.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.latency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.latency_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "cpu", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.write.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.write.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.read.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.requests_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of root disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of root disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.root.size", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.root.size_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.write.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of virtual CPUs allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of virtual CPUs allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "vcpu", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "vcpu", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "vcpus", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "vcpus_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.iops", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.iops_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.usage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.usage_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.read.requests.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.write.requests.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.allocation", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.allocation_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.read.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes.rate_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.read.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance from the amount of its allocated memory", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance from the amount of its allocated memory", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "memory.usage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.usage_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.device.capacity", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.capacity_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance on the physical machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance on the physical machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "memory.resident", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.resident_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "disk.write.requests", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outpoing.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.bytes", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "network.incoming.packets", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vsn_vsn_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outpoing.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vpg_vpg_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outpoing.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "network.incoming.packets", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vpg_vpg_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of ephemeral disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of ephemeral disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.ephemeral.size", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.ephemeral.size_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Existence of instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Existence of instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "instance", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "instance", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "instance_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "memory", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.iops", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.iops_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.read.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used since previous datapoint", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used since previous datapoint", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Delta", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Delta", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "cpu.delta", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu.delta_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.capacity", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.capacity_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.read.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.write.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.latency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.latency_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.read.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.usage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.usage_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average CPU utilization", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average CPU utilization", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "%", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "%", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "cpu_util", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_util_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.allocation", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.allocation_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.write.requests.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.write.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.latency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.latency_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "cpu", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.write.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.write.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.read.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.requests_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of root disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of root disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.root.size", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.root.size_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.write.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of virtual CPUs allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of virtual CPUs allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "vcpu", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "vcpu", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "vcpus", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "vcpus_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.iops", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.iops_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.usage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.usage_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.read.requests.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.write.requests.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.allocation", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.allocation_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.read.bytes.rate", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes.rate_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.read.bytes", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance from the amount of its allocated memory", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance from the amount of its allocated memory", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "memory.usage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.usage_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.device.capacity", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.capacity_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance on the physical machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance on the physical machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "memory.resident", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.resident_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "disk.write.requests", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outpoing.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vfw_vfw_private_0_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outpoing.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "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" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vfw_vfw_private_2_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of ephemeral disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of ephemeral disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.ephemeral.size", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.ephemeral.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.ephemeral.size_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Existence of instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Existence of instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "instance", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "instance", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.instance", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "instance_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "memory", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.iops", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.iops_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.read.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used since previous datapoint", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used since previous datapoint", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Delta", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Delta", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "cpu.delta", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu.delta", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu.delta_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.capacity", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.capacity_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.read.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.write.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.latency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.latency_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.read.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.bytes.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.usage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.usage_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average CPU utilization", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average CPU utilization", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "%", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "%", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "cpu_util", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu_util", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_util_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.allocation", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.allocation_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.write.requests.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.write.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.bytes.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk latency per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk latency per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ms", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ms", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.latency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.latency", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.latency_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "CPU time used", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "CPU time used", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "ns", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "ns", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "cpu", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.cpu", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "cpu_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.write.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.write.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.read.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.requests_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Size of root disk", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Size of root disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "GB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "GB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.root.size", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.root.size", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.root.size_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of writes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of writes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.write.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.bytes.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of virtual CPUs allocated to the instance", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of virtual CPUs allocated to the instance", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "vcpu", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "vcpu", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "vcpus", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.vcpus", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "vcpus_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average disk iops per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average disk iops per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "count/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "count/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.iops", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.iops", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.iops_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The physical size in bytes of the image container on the host per device", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The physical size in bytes of the image container on the host per device", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.usage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.usage_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of read requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of read requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.read.requests.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.read.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.read.requests.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.write.requests.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.write.requests.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.write.requests.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk occupied by the instance on the host machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk occupied by the instance on the host machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.allocation", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.allocation", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.allocation_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.read.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes.rate", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes.rate_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of reads", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of reads", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.read.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.read.bytes", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.read.bytes_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance from the amount of its allocated memory", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance from the amount of its allocated memory", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "memory.usage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.usage", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.usage_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "The amount of disk per device that the instance can see", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "The amount of disk per device that the instance can see", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "disk", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "disk", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.device.capacity", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.device.capacity", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.device.capacity_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Volume of RAM used by the instance on the physical machine", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Volume of RAM used by the instance on the physical machine", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "MB", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "MB", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "memory.resident", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.memory.resident", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "memory.resident_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of write requests", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of write requests", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "request", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "request", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - }, { - "uniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "compute", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "compute", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "getInputProperty" : false, - "ownerId" : "d339b288-91e5-47b7-9445-93a7865f9383", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "disk.write.requests", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d339b288-91e5-47b7-9445-93a7865f9383.disk.write.requests", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "disk.write.requests_vfw", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.packets.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.packets.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.packets.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of outgoing packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of outgoing packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outpoing.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outpoing.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outpoing.packets_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.bytes", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.bytes", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.bytes_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Average rate of outgoing bytes", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Average rate of outgoing bytes", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "B/s", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "B/s", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Gauge", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Gauge", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.outgoing.bytes.rate", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.outgoing.bytes.rate", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.outgoing.bytes.rate_vfw_vfw_private_1_port", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "org.openecomp.capabilities.metric.Ceilometer.name", - "type" : "string", - "required" : true, - "definition" : false, - "description" : "Ceilometer metric type name to monitor. (The name ceilometer is using)", - "password" : false, - "name" : "name", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.description", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "Number of incoming packets", - "description" : "Description of the metric", - "password" : false, - "name" : "description", - "value" : "Number of incoming packets", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.unit", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "packet", - "description" : "Unit of the metric value", - "password" : false, - "name" : "unit", - "value" : "packet", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.type", - "type" : "string", - "required" : true, - "definition" : false, - "defaultValue" : "Cumulative", - "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.", - "password" : false, - "name" : "type", - "value" : "Cumulative", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - }, { - "uniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431.category", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "network", - "description" : "Category of the metric, for an example, compute, disk, network, storage and etc.", - "password" : false, - "name" : "category", - "value" : "network", - "hidden" : false, - "immutable" : false, - "status" : "SUPPORTED", - "parentUniqueId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "getInputProperty" : false, - "ownerId" : "d7afc1f8-06f8-41d7-8923-49bb7ac0e431", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "network.incoming.packets", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.", - "type" : "org.openecomp.capabilities.metric.Ceilometer", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.d7afc1f8-06f8-41d7-8923-49bb7ac0e431.network.incoming.packets", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "network.incoming.packets_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.OperatingSystem" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.OperatingSystem.distribution", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "distribution", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.type", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "type", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.version", - "type" : "version", - "required" : false, - "definition" : false, - "password" : false, - "name" : "version", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.architecture", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "architecture", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "os", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "os_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "tosca.capabilities.OperatingSystem.distribution", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "distribution", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.type", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "type", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.version", - "type" : "version", - "required" : false, - "definition" : false, - "password" : false, - "name" : "version", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.architecture", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "architecture", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "os", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "os_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "tosca.capabilities.OperatingSystem.distribution", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "distribution", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.type", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "type", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.version", - "type" : "version", - "required" : false, - "definition" : false, - "password" : false, - "name" : "version", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - }, { - "uniqueId" : "tosca.capabilities.OperatingSystem.architecture", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "architecture", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "os", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.OperatingSystem", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.os", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "os_vfw", - "empty" : false - } ], - "tosca.capabilities.Endpoint.Admin" : [ { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Endpoint.Admin.secure", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "true", - "password" : false, - "name" : "secure", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "endpoint", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vsn" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "endpoint_vsn", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Endpoint.Admin.secure", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "true", - "password" : false, - "name" : "secure", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "endpoint", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vpg" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "endpoint_vpg", - "empty" : false - }, { - "properties" : [ { - "uniqueId" : "tosca.capabilities.Endpoint.Admin.secure", - "type" : "boolean", - "required" : false, - "definition" : false, - "defaultValue" : "true", - "password" : false, - "name" : "secure", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "getInputProperty" : false, - "ownerId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6", - "empty" : false - } ], - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "endpoint", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Endpoint.Admin", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.15c08f3e-60d4-412e-b8fb-e1b5516af4b6.endpoint", - "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.CliVf3.abstract.compute.nodes.heat.vfw" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "endpoint_vfw", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "attachment", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "attachment", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "attachment", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "attachment", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "attachment", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "attachment", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "attachment", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.bd27ff37-a40a-432c-b937-98e8f2c1798e.attachment", - "capabilitySources" : [ "org.openecomp.resource.cp.nodes.heat.network.neutron.Port", "org.openecomp.resource.cp.nodes.heat.network.neutron.Port" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "type" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "capability.a7d9636e-e1ca-4656-8236-ca3738329695.attachment", - "capabilitySources" : [ "org.openecomp.resource.vl.nodes.heat.network.neutron.Net", "org.openecomp.resource.vl.nodes.heat.network.neutron.Net" ], - "minOccurrences" : "1", - "validSourceTypes" : [ ], - "name" : "attachment", - "empty" : false - } ] - }, - "requirements" : { - "tosca.capabilities.Node" : [ { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "protected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "dependency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "dependency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vsn", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "dependency", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "dependency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "dependency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "dependency", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vfw", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "dependency", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency_vfw_vfw_private_1_port", - "empty" : false - }, { - "path" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network" ], - "source" : "a7d9636e-e1ca-4656-8236-ca3738329695", - "node" : "tosca.nodes.Root", - "capability" : "tosca.capabilities.Node", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "relationship" : "tosca.relationships.DependsOn", - "ownerName" : "unprotected_private_network", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "0403862f-463a-4337-b41f-8110be0240e8.dependency", - "minOccurrences" : "0", - "name" : "dependency", - "empty" : false - } ], - "tosca.capabilities.network.Linkable" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.bd27ff37-a40a-432c-b937-98e8f2c1798e.vsn_vsn_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "link", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vsn_vsn_private_0_port", - "empty" : false - }, { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vsn_vsn_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "link", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vsn_vsn_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vpg_vpg_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "link", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vpg_vpg_private_1_port", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.bd27ff37-a40a-432c-b937-98e8f2c1798e.vpg_vpg_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "link", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vpg_vpg_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_0_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "link", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vfw_vfw_private_0_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.4ac0251b-9ecb-4c4d-bb44-8ec29b5ce408.vfw_vfw_private_2_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "link", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vfw_vfw_private_2_port", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.bd27ff37-a40a-432c-b937-98e8f2c1798e.vfw_vfw_private_1_port", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "link", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "capability" : "tosca.capabilities.network.Linkable", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.network.LinksTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "ede14c21-400d-4efc-b59b-fc7984696cbb.link", - "minOccurrences" : "1", - "name" : "link_vfw_vfw_private_1_port", - "empty" : false - } ], - "tosca.capabilities.Attachment" : [ { - "path" : [ "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.de219353-4637-4a70-9f5d-1be3c49ebd0d.vsn", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn" ], - "parentName" : "local_storage", - "source" : "f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vsn", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "minOccurrences" : "0", - "name" : "local_storage_vsn", - "empty" : false - }, { - "path" : [ "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.f16eb727-1432-4ec4-95d3-b472a4dc94b2.vpg", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" ], - "parentName" : "local_storage", - "source" : "47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vpg", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "minOccurrences" : "0", - "name" : "local_storage_vpg", - "empty" : false - }, { - "path" : [ "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.19e819e6-ce99-4428-9f66-b93d9aacdd19.vfw", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw" ], - "parentName" : "local_storage", - "source" : "b48dfc0c-96da-463d-b36f-4b3c05a1e7e8", - "node" : "tosca.nodes.BlockStorage", - "capability" : "tosca.capabilities.Attachment", - "leftOccurrences" : "UNBOUNDED", - "ownerId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "relationship" : "tosca.relationships.AttachesTo", - "ownerName" : "abstract_vfw", - "maxOccurrences" : "UNBOUNDED", - "uniqueId" : "15c08f3e-60d4-412e-b8fb-e1b5516af4b6.local_storage", - "minOccurrences" : "0", - "name" : "local_storage_vfw", - "empty" : false - } ] - }, + "componentInstancesRelations" : [ ], + "capabilities" : { }, "inputs" : [ { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sink_flavor_name", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "description" : "Type of instance (flavor) to be used for vSink VM", - "password" : false, - "name" : "sink_flavor_name", - "label" : "Flavor", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vf_module_id", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "vFirewall", - "description" : "The vFirewall Module ID is provided by ONAP", - "password" : false, - "name" : "vf_module_id", - "label" : "vFirewall module ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.packetgen_flavor_name", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "description" : "Type of instance (flavor) to be used for packet generator", - "password" : false, - "name" : "packetgen_flavor_name", - "label" : "Flavor", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_function", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "nf_function", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.public_net_id", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "PUT THE PUBLIC NETWORK ID HERE", - "description" : "Public network that enables remote connection to VNF", - "password" : false, - "name" : "public_net_id", - "label" : "Public network name or ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_1", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "192.168.20.100", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "password" : false, - "name" : "vfw_private_ip_1", - "label" : "vFirewall private IP address towards the protected network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_subnet_id", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "description" : "Private sub-network that connects ONAP components and the VNF", - "password" : false, - "name" : "onap_private_subnet_id", - "label" : "ONAP management sub-network name or ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_0", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "192.168.10.100", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "password" : false, - "name" : "vfw_private_ip_0", - "label" : "vFirewall private IP address towards the unprotected network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_ip_2", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "10.0.100.1", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "password" : false, - "name" : "vfw_private_ip_2", - "label" : "vFirewall private IP address towards the ONAP management network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.sec_group", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "PUT THE ONAP SECURITY GROUP HERE", - "description" : "ONAP Security Group", - "password" : false, - "name" : "sec_group", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_type", - "type" : "string", - "required" : false, - "definition" : false, - "password" : false, - "name" : "nf_type", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_name_0", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "zdfw1fwl01fwl01", - "description" : "Name of the vFirewall", - "password" : false, - "name" : "vfw_name_0", - "label" : "vFirewall name", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_cidr", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "10.0.0.0/16", - "description" : "The CIDR of the protected private network", - "password" : false, - "name" : "onap_private_net_cidr", - "label" : "ONAP private network CIDR", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.nexus_artifact_repo", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "https://nexus.onap.org", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "password" : false, - "name" : "nexus_artifact_repo", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_1_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "normal or direct", - "description" : "vpg port 1 vnic type (normal, direct)", - "password" : false, - "name" : "vpg_private_1_port_vnic_type", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_1_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "normal or direct", - "description" : "vfw port 1 vnic type (normal, direct)", - "password" : false, - "name" : "vfw_private_1_port_vnic_type", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vnf_id", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "vFirewall_demo_app", - "description" : "The VNF ID is provided by ONAP", - "password" : false, - "name" : "vnf_id", - "label" : "VNF ID", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.dcae_collector_ip", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "10.0.4.1", - "description" : "IP address of the DCAE collector", - "password" : false, - "name" : "dcae_collector_ip", - "label" : "DCAE collector IP address", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_1_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "normal or direct", - "description" : "vsn port 1 vnic type (normal, direct)", - "password" : false, - "name" : "vsn_private_1_port_vnic_type", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.dcae_collector_port", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "8081", - "description" : "Port of the DCAE collector", - "password" : false, - "name" : "dcae_collector_port", - "label" : "DCAE collector port", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_2_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "normal or direct", - "description" : "vfw port 2 vnic type (normal, direct)", - "password" : false, - "name" : "vfw_private_2_port_vnic_type", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_ip_1", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "10.0.100.2", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "password" : false, - "name" : "vpg_private_ip_1", - "label" : "vPacketGenerator private IP address towards the ONAP management network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_ip_0", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "192.168.20.250", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "password" : false, - "name" : "vsn_private_ip_0", - "label" : "vSink private IP address towards the protected network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_name_0", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "zdfw1fwl01pgn01", - "description" : "Name of the vPacketGenerator", - "password" : false, - "name" : "vpg_name_0", - "label" : "vPacketGenerator name", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.protected_private_net_cidr", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "192.168.20.0/24", - "description" : "The CIDR of the protected private network", - "password" : false, - "name" : "protected_private_net_cidr", - "label" : "Protected private network CIDR", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_ip_0", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "192.168.10.200", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "password" : false, - "name" : "vpg_private_ip_0", - "label" : "vPacketGenerator private IP address towards the unprotected network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_ip_1", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "10.0.100.3", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "password" : false, - "name" : "vsn_private_ip_1", - "label" : "vSink private IP address towards the ONAP management network", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.unprotected_private_net_cidr", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.skip_post_instantiation_configuration", + "type" : "boolean", "required" : false, "definition" : false, - "defaultValue" : "192.168.10.0/24", - "description" : "The CIDR of the unprotected private network", + "defaultValue" : "true", "password" : false, - "name" : "unprotected_private_net_cidr", - "label" : "Unprotected private network CIDR", + "name" : "skip_post_instantiation_configuration", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_naming", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming", "type" : "org.openecomp.datatypes.Naming", "required" : false, "definition" : false, @@ -41477,67 +157,26 @@ "name" : "nf_naming", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.firewall_flavor_name", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.multi_stage_design", "type" : "string", "required" : false, "definition" : false, - "defaultValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "description" : "Type of instance (flavor) to be used for firewall VM", - "password" : false, - "name" : "firewall_flavor_name", - "label" : "Firewall Flavor", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_private_0_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "normal or direct", - "description" : "vfw port 0 vnic type (normal, direct)", - "password" : false, - "name" : "vfw_private_0_port_vnic_type", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.multi_stage_design", - "type" : "boolean", - "required" : false, - "definition" : false, "defaultValue" : "false", "password" : false, "name" : "multi_stage_design", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_name_0", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "zdfw1fwl01snk01", - "description" : "Name of the vSink", - "password" : false, - "name" : "vsn_name_0", - "label" : "vSink name", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_naming_code", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming_code", "type" : "string", "required" : false, "definition" : false, @@ -41545,53 +184,38 @@ "name" : "nf_naming_code", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.onap_private_net_id", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "description" : "Private network that connects ONAP components and the VNF", - "password" : false, - "name" : "onap_private_net_id", - "label" : "ONAP management network name or ID", - "hidden" : false, - "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.unprotected_private_net_id", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_function", "type" : "string", "required" : false, "definition" : false, - "defaultValue" : "zdfw1fwl01_unprotected", - "description" : "Private network that connects vPacketGenerator with vFirewall", "password" : false, - "name" : "unprotected_private_net_id", - "label" : "Unprotected private network name or ID", + "name" : "nf_function", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_0_port_vnic_type", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_version", "type" : "string", "required" : false, "definition" : false, - "defaultValue" : "normal or direct", - "description" : "vpg port 0 vnic type (normal, direct)", "password" : false, - "name" : "vpg_private_0_port_vnic_type", + "name" : "sdnc_model_version", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.availability_zone_max_count", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.availability_zone_max_count", "type" : "integer", "required" : false, "definition" : false, @@ -41600,80 +224,12 @@ "name" : "availability_zone_max_count", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vsn_private_0_port_vnic_type", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "normal or direct", - "description" : "vsn port 0 vnic type (normal, direct)", - "password" : false, - "name" : "vsn_private_0_port_vnic_type", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.demo_artifacts_version", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "1.3.0", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "password" : false, - "name" : "demo_artifacts_version", - "label" : "Artifacts version used in demo vnfs", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.max_instances", - "type" : "integer", - "required" : false, - "definition" : false, - "password" : false, - "name" : "max_instances", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.pub_key", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "description" : "Public key to be installed on the compute instance", - "password" : false, - "name" : "pub_key", - "label" : "Public key", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.key_name", - "type" : "string", - "required" : false, - "definition" : false, - "defaultValue" : "vfw_key", - "description" : "Public/Private key pair name", - "password" : false, - "name" : "key_name", - "label" : "Key pair name", - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_role", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_role", "type" : "string", "required" : false, "definition" : false, @@ -41681,1010 +237,136 @@ "name" : "nf_role", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.install_script_version", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_artifact_name", "type" : "string", "required" : false, "definition" : false, - "defaultValue" : "1.3.0", - "description" : "Version number of the scripts that install the vFW demo app", "password" : false, - "name" : "install_script_version", - "label" : "Installation script version number", + "name" : "sdnc_artifact_name", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_image_name", - "type" : "string", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.min_instances", + "type" : "integer", "required" : false, "definition" : false, - "defaultValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "description" : "Image to be used for compute instance", "password" : false, - "name" : "vfw_image_name", - "label" : "Image name or ID", + "name" : "min_instances", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.min_instances", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.max_instances", "type" : "integer", "required" : false, "definition" : false, "password" : false, - "name" : "min_instances", + "name" : "max_instances", "hidden" : false, "immutable" : false, - "parentUniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995", + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.protected_private_net_id", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type", "type" : "string", "required" : false, "definition" : false, - "defaultValue" : "zdfw1fwl01_protected", - "description" : "Private network that connects vFirewall with vSink", "password" : false, - "name" : "protected_private_net_id", - "label" : "Protected private network name or ID", + "name" : "nf_type", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false }, { - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.cloud_env", + "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_name", "type" : "string", "required" : false, "definition" : false, - "defaultValue" : "openstack", - "description" : "Cloud environment (e.g., openstack, rackspace)", "password" : false, - "name" : "cloud_env", - "label" : "Cloud environment", + "name" : "sdnc_model_name", "hidden" : false, "immutable" : false, + "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "getInputProperty" : false, - "empty" : false - } ], - "groups" : [ { - "typeUid" : "org.openecomp.groups.VfModule.1.0.grouptype", - "propertyValueCounter" : 0, - "capabilities" : { }, - "normalizedName" : "CliVf3..base_vfw..module-0", - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.CliVf3..base_vfw..module-0", - "name" : "CliVf3..base_vfw..module-0", - "version" : "1", - "type" : "org.openecomp.groups.VfModule", - "members" : { - "unprotected_private_network" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "abstract_vsn" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "abstract_vfw" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "protected_private_network" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "abstract_vpg" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" - }, - "artifacts" : [ "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1env", "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1" ], - "createdFrom" : "CSAR", - "vspOriginated" : true, - "userDefined" : false, - "invariantUUID" : "87ffed3c-8ca7-41c9-b424-0c5dcde7b6c7", - "artifactsUuid" : [ "1ef7b10d-c9f1-4aa9-a354-6ede0049434a" ], - "groupUUID" : "83b97301-3ce1-4eb8-b1df-1313d736aae1", - "invariantName" : "CliVf3..base_vfw..module-0", - "properties" : [ { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1", - "type" : "boolean", - "required" : false, - "definition" : true, - "defaultValue" : "false", - "description" : "Whether this module should be deployed before other modules", - "password" : false, - "name" : "isBase", - "value" : "true", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.isBase", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.isBase", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2", - "type" : "integer", - "required" : false, - "definition" : true, - "description" : "The minimum instances of this VF-Module", - "password" : false, - "name" : "min_vf_module_instances", - "value" : "1", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3", - "type" : "integer", - "required" : false, - "definition" : true, - "description" : "The maximum instances of this VF-Module", - "password" : false, - "name" : "max_vf_module_instances", - "value" : "1", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4", - "type" : "integer", - "required" : false, - "definition" : true, - "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", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.initial_count", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.initial_count", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5", - "type" : "string", - "required" : false, - "definition" : true, - "password" : false, - "name" : "vf_module_type", - "value" : "Base", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6", - "type" : "string", - "required" : false, - "definition" : true, - "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_vfw", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7", - "type" : "boolean", - "required" : false, - "definition" : true, - "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", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.volume_group", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.volume_group", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8", - "type" : "map", - "required" : false, - "definition" : true, - "description" : "Identifies the set of VM types and their count included in the VF-Module\n", - "schema" : { - "property" : { - "type" : "string", - "required" : false, - "definition" : true, - "description" : "<vfc_id>:<count>", - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "empty" : false - }, - "password" : false, - "name" : "vfc_list", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vfc_list", - "schemaType" : "string", - "schemaProperty" : { - "type" : "string", - "required" : false, - "definition" : true, - "description" : "<vfc_id>:<count>", - "password" : false, - "hidden" : false, - "immutable" : false, - "getInputProperty" : false, - "empty" : false - }, - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vfc_list", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9", - "type" : "string", - "required" : true, - "definition" : true, - "description" : "Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n", - "password" : false, - "name" : "vf_module_description", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10", - "type" : "integer", - "required" : false, - "definition" : true, - "description" : "Quantity of Availability Zones needed for this VF-Module (source: Extracted from VF-Module HEAT template)\n", - "password" : false, - "name" : "availability_zone_count", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count", - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count", - "empty" : false - } ], - "empty" : false - }, { - "typeUid" : "org.openecomp.groups.heat.HeatStack.1.0.grouptype", - "propertyValueCounter" : 0, - "capabilities" : { }, - "normalizedName" : "base_vfw_group", - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.base_vfw_group", - "name" : "base_vfw_group", - "version" : "1", - "type" : "org.openecomp.groups.heat.HeatStack", - "members" : { - "unprotected_private_network" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.unprotected_private_network", - "abstract_vsn" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.f7e5b1a3-e4bc-4034-bd35-c71ee3d25beb.abstract_vsn", - "abstract_vfw" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.b48dfc0c-96da-463d-b36f-4b3c05a1e7e8.abstract_vfw", - "protected_private_network" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.a7d9636e-e1ca-4656-8236-ca3738329695.protected_private_network", - "abstract_vpg" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.47ed6a98-0daa-4c9e-9d1f-ea0b62a63c44.abstract_vpg" - }, - "createdFrom" : "CSAR", - "vspOriginated" : true, - "userDefined" : false, - "invariantUUID" : "9b0b20fc-842a-4c9d-b2d6-afe57647f9cd", - "groupUUID" : "c8596fc5-5f45-46cb-9a45-f96dddeebd9c", - "invariantName" : "base_vfw_group", - "properties" : [ { - "uniqueId" : "org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file.property.1", - "type" : "string", - "required" : true, - "definition" : true, - "description" : "Heat file which associate to this group/heat stack", - "password" : false, - "name" : "heat_file", - "value" : "../Artifacts/base_vfw.yaml", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file", - "getInputValues" : [ ], - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file", - "empty" : false - }, { - "uniqueId" : "org.openecomp.groups.heat.HeatStack.1.0.grouptype.description.property.2", - "type" : "string", - "required" : true, - "definition" : true, - "description" : "group description", - "password" : false, - "name" : "description", - "value" : "Heat template that deploys vFirewall demo app for ONAP", - "hidden" : false, - "immutable" : false, - "parentUniqueId" : "org.openecomp.groups.heat.HeatStack.1.0.grouptype.description", - "getInputValues" : [ ], - "getInputProperty" : false, - "ownerId" : "org.openecomp.groups.heat.HeatStack.1.0.grouptype.description", - "empty" : false - } ], + "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f", "empty" : false } ], "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF", "derivedFromGenericVersion" : "1.0", "toscaType" : "topology_template", + "nodeFilterComponents" : { }, "interfaces" : { }, - "toscaResourceName" : "org.openecomp.resource.vf.CliVf3", - "resourceType" : "VF", "abstract" : false, - "vendorName" : "itohan-vendor", + "resourceType" : "VF", + "vendorName" : "ocompvtpvendor", "vendorRelease" : "1.0", "resourceVendorModelNumber" : "", - "creationDate" : 1553125006126, + "toscaResourceName" : "org.openecomp.resource.vf.VgwocompvtpVnf", "version" : "0.1", - "description" : "cli-vf-3", - "componentType" : "RESOURCE", - "lifecycleState" : "NOT_CERTIFIED_CHECKOUT", - "systemName" : "CliVf3", - "lastUpdateDate" : 1553125007912, - "highestVersion" : true, - "creatorFullName" : "Carlos Santana", - "normalizedName" : "clivf3", + "contactId" : "cs0008", + "creatorUserId" : "cs0008", + "lastUpdaterUserId" : "cs0008", + "lastUpdaterFullName" : "Carlos Santana", + "creationDate" : 1567068744167, "actualComponentType" : "VF", "topologyTemplate" : true, + "tags" : [ "CLI", "vgwocompvtp Vnf" ], "vspArchived" : false, - "archived" : false, - "contactId" : "cs0008", - "lastUpdaterFullName" : "Carlos Santana", - "tags" : [ "cli-vf-3" ], - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2", - "uuid" : "1119b3ca-ba88-446e-8812-7fe8f8078aef", - "csarUUID" : "b45a4ac88b274c179744e4a2d2d93767", - "csarVersion" : "1.0", + "highestVersion" : true, + "description" : "Created by Open Command Platform - OCOMP", + "uuid" : "d68a7966-e850-46f2-b5e0-d819c16a27db", + "uniqueId" : "eeafae8a-9269-4109-b97c-63290957ae8f", + "creatorFullName" : "Carlos Santana", + "normalizedName" : "vgwocompvtpvnf", + "lifecycleState" : "NOT_CERTIFIED_CHECKOUT", "icon" : "defaulticon", - "lastUpdaterUserId" : "cs0008", - "creatorUserId" : "cs0008", - "invariantUUID" : "d0046ab0-5789-4a97-b61a-2763acddd180", "allArtifacts" : { - "vspclitest3informationtxt" : { - "creationDate" : 1553125008054, - "timeout" : 0, - "description" : "Artifact created from csar", - "lastUpdateDate" : 1553125008054, - "artifactLabel" : "vspclitest3informationtxt", - "artifactUUID" : "3489c4c1-e770-49ea-bb8b-86361e7d2a65", - "artifactVersion" : "1", - "artifactGroupType" : "INFORMATIONAL", - "artifactName" : "VSP_cli-test-3_Information.txt", - "artifactType" : "GUIDE", - "artifactDisplayName" : "VSP_cli-test-3_Information", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vspclitest3informationtxt", - "artifactChecksum" : "ZDQxNWViNTFiYTQ5NWRmMWNmNDM4YjAxZTdlNjJiZjA=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008055, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vspclitest3informationtxt", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "heat1" : { - "listHeatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "currentValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "currentValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "currentValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "currentValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "currentValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "currentValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "currentValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "currentValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "currentValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "currentValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "currentValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "currentValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "currentValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "currentValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "currentValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "currentValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "currentValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "currentValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "currentValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "currentValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "currentValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "currentValue" : "https://nexus.onap.org", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "currentValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "currentValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], - "creationDate" : 1553125008094, + "cdsblueprint" : { + "creationDate" : 1567068744167, + "description" : "CDS deployment artifact", "timeout" : 60, - "description" : "created from csar", - "lastUpdateDate" : 1553125008094, - "artifactLabel" : "heat1", - "artifactUUID" : "1ef7b10d-c9f1-4aa9-a354-6ede0049434a", - "artifactVersion" : "2", - "heatParameters" : [ { - "name" : "vfw_image_name", - "type" : "string", - "description" : "Image to be used for compute instance", - "currentValue" : "PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)", - "empty" : false - }, { - "name" : "firewall_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for firewall VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "sink_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for vSink VM", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "packetgen_flavor_name", - "type" : "string", - "description" : "Type of instance (flavor) to be used for packet generator", - "currentValue" : "PUT THE VM FLAVOR NAME HERE (m1.medium suggested)", - "empty" : false - }, { - "name" : "public_net_id", - "type" : "string", - "description" : "Public network that enables remote connection to VNF", - "currentValue" : "PUT THE PUBLIC NETWORK ID HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_id", - "type" : "string", - "description" : "Private network that connects vPacketGenerator with vFirewall", - "currentValue" : "zdfw1fwl01_unprotected", - "empty" : false - }, { - "name" : "protected_private_net_id", - "type" : "string", - "description" : "Private network that connects vFirewall with vSink", - "currentValue" : "zdfw1fwl01_protected", - "empty" : false - }, { - "name" : "onap_private_net_id", - "type" : "string", - "description" : "Private network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "onap_private_subnet_id", - "type" : "string", - "description" : "Private sub-network that connects ONAP components and the VNF", - "currentValue" : "PUT THE ONAP PRIVATE NETWORK NAME HERE", - "empty" : false - }, { - "name" : "unprotected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the unprotected private network", - "currentValue" : "192.168.10.0/24", - "empty" : false - }, { - "name" : "protected_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "192.168.20.0/24", - "empty" : false - }, { - "name" : "onap_private_net_cidr", - "type" : "string", - "description" : "The CIDR of the protected private network", - "currentValue" : "10.0.0.0/16", - "empty" : false - }, { - "name" : "vfw_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator", - "currentValue" : "192.168.10.100", - "empty" : false - }, { - "name" : "vfw_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with the vSink", - "currentValue" : "192.168.20.100", - "empty" : false - }, { - "name" : "vfw_private_ip_2", - "type" : "string", - "description" : "Private IP address that is assigned to the vFirewall to communicate with ONAP components", - "currentValue" : "10.0.100.1", - "empty" : false - }, { - "name" : "vpg_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall", - "currentValue" : "192.168.10.200", - "empty" : false - }, { - "name" : "vpg_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components", - "currentValue" : "10.0.100.2", - "empty" : false - }, { - "name" : "vsn_private_ip_0", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with the vFirewall", - "currentValue" : "192.168.20.250", - "empty" : false - }, { - "name" : "vsn_private_ip_1", - "type" : "string", - "description" : "Private IP address that is assigned to the vSink to communicate with ONAP components", - "currentValue" : "10.0.100.3", - "empty" : false - }, { - "name" : "vfw_private_0_port_vnic_type", - "type" : "string", - "description" : "vfw port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_1_port_vnic_type", - "type" : "string", - "description" : "vfw port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_private_2_port_vnic_type", - "type" : "string", - "description" : "vfw port 2 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_0_port_vnic_type", - "type" : "string", - "description" : "vsn port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vsn_private_1_port_vnic_type", - "type" : "string", - "description" : "vsn port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_0_port_vnic_type", - "type" : "string", - "description" : "vpg port 0 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vpg_private_1_port_vnic_type", - "type" : "string", - "description" : "vpg port 1 vnic type (normal, direct)", - "currentValue" : "normal or direct", - "defaultValue" : "normal", - "empty" : false - }, { - "name" : "vfw_name_0", - "type" : "string", - "description" : "Name of the vFirewall", - "currentValue" : "zdfw1fwl01fwl01", - "empty" : false - }, { - "name" : "vpg_name_0", - "type" : "string", - "description" : "Name of the vPacketGenerator", - "currentValue" : "zdfw1fwl01pgn01", - "empty" : false - }, { - "name" : "vsn_name_0", - "type" : "string", - "description" : "Name of the vSink", - "currentValue" : "zdfw1fwl01snk01", - "empty" : false - }, { - "name" : "vnf_id", - "type" : "string", - "description" : "The VNF ID is provided by ONAP", - "currentValue" : "vFirewall_demo_app", - "empty" : false - }, { - "name" : "vf_module_id", - "type" : "string", - "description" : "The vFirewall Module ID is provided by ONAP", - "currentValue" : "vFirewall", - "empty" : false - }, { - "name" : "dcae_collector_ip", - "type" : "string", - "description" : "IP address of the DCAE collector", - "currentValue" : "10.0.4.1", - "empty" : false - }, { - "name" : "dcae_collector_port", - "type" : "string", - "description" : "Port of the DCAE collector", - "currentValue" : "8081", - "empty" : false - }, { - "name" : "key_name", - "type" : "string", - "description" : "Public/Private key pair name", - "currentValue" : "vfw_key", - "empty" : false - }, { - "name" : "pub_key", - "type" : "string", - "description" : "Public key to be installed on the compute instance", - "currentValue" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN", - "empty" : false - }, { - "name" : "install_script_version", - "type" : "string", - "description" : "Version number of the scripts that install the vFW demo app", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "demo_artifacts_version", - "type" : "string", - "description" : "Artifacts (jar, tar.gz) version used in demo vnfs", - "currentValue" : "1.3.0", - "empty" : false - }, { - "name" : "nexus_artifact_repo", - "type" : "string", - "description" : "Root URL for the Nexus repository for Maven artifacts.", - "currentValue" : "https://nexus.onap.org", - "defaultValue" : "https://nexus.onap.org", - "empty" : false - }, { - "name" : "cloud_env", - "type" : "string", - "description" : "Cloud environment (e.g., openstack, rackspace)", - "currentValue" : "openstack", - "empty" : false - }, { - "name" : "sec_group", - "type" : "string", - "description" : "ONAP Security Group", - "currentValue" : "PUT THE ONAP SECURITY GROUP HERE", - "empty" : false - } ], + "artifactType" : "CONTROLLER_BLUEPRINT_ARCHIVE", + "uniqueId" : "eeafae8a-9269-4109-b97c-63290957ae8f.cdsblueprint", + "artifactDisplayName" : "CDS Blueprint", + "artifactLabel" : "cdsblueprint", "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "base_vfw.yaml", - "artifactType" : "HEAT", - "artifactDisplayName" : "base_vfw", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", - "artifactChecksum" : "NmFmYjA4N2ZjNDAxYjYyOGY0MjYzMGVlMDU3NWQ2OGE=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008148, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "vflicense" : { - "creationDate" : 1553125008013, - "timeout" : 0, - "description" : "VF license file", - "lastUpdateDate" : 1553125008013, - "artifactLabel" : "vflicense", - "artifactUUID" : "ba5e6fb3-7eca-4c74-9320-1283381dee5e", - "artifactVersion" : "1", - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "vf-license-model.xml", - "artifactType" : "VF_LICENSE", - "artifactDisplayName" : "VF License", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vflicense", - "artifactChecksum" : "ZmVmMjRmNjM2ZTgwYTg4NGM3YmJhY2MyODY5MzZkMjM=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125008015, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vflicense", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "vendorlicense" : { - "creationDate" : 1553125007971, - "timeout" : 0, - "description" : " Vendor license file", - "lastUpdateDate" : 1553125007971, - "artifactLabel" : "vendorlicense", - "artifactUUID" : "f5e01fb9-2ea4-47d9-b8dd-7c79ee7c3742", - "artifactVersion" : "1", - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "vendor-license-model.xml", - "artifactType" : "VENDOR_LICENSE", - "artifactDisplayName" : "Vendor License", - "updaterFullName" : "Carlos Santana", - "userIdLastUpdater" : "cs0008", - "mandatory" : false, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vendorlicense", - "artifactChecksum" : "MTg5NTFhNDVjYzhiNTU1OGYwYmU2N2MzZGJiNGZjMWM=", - "serviceApi" : false, - "payloadUpdateDate" : 1553125007973, - "esId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vendorlicense", - "duplicated" : false, - "isFromCsar" : true, - "artifactCreator" : "cs0008", - "generated" : false, - "requiredArtifacts" : [ ], - "empty" : false - }, - "heat1env" : { - "creationDate" : 1553125008150, - "timeout" : 0, - "description" : "VF Auto-generated HEAT Environment deployment artifact", - "lastUpdateDate" : 1553125008150, - "artifactLabel" : "heat1env", - "artifactVersion" : "0", - "artifactGroupType" : "DEPLOYMENT", - "artifactName" : "base_vfw.env", - "artifactType" : "HEAT_ENV", - "artifactDisplayName" : "VF HEAT ENV", "userIdCreator" : "cs0008", "updaterFullName" : "Carlos Santana", "creatorFullName" : "Carlos Santana", "userIdLastUpdater" : "cs0008", "mandatory" : true, - "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1env", - "heatParamsUpdateDate" : 1553125008150, - "generatedFromId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.heat1", "serviceApi" : false, - "duplicated" : false, - "isFromCsar" : false, "generated" : false, + "isFromCsar" : false, + "lastUpdateDate" : 1567068744167, + "artifactVersion" : "0", + "duplicated" : false, "empty" : false } }, - "allVersions" : { - "0.1" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2" - }, + "componentType" : "RESOURCE", + "systemName" : "VgwocompvtpVnf", + "lastUpdateDate" : 1567068744167, + "archived" : false, + "invariantUUID" : "4c891c7d-3e24-49de-a81e-9b08f75027c5", "archiveTime" : 0, - "name" : "cli-vf-3" + "name" : "vgwocompvtp Vnf" } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-sample.yaml index 116f94d1..23a347d6 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-sample.yaml @@ -1,27 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -y +name: vf-model-create version: onap-dublin samples: sample1: - name: -y - input: cli-vf-3 -g 1.0 -x cli-vf-3 -z itohan-vendor -u cs0008 -p demo123456! -b b45a4ac88b274c179744e4a2d2d93767 -m http://10.12.6.129:30205 + name: vf-model-create + input: --format json --description Created by Open Command Platform - OCOMP --name vgwocompvtp Vnf --vendor-name ocompvtpvendor moco: vf-model-create-schema-dublin-moco.json output: | - +----------+--------------------------------------+ - |property |value | - +----------+--------------------------------------+ - |ID |b3e0f162-5356-4b43-a9c0-3ab7e66638d2 | - +----------+--------------------------------------+ + {"inputs":"[b8f09d0e-dd33-46d1-bb49-434094bf632f.skip_post_instantiation_configuration, b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming, b8f09d0e-dd33-46d1-bb49-434094bf632f.multi_stage_design, b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_naming_code, b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_function, b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_version, b8f09d0e-dd33-46d1-bb49-434094bf632f.availability_zone_max_count, b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_role, b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_artifact_name, b8f09d0e-dd33-46d1-bb49-434094bf632f.min_instances, b8f09d0e-dd33-46d1-bb49-434094bf632f.max_instances, b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type, b8f09d0e-dd33-46d1-bb49-434094bf632f.sdnc_model_name]","id":"eeafae8a-9269-4109-b97c-63290957ae8f","uuid":"d68a7966-e850-46f2-b5e0-d819c16a27db"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-moco.json index ba537d69..9c250c4f 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-moco.json @@ -1,29 +1,28 @@ [ { "request" : { "method" : "post", - "uri" : "/onboarding-api/v1.0/vendor-license-models/6b33c26b3a924b2789fa17fabd4a292d/versions/2b683bedebeb4874a9c2a82939c77f0d/license-agreements", + "uri" : "/onboarding-api/v1.0/vendor-license-models/d572f583bf224b4c93b99105cd35b0a9/versions/496cc167b6cf44c3b7818c95a1d9e036/license-agreements", "headers" : { "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-43cc944d-8da7-41f3-95c7-59baf629cbd4", + "X-TransactionId" : "req-ea614e07-bd30-414b-aeaa-d0d517c0010d", "Content-Type" : "application/json" }, "json" : { - "addedFeatureGroupsIds" : [ "457e9905f32544cca5351e86cc2e7958" ], - "description" : "philip-aggrement", + "addedFeatureGroupsIds" : [ "880c355b9b374ec08db60906f86a7c15" ], "licenseTerm" : { "choice" : "Fixed_Term", "other" : "" }, - "name" : "philip-agreement" + "name" : "ocompvtpvendor Agreement" } }, "response" : { "status" : 200, "json" : { - "value" : "ad7e38cbd8d94b0a8705b58a461e6b70" + "value" : "d53857e1d3df472cadd3ac72dfd83a6f" } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-sample.yaml index 4838044e..a3cdd17f 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-sample.yaml @@ -1,27 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -x +name: vlm-aggreement-create version: onap-dublin samples: sample1: - name: -x - input: philip-agreement -y 6b33c26b3a924b2789fa17fabd4a292d -e 2b683bedebeb4874a9c2a82939c77f0d -z philip-aggrement -g 457e9905f32544cca5351e86cc2e7958 -u cs0008 -p demo123456! -m http://10.43.107.110:8081 + name: vlm-aggreement-create + input: --format json --vlm-id d572f583bf224b4c93b99105cd35b0a9 --vlm-feature-group-id 880c355b9b374ec08db60906f86a7c15 --name ocompvtpvendor Agreement --vlm-version 496cc167b6cf44c3b7818c95a1d9e036 moco: vlm-aggreement-create-schema-dublin-moco.json output: | - +----------+----------------------------------+ - |property |value | - +----------+----------------------------------+ - |ID |ad7e38cbd8d94b0a8705b58a461e6b70 | - +----------+----------------------------------+ + {"id":"d53857e1d3df472cadd3ac72dfd83a6f"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-archive-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-archive-schema-dublin-moco.json new file mode 100644 index 00000000..89d73567 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-archive-schema-dublin-moco.json @@ -0,0 +1,21 @@ +[ { + "request" : { + "method" : "put", + "uri" : "/onboarding-api/v1.0/items/d572f583bf224b4c93b99105cd35b0a9/actions", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-6dcbc225-6079-4003-849f-2a848005788f", + "Content-Type" : "application/json" + }, + "json" : { + "action" : "ARCHIVE" + } + }, + "response" : { + "status" : 200, + "json" : { } + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-archive-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-archive-schema-dublin-sample.yaml new file mode 100644 index 00000000..ea65f974 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-archive-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: vlm-archive +version: onap-dublin +samples: + sample1: + name: vlm-archive + input: --format json --vlm-id d572f583bf224b4c93b99105cd35b0a9 + moco: vlm-archive-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-moco.json index da03ee30..1b6359f7 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-moco.json @@ -7,21 +7,21 @@ "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-0b3114ea-c98a-4035-b0f4-9f522f0188d4", + "X-TransactionId" : "req-c3ff5864-dab6-4026-a298-ce11eb9a11c5", "Content-Type" : "application/json" }, "json" : { - "vendorName" : "philip-vendor", - "description" : "", + "vendorName" : "ocompvtpvendor", + "description" : "Created by Open Command Platform - OCOMP", "iconRef" : "icon" } }, "response" : { "status" : 200, "json" : { - "itemId" : "6b33c26b3a924b2789fa17fabd4a292d", + "itemId" : "d572f583bf224b4c93b99105cd35b0a9", "version" : { - "id" : "2b683bedebeb4874a9c2a82939c77f0d", + "id" : "496cc167b6cf44c3b7818c95a1d9e036", "name" : "1.0", "description" : "Initial version", "status" : "Draft" diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-sample.yaml index 1dcfa931..3b81fe6d 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-create-schema-dublin-sample.yaml @@ -1,29 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -x +name: vlm-create version: onap-dublin samples: sample1: - name: -x - input: philip-vendor -u cs0008 -p demo123456! -m http://10.43.107.110:8081 + name: vlm-create + input: --format json --vendor-name ocompvtpvendor --description Created by Open Command Platform - OCOMP moco: vlm-create-schema-dublin-moco.json output: | - +----------+----------------------------------+ - |property |value | - +----------+----------------------------------+ - |ID |6b33c26b3a924b2789fa17fabd4a292d | - +----------+----------------------------------+ - |version |2b683bedebeb4874a9c2a82939c77f0d | - +----------+----------------------------------+ + {"id":"d572f583bf224b4c93b99105cd35b0a9","version":"496cc167b6cf44c3b7818c95a1d9e036"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-entitlement-pool-create-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-entitlement-pool-create-schema-dublin-moco.json index 2509bea0..7eafd25d 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-entitlement-pool-create-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-entitlement-pool-create-schema-dublin-moco.json @@ -1,30 +1,30 @@ [ { "request" : { "method" : "post", - "uri" : "/onboarding-api/v1.0/vendor-license-models/6b33c26b3a924b2789fa17fabd4a292d/versions/2b683bedebeb4874a9c2a82939c77f0d/entitlement-pools", + "uri" : "/onboarding-api/v1.0/vendor-license-models/d572f583bf224b4c93b99105cd35b0a9/versions/496cc167b6cf44c3b7818c95a1d9e036/entitlement-pools", "headers" : { "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-47de9a0c-f2c9-4355-a8ed-0ce066cac513", + "X-TransactionId" : "req-5f019d90-52bb-402f-b742-f5de970b3f58", "Content-Type" : "application/json" }, "json" : { - "name" : "philip-pool", + "name" : "ocompvtpvendor Entitlement Pool", "time" : { "choice" : "", "other" : "" }, - "startDate" : "03/15/2019", - "expiryDate" : "12/31/2030", - "manufacturerReferenceNumber" : "philip-vendor" + "startDate" : "08/29/2019", + "expiryDate" : "08/30/2019", + "manufacturerReferenceNumber" : "OCOMP" } }, "response" : { "status" : 200, "json" : { - "value" : "8c70182a9c4641e79477708ef6ed6984" + "value" : "7f3150863aca4d82b837d2d1980ef064" } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-entitlement-pool-create-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-entitlement-pool-create-schema-dublin-sample.yaml index 6decda2f..07c933ee 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-entitlement-pool-create-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-entitlement-pool-create-schema-dublin-sample.yaml @@ -1,27 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -x +name: vlm-entitlement-pool-create version: onap-dublin samples: sample1: - name: -x - input: philip-pool -y 6b33c26b3a924b2789fa17fabd4a292d -e 2b683bedebeb4874a9c2a82939c77f0d -z philip-pool -k philip-vendor -g 12/31/2030 -l 03/15/2019 -u cs0008 -p demo123456! -m http://10.43.107.110:8081 + name: vlm-entitlement-pool-create + input: --format json --vlm-id d572f583bf224b4c93b99105cd35b0a9 --name ocompvtpvendor Entitlement Pool --start-date 08/29/2019 --expiry-date 08/30/2019 --vlm-version 496cc167b6cf44c3b7818c95a1d9e036 --manufacture-reference-number OCOMP moco: vlm-entitlement-pool-create-schema-dublin-moco.json output: | - +----------+----------------------------------+ - |property |value | - +----------+----------------------------------+ - |ID |8c70182a9c4641e79477708ef6ed6984 | - +----------+----------------------------------+ + {"id":"7f3150863aca4d82b837d2d1980ef064"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-dublin-moco.json index d4aebb0c..b3bb4e77 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-dublin-moco.json @@ -1,27 +1,26 @@ [ { "request" : { "method" : "post", - "uri" : "/onboarding-api/v1.0/vendor-license-models/6b33c26b3a924b2789fa17fabd4a292d/versions/2b683bedebeb4874a9c2a82939c77f0d/feature-groups", + "uri" : "/onboarding-api/v1.0/vendor-license-models/d572f583bf224b4c93b99105cd35b0a9/versions/496cc167b6cf44c3b7818c95a1d9e036/feature-groups", "headers" : { "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-0033cd99-1c03-4f1b-acf1-e2262e0b7027", + "X-TransactionId" : "req-969b3e0d-a7a7-4947-bbfa-3925637e5842", "Content-Type" : "application/json" }, "json" : { - "name" : "philip-feature-grp", - "addedLicenseKeyGroupsIds" : [ "51466fa44cb346eda6881176440eee5d" ], - "addedEntitlementPoolsIds" : [ "8c70182a9c4641e79477708ef6ed6984" ], - "partNumber" : "itohan-part", - "description" : "philip-feature-grp" + "name" : "ocompvtpvendor Feature group", + "addedLicenseKeyGroupsIds" : [ "0c36608f4bab42c298a17388d7ec6727" ], + "addedEntitlementPoolsIds" : [ "7f3150863aca4d82b837d2d1980ef064" ], + "partNumber" : "OCOMP" } }, "response" : { "status" : 200, "json" : { - "value" : "457e9905f32544cca5351e86cc2e7958" + "value" : "880c355b9b374ec08db60906f86a7c15" } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-dublin-sample.yaml index 28e31f5b..09474d07 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-dublin-sample.yaml @@ -1,27 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -x +name: vlm-feature-group-create version: onap-dublin samples: sample1: - name: -x - input: philip-feature-grp -y 6b33c26b3a924b2789fa17fabd4a292d -e 2b683bedebeb4874a9c2a82939c77f0d -z philip-feature-grp -g 51466fa44cb346eda6881176440eee5d -b 8c70182a9c4641e79477708ef6ed6984 -c itohan-part -u cs0008 -p demo123456! -m http://10.43.107.110:8081 + name: vlm-feature-group-create + input: --format json --vlm-id d572f583bf224b4c93b99105cd35b0a9 --name ocompvtpvendor Feature group --vlm-version 496cc167b6cf44c3b7818c95a1d9e036 --vlm-key-group-id 0c36608f4bab42c298a17388d7ec6727 --part-number OCOMP --vlm-entitle-pool-id 7f3150863aca4d82b837d2d1980ef064 moco: vlm-feature-group-create-schema-dublin-moco.json output: | - +----------+----------------------------------+ - |property |value | - +----------+----------------------------------+ - |ID |457e9905f32544cca5351e86cc2e7958 | - +----------+----------------------------------+ + {"id":"880c355b9b374ec08db60906f86a7c15"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-dublin-moco.json index f9654b9e..75da79f9 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-dublin-moco.json @@ -1,25 +1,24 @@ [ { "request" : { "method" : "post", - "uri" : "/onboarding-api/v1.0/vendor-license-models/6b33c26b3a924b2789fa17fabd4a292d/versions/2b683bedebeb4874a9c2a82939c77f0d/license-key-groups", + "uri" : "/onboarding-api/v1.0/vendor-license-models/d572f583bf224b4c93b99105cd35b0a9/versions/496cc167b6cf44c3b7818c95a1d9e036/license-key-groups", "headers" : { "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-5b5c1feb-062f-42d2-876d-0d748f460015", + "X-TransactionId" : "req-f6c9d577-764c-4411-b0d6-1983d1312d0d", "Content-Type" : "application/json" }, "json" : { - "description" : "", - "name" : "philip-key-grp", + "name" : "ocompvtpvendor Key goroup", "type" : "Universal" } }, "response" : { "status" : 200, "json" : { - "value" : "51466fa44cb346eda6881176440eee5d" + "value" : "0c36608f4bab42c298a17388d7ec6727" } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-dublin-sample.yaml index 29c0cfda..25a2e39e 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-dublin-sample.yaml @@ -1,27 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -c +name: vlm-key-group-create version: onap-dublin samples: sample1: - name: -c - input: 6b33c26b3a924b2789fa17fabd4a292d -e 2b683bedebeb4874a9c2a82939c77f0d -x philip-key-grp -y Universal -u cs0008 -p demo123456! -m http://10.43.107.110:8081 + name: vlm-key-group-create + input: --format json --vlm-id d572f583bf224b4c93b99105cd35b0a9 --type Universal --name ocompvtpvendor Key goroup --vlm-version 496cc167b6cf44c3b7818c95a1d9e036 moco: vlm-key-group-create-schema-dublin-moco.json output: | - +----------+----------------------------------+ - |property |value | - +----------+----------------------------------+ - |ID |51466fa44cb346eda6881176440eee5d | - +----------+----------------------------------+ + {"id":"0c36608f4bab42c298a17388d7ec6727"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-submit-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-submit-schema-dublin-moco.json index f99b6227..0fdacf01 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-submit-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-submit-schema-dublin-moco.json @@ -1,13 +1,13 @@ [ { "request" : { "method" : "put", - "uri" : "/onboarding-api/v1.0/vendor-license-models/6b33c26b3a924b2789fa17fabd4a292d/versions/2b683bedebeb4874a9c2a82939c77f0d/actions", + "uri" : "/onboarding-api/v1.0/vendor-license-models/d572f583bf224b4c93b99105cd35b0a9/versions/496cc167b6cf44c3b7818c95a1d9e036/actions", "headers" : { "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-877570c7-18d7-478f-b6dd-09eabb2c0182", + "X-TransactionId" : "req-4a81f6d5-664f-417b-8cc7-5080f21e3d01", "Content-Type" : "application/json" }, "json" : { diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-submit-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-submit-schema-dublin-sample.yaml index fc9414f8..310df0c4 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-submit-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-submit-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -x +name: vlm-submit version: onap-dublin samples: sample1: - name: -x - input: 6b33c26b3a924b2789fa17fabd4a292d -y 2b683bedebeb4874a9c2a82939c77f0d -u cs0008 -p demo123456! -m http://10.43.107.110:8081 + name: vlm-submit + input: --format json --vlm-id d572f583bf224b4c93b99105cd35b0a9 --vlm-version 496cc167b6cf44c3b7818c95a1d9e036 moco: vlm-submit-schema-dublin-moco.json - output:
\ No newline at end of file + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-add-artifact-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-add-artifact-schema-dublin-moco.json new file mode 100644 index 00000000..5ee43777 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-add-artifact-schema-dublin-moco.json @@ -0,0 +1,21 @@ +[ { + "request" : { + "method" : "post", + "uri" : "/onboarding-api/v1.0/vendor-software-products/55ca1625888743a1b791790b126b79f9/versions/f13d686db7bf4fb0ba34354faf8a9d30/orchestration-template-candidate", + "headers" : { + "Content-type" : "multipart/form-data", + "Accept" : "*/*", + "USER_ID" : "cs0008" + }, + "json" : { } + }, + "response" : { + "status" : 200, + "json" : { + "errors" : { }, + "status" : "Success", + "onboardingOrigin" : "csar", + "networkPackageName" : "vgw" + } + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-add-artifact-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-add-artifact-schema-dublin-sample.yaml new file mode 100644 index 00000000..f3b84c3d --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-add-artifact-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: vsp-add-artifact +version: onap-dublin +samples: + sample1: + name: vsp-add-artifact + input: --format json --vsp-version f13d686db7bf4fb0ba34354faf8a9d30 --vsp-id 55ca1625888743a1b791790b126b79f9 --vsp-file /tmp/data/vtp-tmp-files/vgw.csar + moco: vsp-add-artifact-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-archive-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-archive-schema-dublin-moco.json new file mode 100644 index 00000000..71510442 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-archive-schema-dublin-moco.json @@ -0,0 +1,21 @@ +[ { + "request" : { + "method" : "put", + "uri" : "/onboarding-api/v1.0/items/55ca1625888743a1b791790b126b79f9/actions", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-1b78cf49-aca8-4260-b4b4-227c44aa5121", + "Content-Type" : "application/json" + }, + "json" : { + "action" : "ARCHIVE" + } + }, + "response" : { + "status" : 200, + "json" : { } + } +} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-archive-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-archive-schema-dublin-sample.yaml new file mode 100644 index 00000000..36498c63 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-archive-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: vsp-archive +version: onap-dublin +samples: + sample1: + name: vsp-archive + input: --format json --vsp-id 55ca1625888743a1b791790b126b79f9 + moco: vsp-archive-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json new file mode 100644 index 00000000..439f5e00 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json @@ -0,0 +1,24 @@ +[ {
+ "request" : {
+ "method" : "put",
+ "uri" : "/onboarding-api/v1.0/items/a653d9bd40dc43e2ae45004daeab9003/versions/d6e590f98c2347b7a29b27e263527fac/actions",
+ "headers" : {
+ "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "USER_ID" : "cs0008",
+ "X-TransactionId" : "req-f64dec4f-646e-46d8-807e-99e7170a6afb",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "action" : "Commit",
+ "commitRequest" : {
+ "message" : "Powered by Open Command Platform - OCOMP"
+ }
+ }
+ },
+ "response" : {
+ "status" : 200,
+ "json" : { }
+ }
+} ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-sample.yaml new file mode 100644 index 00000000..3f02163a --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-sample.yaml @@ -0,0 +1,10 @@ +open_cli_sample_version: 1.0 +name: vsp-commit +version: onap-dublin +samples: + sample1: + name: vsp-commit + input: --format json --remarks Powered by Open Command Platform - OCOMP --vsp-version d6e590f98c2347b7a29b27e263527fac --vsp-id a653d9bd40dc43e2ae45004daeab9003 + moco: vsp-commit-schema-dublin-moco.json + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json index bbd21740..75a9207b 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-moco.json @@ -7,31 +7,31 @@ "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-a5095ef3-5afc-4305-945b-26fbdaf0b6b0", + "X-TransactionId" : "req-86df50dc-3478-46c9-bba5-85acb0ac33db", "Content-Type" : "application/json" }, "json" : { "category" : "resourceNewCategory.generic", - "vendorId" : "74b43ab85f3d49948c1513a27adfaba7", + "vendorId" : "d572f583bf224b4c93b99105cd35b0a9", "subCategory" : "resourceNewCategory.generic.abstract", - "description" : "cli-test-vsp", - "licensingVersion" : "eb65c2fbbaee4a8dbd0b60e697e98fb7", + "description" : "Created by Open Command Platform - OCOMP", + "licensingVersion" : "496cc167b6cf44c3b7818c95a1d9e036", "licensingData" : { - "featureGroups" : [ "292d56e87f274ef385b0dfd41f41a066" ], - "licenseAgreement" : "92bcbe53b6724ae78c7c13e4269cb90f" + "featureGroups" : [ "880c355b9b374ec08db60906f86a7c15" ], + "licenseAgreement" : "d53857e1d3df472cadd3ac72dfd83a6f" }, "icon" : "icon", "onboardingMethod" : "NetworkPackage", - "vendorName" : "Itohan-vendor", - "name" : "cli-vsp-v2" + "vendorName" : "ocompvtpvendor", + "name" : "vgwocompvtp" } }, "response" : { "status" : 200, "json" : { - "itemId" : "a9928e0e8b124f4d87a9e0654c4b1d60", + "itemId" : "55ca1625888743a1b791790b126b79f9", "version" : { - "id" : "b087302e50374ab28e5a8d4b32aa3abe", + "id" : "f13d686db7bf4fb0ba34354faf8a9d30", "name" : "1.0", "description" : "Initial version", "status" : "Draft" diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-sample.yaml index 0f8fee52..5d810316 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-create-schema-dublin-sample.yaml @@ -1,29 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -j +name: vsp-create version: onap-dublin samples: sample1: - name: -j - input: 292d56e87f274ef385b0dfd41f41a066 -o NetworkPackage -e Itohan-vendor -x cli-vsp-v2 -y cli-test-vsp -i 92bcbe53b6724ae78c7c13e4269cb90f -c eb65c2fbbaee4a8dbd0b60e697e98fb7 -g 74b43ab85f3d49948c1513a27adfaba7 -u cs0008 -p demo123456! -m http://10.43.107.110:8081 + name: vsp-create + input: --format json --vlm-id d572f583bf224b4c93b99105cd35b0a9 --vlm-agreement-id d53857e1d3df472cadd3ac72dfd83a6f --vsp-name vgwocompvtp --vlm-version 496cc167b6cf44c3b7818c95a1d9e036 --vsp-description Created by Open Command Platform - OCOMP --vlm-vendor ocompvtpvendor --vlm-feature-group-id 880c355b9b374ec08db60906f86a7c15 moco: vsp-create-schema-dublin-moco.json output: | - +----------+----------------------------------+ - |property |value | - +----------+----------------------------------+ - |ID |a9928e0e8b124f4d87a9e0654c4b1d60 | - +----------+----------------------------------+ - |version |b087302e50374ab28e5a8d4b32aa3abe | - +----------+----------------------------------+ + {"version-id":"f13d686db7bf4fb0ba34354faf8a9d30","id":"55ca1625888743a1b791790b126b79f9","version":"1.0"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-package-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-package-schema-dublin-moco.json index 762bdbc2..eb1c488b 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-package-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-package-schema-dublin-moco.json @@ -1,13 +1,13 @@ [ { "request" : { "method" : "put", - "uri" : "/onboarding-api/v1.0/vendor-software-products/0afed170432e471e9dafb662f78a8277/versions/a6a78a511fd74524889f8095e12b9aac/actions", + "uri" : "/onboarding-api/v1.0/vendor-software-products/55ca1625888743a1b791790b126b79f9/versions/f13d686db7bf4fb0ba34354faf8a9d30/actions", "headers" : { "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-48bfec31-2210-41cd-b42c-156a947d5b74", + "X-TransactionId" : "req-010bd952-bd66-4d7a-b185-437ab0b696e8", "Content-Type" : "application/json" }, "json" : { @@ -17,15 +17,16 @@ "response" : { "status" : 200, "json" : { - "description" : "aaaa", - "vspName" : "vsp-cli-v1", + "description" : "Created by Open Command Platform - OCOMP", + "vspName" : "vgwocompvtp", "version" : "1.0", - "packageId" : "0afed170432e471e9dafb662f78a8277", + "packageId" : "55ca1625888743a1b791790b126b79f9", "category" : "resourceNewCategory.generic", "subCategory" : "resourceNewCategory.generic.abstract", - "vendorName" : "itohan-vendor", + "vendorName" : "ocompvtpvendor", "vendorRelease" : "1.0", - "packageType" : "CSAR" + "packageType" : "CSAR", + "resourceType" : "VF" } } } ]
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-package-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-package-schema-dublin-sample.yaml index 477ef99c..5644a0a5 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-package-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-package-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -x +name: vsp-package version: onap-dublin samples: sample1: - name: -x - input: 0afed170432e471e9dafb662f78a8277 -y a6a78a511fd74524889f8095e12b9aac -u cs0008 -p demo123456! -m http://10.43.107.110:8081 + name: vsp-package + input: --format json --vsp-version f13d686db7bf4fb0ba34354faf8a9d30 --vsp-id 55ca1625888743a1b791790b126b79f9 moco: vsp-package-schema-dublin-moco.json - output:
\ No newline at end of file + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-submit-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-submit-schema-dublin-moco.json index b9888f3c..356a392a 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-submit-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-submit-schema-dublin-moco.json @@ -1,13 +1,13 @@ [ { "request" : { "method" : "put", - "uri" : "/onboarding-api/v1.0/vendor-software-products/0afed170432e471e9dafb662f78a8277/versions/a6a78a511fd74524889f8095e12b9aac/actions", + "uri" : "/onboarding-api/v1.0/vendor-software-products/55ca1625888743a1b791790b126b79f9/versions/f13d686db7bf4fb0ba34354faf8a9d30/actions", "headers" : { "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-625cc732-d215-4a80-9887-7fbe217954c2", + "X-TransactionId" : "req-febd3087-e011-469e-b57a-b71c2077647d", "Content-Type" : "application/json" }, "json" : { diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-submit-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-submit-schema-dublin-sample.yaml index 62bb71bb..e4e3b105 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-submit-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-submit-schema-dublin-sample.yaml @@ -1,22 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -x +name: vsp-submit version: onap-dublin samples: sample1: - name: -x - input: 0afed170432e471e9dafb662f78a8277 -y a6a78a511fd74524889f8095e12b9aac -u cs0008 -p demo123456! -m http://10.43.107.110:8081 + name: vsp-submit + input: --format json --vsp-version f13d686db7bf4fb0ba34354faf8a9d30 --vsp-id 55ca1625888743a1b791790b126b79f9 moco: vsp-submit-schema-dublin-moco.json - output:
\ No newline at end of file + output: | + [{}] diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-validate-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-validate-schema-dublin-moco.json index fabb98b3..baf9a525 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-validate-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-validate-schema-dublin-moco.json @@ -1,13 +1,13 @@ [ { "request" : { "method" : "put", - "uri" : "/onboarding-api/v1.0/vendor-software-products/0afed170432e471e9dafb662f78a8277/versions/a6a78a511fd74524889f8095e12b9aac/orchestration-template-candidate/process", + "uri" : "/onboarding-api/v1.0/vendor-software-products/55ca1625888743a1b791790b126b79f9/versions/f13d686db7bf4fb0ba34354faf8a9d30/orchestration-template-candidate/process", "headers" : { "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", "X-FromAppId" : "ONAP CLI", "Accept" : "application/json", "USER_ID" : "cs0008", - "X-TransactionId" : "req-db25d79f-0a66-4a9b-b8af-0d3e2f5c6376", + "X-TransactionId" : "req-67a5ecb0-1ae4-4a3e-a78d-f175b2df042b", "Content-Type" : "application/json" }, "json" : { } @@ -15,34 +15,8 @@ "response" : { "status" : 200, "json" : { - "fileNames" : [ "base_vfw.yaml", "base_vfw.env" ], - "errors" : { - "base_vfw.yaml" : [ { - "level" : "WARNING", - "message" : "WARNING: [NNP1]: Port 'Fixed_IPS' Parameter Name not aligned with Guidelines, Parameter Name [onap_private_subnet_id], Resource ID [vfw_private_2_port]. As a result, VF/VFC Profile may miss this information" - }, { - "level" : "WARNING", - "message" : "WARNING: [NNP1]: Port 'Fixed_IPS' Parameter Name not aligned with Guidelines, Parameter Name [onap_private_subnet_id], Resource ID [vpg_private_1_port]. As a result, VF/VFC Profile may miss this information" - }, { - "level" : "WARNING", - "message" : "WARNING: [NNP1]: Port 'Fixed_IPS' Parameter Name not aligned with Guidelines, Parameter Name [onap_private_subnet_id], Resource ID [vsn_private_1_port]. As a result, VF/VFC Profile may miss this information" - }, { - "level" : "WARNING", - "message" : "WARNING: [NNS11]: Nova Server naming convention in image, flavor and name properties is not consistent, Resource ID [vfw_0]" - }, { - "level" : "WARNING", - "message" : "WARNING: [NNS12]: A resource is connected twice to the same network role, Network Role [vpg_0], Resource ID [onap_private]" - }, { - "level" : "WARNING", - "message" : "WARNING: [NNS11]: Nova Server naming convention in image, flavor and name properties is not consistent, Resource ID [vpg_0]" - }, { - "level" : "WARNING", - "message" : "WARNING: [NNS12]: A resource is connected twice to the same network role, Network Role [vsn_0], Resource ID [onap_private]" - }, { - "level" : "WARNING", - "message" : "WARNING: [NNS11]: Nova Server naming convention in image, flavor and name properties is not consistent, Resource ID [vsn_0]" - } ] - }, + "fileNames" : [ "Artifacts/Deployment/Other/id_rsa.pub", "Definitions/MainServiceTemplate.yaml", "Definitions/onap_dm.yaml", "MainServiceTemplate.yaml", "Artifacts/Deployment/Other/id_rsa", "Artifacts/Deployment/Other/image", "Artifacts/Deployment/Other/authorized_keys", "MainServiceTemplate.mf", "TOSCA-Metadata/TOSCA.meta" ], + "errors" : { }, "status" : "Success" } } diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-validate-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-validate-schema-dublin-sample.yaml index b0509321..32d57a1b 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-validate-schema-dublin-sample.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-validate-schema-dublin-sample.yaml @@ -1,61 +1,10 @@ -# Copyright © Intel Corporation 2019 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. open_cli_sample_version: 1.0 -name: -x +name: vsp-validate version: onap-dublin samples: sample1: - name: -x - input: 0afed170432e471e9dafb662f78a8277 -y a6a78a511fd74524889f8095e12b9aac -u cs0008 -p demo123456! -m http://10.43.107.110:8081 + name: vsp-validate + input: --format json --vsp-version f13d686db7bf4fb0ba34354faf8a9d30 --vsp-id 55ca1625888743a1b791790b126b79f9 moco: vsp-validate-schema-dublin-moco.json output: | - +----------+----------------------------------------------------+ - |property |value | - +----------+----------------------------------------------------+ - |status |Success | - +----------+----------------------------------------------------+ - |errors |{base_vfw.yaml=[{"level":"WARNING","message":"WARN | - | |ING: [NNP1]: Port 'Fixed_IPS' Parameter Name not | - | |aligned with Guidelines, Parameter Name | - | |[onap_private_subnet_id], Resource ID | - | |[vfw_private_2_port]. As a result, VF\/VFC | - | |Profile may miss this information"},{"level":"WARN | - | |ING","message":"WARNING: [NNP1]: Port 'Fixed_IPS' | - | |Parameter Name not aligned with Guidelines, | - | |Parameter Name [onap_private_subnet_id], Resource | - | |ID [vpg_private_1_port]. As a result, VF\/VFC | - | |Profile may miss this information"},{"level":"WARN | - | |ING","message":"WARNING: [NNP1]: Port 'Fixed_IPS' | - | |Parameter Name not aligned with Guidelines, | - | |Parameter Name [onap_private_subnet_id], Resource | - | |ID [vsn_private_1_port]. As a result, VF\/VFC | - | |Profile may miss this information"},{"level":"WARN | - | |ING","message":"WARNING: [NNS11]: Nova Server | - | |naming convention in image, flavor and name | - | |properties is not consistent, Resource ID | - | |[vfw_0]"},{"level":"WARNING","message":"WARNING: | - | |[NNS12]: A resource is connected twice to the | - | |same network role, Network Role [vpg_0], Resource | - | |ID [onap_private]"},{"level":"WARNING","message":" | - | |WARNING: [NNS11]: Nova Server naming convention | - | |in image, flavor and name properties is not | - | |consistent, Resource ID | - | |[vpg_0]"},{"level":"WARNING","message":"WARNING: | - | |[NNS12]: A resource is connected twice to the | - | |same network role, Network Role [vsn_0], Resource | - | |ID [onap_private]"},{"level":"WARNING","message":" | - | |WARNING: [NNS11]: Nova Server naming convention | - | |in image, flavor and name properties is not | - | |consistent, Resource ID [vsn_0]"}]} | - +----------+----------------------------------------------------+ + {"errors":{},"status":"Success"} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/consumer/sdc-consumer-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/consumer/sdc-consumer-create-schema-dublin.yaml index 20077715..91b6ccd8 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/consumer/sdc-consumer-create-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/consumer/sdc-consumer-create-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Create SDC consumer info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/consumer/sdc-consumer-show-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/consumer/sdc-consumer-show-schema-dublin.yaml index 5de269e4..58836699 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/consumer/sdc-consumer-show-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/consumer/sdc-consumer-show-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Retrieve SDC consumer info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/get-resource-module-name.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/get-resource-module-name.yaml index addce58d..bd67c6a1 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/get-resource-module-name.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/get-resource-module-name.yaml @@ -18,7 +18,7 @@ description: Get resource module name info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP HPA Team onap-discuss@lists.onap.org diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-artifact-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-artifact-schema-dublin.yaml index dc881d90..0a81b0f1 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-artifact-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-artifact-schema-dublin.yaml @@ -18,15 +18,15 @@ description: Add a artifact to a Service model info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP HPA Team onap-discuss@lists.onap.org parameters: - - name: service-uniqueId + - name: service-id description: Service Unique Id type: string - long_option: service-uniqueId + long_option: service-id short_option: x is_optional: false - name: remarks @@ -62,7 +62,7 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-uniqueId}/artifacts + uri: /sdc2/rest/v1/catalog/services/${service-id}/artifacts method: POST headers: Content-MD5: $s{md5:__body__} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-vf-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-vf-schema-dublin.yaml index 06b4c4fb..c0d6bbf0 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-vf-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-add-vf-schema-dublin.yaml @@ -18,22 +18,22 @@ description: Helps to add VF into service models in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: service-model-id + - name: service-id description: Onap Service Name type: string short_option: x - long_option: service-model-id + long_option: service-id is_optional: false - - name: vf-uniqueId + - name: vf-id description: VF Unique ID type: string short_option: y - long_option: vf-uniqueId + long_option: vf-id is_optional: true - name: vf-name description: VF Name @@ -51,14 +51,18 @@ parameters: results: direction: portrait attributes: - - name: ID + - name: id description: Service ID scope: short type: string - - name: UUID + - name: uuid description: Service UUID scope: short type: string + - name: inputs + description: VNF Input ids + scope: short + type: string http: service: name: sdc @@ -66,11 +70,12 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-model-id}/resourceInstance + uri: /sdc2/rest/v1/catalog/services/${service-id}/resourceInstance method: POST - body: '{"name": "${vf-name}", "componentVersion": "${vf-version}", "posY": 248, "posX": 406, "uniqueId": "${service-model-id}-${vf-uniqueId}", "originType": "VF", "componentUid": "${vf-uniqueId}", "icon": "defaulticon"}' + body: '{"name": "${vf-name}", "componentVersion": "${vf-version}", "posY": 248, "posX": 406, "uniqueId": "${service-id}-${vf-id}", "originType": "VF", "componentUid": "${vf-id}", "icon": "defaulticon"}' success_codes: - 201 result_map: - ID: $b{$.uniqueId} - UUID: $b{$.componentUid}
\ No newline at end of file + id: $b{$.uniqueId} + uuid: $b{$.componentUid} + inputs: $b{$.inputs.[*].uniqueId}
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-approve-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-approve-schema-dublin.yaml index 5b39b846..943796df 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-approve-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-approve-schema-dublin.yaml @@ -18,15 +18,15 @@ description: Approves the Service model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: service-model-uniqueId - description: Service model UniqueId (can be found by running service-model-list) + - name: service-id + description: Service model UniqueId type: string - long_option: service-model-uniqueId + long_option: service-id short_option: b is_optional: false - name: remarks @@ -43,7 +43,7 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-model-uniqueId}/distribution-state/approve + uri: /sdc2/rest/v1/catalog/services/${service-id}/distribution-state/approve method: POST body: '{"userRemarks": "${remarks}"}' success_codes: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-archive-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-archive-schema-dublin.yaml new file mode 100644 index 00000000..e28e4ac6 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-archive-schema-dublin.yaml @@ -0,0 +1,45 @@ +# Copyright © Intel Corporation 2019 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: service-model-archive +description: Archive the Service model in SDC + +info: + product: onap-dublin + service: sdc.catalog + author: ONAP CLI Team onap-discuss@lists.onap.org + + +parameters: + - name: service-id + description: Service model UniqueId + type: string + long_option: service-id + short_option: b + is_optional: false + +http: + service: + name: sdc + version: v1.0 + auth: basic + mode: direct + request: + uri: /sdc2/rest/v1/catalog/services/${service-id}/archive + method: POST + body: '{}' + success_codes: + - 200 + - 417
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkin-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkin-schema-dublin.yaml index 444a0c58..29936912 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkin-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkin-schema-dublin.yaml @@ -18,14 +18,14 @@ description: Checkin Service model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: service-model-uuid - description: Service model UUID (can be found by running service-model-list) + - name: service-id + description: Service model ID type: string - long_option: service-model-uuid + long_option: service-id short_option: b is_optional: false - name: remarks @@ -34,7 +34,21 @@ parameters: long_option: remarks short_option: r is_optional: false - +results: + direction: portrait + attributes: + - name: id + description: NS checked out version unique ID + scope: short + type: string + - name: uuid + description: NS checked out version unique ID + scope: short + type: string + - name: version + description: VF version + scope: short + type: string http: service: name: sdc @@ -42,8 +56,12 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-model-uuid}/lifecycleState/CHECKIN + uri: /sdc2/rest/v1/catalog/services/${service-id}/lifecycleState/CHECKIN method: POST body: '{"userRemarks": "${remarks}"}' success_codes: - 200 + result_map: + id: $b{$.uniqueId} + version: $b{$.version} + uuid: $b{$.unid}
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkout-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkout-schema-dublin.yaml index ec0ccc6d..4d15c875 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkout-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkout-schema-dublin.yaml @@ -18,25 +18,29 @@ description: Checkout Service model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: service-model-uuid - description: Service model UUID (can be found from service-model-list) + - name: service-id + description: Service model ID type: string - long_option: service-model-uuid + long_option: service-id short_option: b is_optional: true results: direction: portrait attributes: - - name: ID + - name: id description: NS checked out version unique ID scope: short type: string + - name: version + description: VF version + scope: short + type: string http: service: name: sdc @@ -44,10 +48,11 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-model-uuid}/lifecycleState/CHECKOUT + uri: /sdc2/rest/v1/catalog/services/${service-id}/lifecycleState/CHECKOUT method: POST body: '{}' success_codes: - 200 result_map: - ID: $b{$.uniqueId}
\ No newline at end of file + id: $b{$.uniqueId} + version: $b{$.version}
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-create-schema-dublin.yaml index ebc0c468..aa0e004b 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-create-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-create-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Create Service model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP HPA Team onap-discuss@lists.onap.org @@ -66,10 +66,14 @@ parameters: results: direction: portrait attributes: - - name: ID + - name: id description: Service ID scope: short type: string + - name: uuid + description: Service UUID + scope: short + type: string http: service: name: sdc @@ -117,4 +121,5 @@ http: - 200 - 201 result_map: - ID: $b{$.uniqueId} + id: $b{$.uniqueId} + uuid: $b{$.uuid} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-distribute-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-distribute-schema-dublin.yaml index cf981b71..adbe0c0e 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-distribute-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-distribute-schema-dublin.yaml @@ -18,15 +18,15 @@ description: Distributes the Service model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: service-model-uniqueId + - name: service-id description: Service model UUID (can be found from service-model-list) type: string - long_option: service-model-uniqueId + long_option: service-id short_option: b is_optional: true @@ -37,7 +37,7 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-model-uniqueId}/distribution/PROD/activate + uri: /sdc2/rest/v1/catalog/services/${service-id}/distribution/PROD/activate method: POST body: '{}' success_codes: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-list-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-list-schema-dublin.yaml index 87ccf7c8..8e5a3abf 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-list-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-list-schema-dublin.yaml @@ -18,7 +18,7 @@ description: List the service model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org @@ -29,7 +29,7 @@ results: description: UUID type: string scope: short - - name: uniqueId + - name: id description: uniqueId type: string scope: short @@ -71,7 +71,7 @@ http: - 200 result_map: uuid: $b{services.[*].uuid} - uniqueId: $b{services.[*].uniqueId} + id: $b{services.[*].uniqueId} invariant-uuid: $b{services.[*].invariantUUID} version: $b{services.[*].version} name: $b{services.[*].name} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-set-property.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-set-property.yaml index a7ea76b7..d69b6669 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-set-property.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-set-property.yaml @@ -18,27 +18,27 @@ description: Set property to a service model info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP HPA Team onap-discuss@lists.onap.org parameters: - - name: service-uniqueId + - name: service-id description: service UniqueId type: string - long_option: service-uniqueId + long_option: service-id short_option: x is_optional: false - - name: resource-uuid - description: resource uuid + - name: vf-resource-id + description: resource id provided by service ns_id.vf_id.vf_name type: string - long_option: resource-uuid + long_option: vf-resource-id short_option: y is_optional: false - - name: resource-uniqueId - description: resource UniqueId + - name: vf-id + description: resource id type: string - long_option: resource-uniqueId + long_option: vf-id short_option: z is_optional: false - name: property-name @@ -53,6 +53,12 @@ parameters: long_option: property-value short_option: r is_optional: false + - name: input-uuid + description: VF Model Input uuid + type: string + long_option: input-uuid + short_option: R + is_optional: false http: service: name: sdc @@ -60,8 +66,8 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-uniqueId}/resourceInstance/${resource-uniqueId}/properties + uri: /sdc2/rest/v1/catalog/services/${service-id}/resourceInstance/${vf-resource-id}/inputs method: POST - body: '[{"constraints":null,"defaultValue":null,"description":null,"name":"${property-name}","parentUniqueId":null,"password":false,"required":false,"schema":{"property":{}},"schemaType":null,"type":"string","uniqueId":"${resource-uuid}.${property-name}","value":"${property-value}","definition":false,"getInputValues":null,"parentPropertyType":null,"subPropertyInputPath":null,"toscaPresentation":{"ownerId":null},"getPolicyValues":null,"inputPath":null}]' + body: '[{"constraints":[],"definition":false,"name":"${property-name}","parentUniqueId":"${input-uuid}","password":false,"required":false,"schema":{"property":{}},"toscaPresentation":{"ownerId":"${input-uuid}"},"type":"string","uniqueId":"${input-uuid}.${property-name}","value":"${property-value}"}]' success_codes: - 200 diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-accept-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-accept-schema-dublin.yaml index 85a31861..8522ea6a 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-accept-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-accept-schema-dublin.yaml @@ -18,24 +18,38 @@ description: Accepts the Service model test in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: service-model-id + - name: service-id description: Service model ID type: string - long_option: service-model-id + long_option: service-id short_option: b is_optional: false - - name: test-remark + - name: remarks description: Remarks when accepting test type: string - long_option: test-remark + long_option: remarks short_option: r is_optional: false - +results: + direction: portrait + attributes: + - name: id + description: NS checked out version unique ID + scope: short + type: string + - name: uuid + description: NS checked out version unique ID + scope: short + type: string + - name: version + description: VF version + scope: short + type: string http: service: name: sdc @@ -43,8 +57,12 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-model-id}/lifecycleState/certify + uri: /sdc2/rest/v1/catalog/services/${service-id}/lifecycleState/certify method: POST - body: '{"userRemarks": "${test-remark}"}' + body: '{"userRemarks": "${remarks}"}' success_codes: - 200 + result_map: + id: $b{$.uniqueId} + version: $b{$.version} + uuid: $b{$.unid}
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-reject-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-reject-schema-dublin.yaml index 7a1aad14..83aead84 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-reject-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-reject-schema-dublin.yaml @@ -18,15 +18,15 @@ description: Rejects the Service model test in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP HPA Team onap-discuss@lists.onap.org parameters: - - name: service-model-id + - name: service-id description: Service model ID type: string - long_option: service-model-id + long_option: service-id short_option: b is_optional: false - name: test-remark @@ -43,7 +43,7 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-model-id}/lifecycleState/failCertification + uri: /sdc2/rest/v1/catalog/services/${service-id}/lifecycleState/failCertification method: POST body: '{"userRemarks": "${test-remark}"}' success_codes: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-request-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-request-schema-dublin.yaml index cf3f7c9d..c0bdcd59 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-request-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-request-schema-dublin.yaml @@ -18,21 +18,21 @@ description: Request the certification of Service model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: service-model-id + - name: service-id description: Service model ID type: string - long_option: service-model-id + long_option: service-id short_option: b is_optional: true - - name: remark + - name: remarks description: Remarks when submitting for testing type: string - long_option: remark + long_option: remarks short_option: r http: @@ -42,9 +42,9 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-model-id}/lifecycleState/certificationRequest + uri: /sdc2/rest/v1/catalog/services/${service-id}/lifecycleState/certificationRequest method: POST - body: '{"userRemarks": "Requesting certification via CLI"}' + body: '{"userRemarks": "${remarks}"}' success_codes: - 200 diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-start-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-start-schema-dublin.yaml index 60c3239f..c43358d9 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-start-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-start-schema-dublin.yaml @@ -18,15 +18,15 @@ description: Starts the testing of a Service model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: service-model-id + - name: service-id description: Service model ID type: string - long_option: service-model-id + long_option: service-id short_option: b is_optional: true @@ -37,7 +37,7 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-model-id}/lifecycleState/startCertification + uri: /sdc2/rest/v1/catalog/services/${service-id}/lifecycleState/startCertification method: POST body: '{}' success_codes: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-undocheckout-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-undocheckout-schema-dublin.yaml index ae9e8356..50023907 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-undocheckout-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-undocheckout-schema-dublin.yaml @@ -18,15 +18,15 @@ description: Undo Checkout of Service model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: service-model-uuid + - name: service-uuid description: Service model UUIID (check service-model-list) type: string - long_option: service-model-uuid + long_option: service-uuid short_option: b is_optional: true @@ -37,7 +37,7 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-model-uuid}/lifecycleState/UNDOCHECKOUT + uri: /sdc2/rest/v1/catalog/services/${service-uuid}/lifecycleState/UNDOCHECKOUT method: POST body: '{"userRemarks": null}' success_codes: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service2vf-model-list-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service2vf-model-list-schema-dublin.yaml index 2241e05c..f2c67371 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service2vf-model-list-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service2vf-model-list-schema-dublin.yaml @@ -18,16 +18,16 @@ description: List the VF in a given service model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: service-model-id + - name: service-id description: Service model uuid type: string short_option: z - long_option: service-model-id + long_option: service-id is_optional: false results: @@ -49,7 +49,7 @@ results: description: version type: string scope: short - - name: vf-unique-uuid + - name: vf-id description: customization UUID type: string scope: short @@ -61,12 +61,12 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/services/${service-model-id} + uri: /sdc2/rest/v1/catalog/services/${service-id} method: GET success_codes: - 200 result_map: - vf-unique-uuid: $b{componentInstances.[*].uniqueId} + vf-id: $b{componentInstances.[*].uniqueId} vf-uuid: $b{componentInstances.[*].componentUid} vf-name: $b{componentInstances.[*].componentName} vf-version: $b{componentInstances.[*].componentVersion} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-add-artifact-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-add-artifact-schema-dublin.yaml index 1a6c6b7c..5eb0c8ca 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-add-artifact-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-add-artifact-schema-dublin.yaml @@ -18,15 +18,15 @@ description: Add a artifact to a Virtual function info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP HPA Team onap-discuss@lists.onap.org parameters: - - name: vf-uniqueId + - name: vf-id description: VF UniqueId type: string - long_option: vf-uniqueId + long_option: vf-id short_option: x is_optional: false - name: remarks @@ -62,7 +62,7 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/resources/${vf-uniqueId}/artifacts + uri: /sdc2/rest/v1/catalog/resources/${vf-id}/artifacts method: POST headers: Content-MD5: $s{md5:__body__} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-archive-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-archive-schema-dublin.yaml new file mode 100644 index 00000000..db14e45f --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-archive-schema-dublin.yaml @@ -0,0 +1,44 @@ +# Copyright © Intel Corporation 2019 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: vf-model-archive +description: Archive VF model in SDC + +info: + product: onap-dublin + service: sdc.catalog + author: ONAP CLI Team onap-discuss@lists.onap.org + +parameters: + - name: vf-id + description: VF model ID + type: string + long_option: vf-id + short_option: b + is_optional: false + +http: + service: + name: sdc + version: v1.0 + auth: basic + mode: direct + request: + uri: /sdc2/rest/v1/catalog/resources/${vf-id}/archive + method: POST + body: '{}' + success_codes: + - 200 + - 417
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-schema-dublin.yaml index f14fd6e3..90877905 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-schema-dublin.yaml @@ -18,15 +18,15 @@ description: Certify a Virtual function info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP HPA Team onap-discuss@lists.onap.org parameters: - - name: vf-uniqueId + - name: vf-id description: VF UniqueId type: string - long_option: vf-uniqueId + long_option: vf-id short_option: b is_optional: false - name: remarks @@ -36,6 +36,21 @@ parameters: short_option: r is_optional: true +results: + direction: portrait + attributes: + - name: id + description: VF version unique ID + scope: short + type: string + - name: uuid + description: VF UUID + scope: short + type: uuid + - name: version + description: VF version + scope: short + type: string http: service: name: sdc @@ -43,8 +58,12 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/resources/${vf-uniqueId}/lifecycleState/certify + uri: /sdc2/rest/v1/catalog/resources/${vf-id}/lifecycleState/certify method: POST body: '{"userRemarks":"${remarks}"}' success_codes: - 200 + result_map: + id: $b{$.uniqueId} + uuid: $b{$.uuid} + version: $b{$.version} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-dublin.yaml index 9ec09f0a..b3a830d2 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-dublin.yaml @@ -18,14 +18,14 @@ description: Checkin VF model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: vf-model-uuid - description: VF model UUID (can be found by running vf-model-list) + - name: vf-id + description: VF model ID type: string - long_option: vf-model-uuid + long_option: vf-id short_option: b is_optional: false - name: remarks @@ -35,7 +35,21 @@ parameters: short_option: r default_value: Checked in by ONAP CLI is_optional: false - +results: + direction: portrait + attributes: + - name: id + description: VF version unique ID + scope: short + type: string + - name: version + description: VF version + scope: short + type: string + - name: uuid + description: VF uuid + scope: short + type: string http: service: name: sdc @@ -43,8 +57,12 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/resources/${vf-model-uuid}/lifecycleState/CHECKIN + uri: /sdc2/rest/v1/catalog/resources/${vf-id}/lifecycleState/CHECKIN method: POST body: '{"userRemarks": "${remarks}"}' success_codes: - 200 + result_map: + id: $b{$.uniqueId} + version: $b{$.version} + uuid: $b{$.uuid}
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkout-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkout-schema-dublin.yaml index 511e29fd..c121811e 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkout-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkout-schema-dublin.yaml @@ -18,25 +18,29 @@ description: Checkout VF model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org parameters: - - name: vf-model-uuid - description: VF model UUID (can be found from vf-model-list) + - name: vf-id + description: VF model ID type: string - long_option: vf-model-uuid + long_option: vf-id short_option: b is_optional: false results: direction: portrait attributes: - - name: ID + - name: id description: VF checked out version unique ID scope: short type: string + - name: version + description: VF version + scope: short + type: string http: service: @@ -45,10 +49,11 @@ http: auth: basic mode: direct request: - uri: /sdc2/rest/v1/catalog/resources/${vf-model-uuid}/lifecycleState/CHECKOUT + uri: /sdc2/rest/v1/catalog/resources/${vf-id}/lifecycleState/CHECKOUT method: POST body: '{}' success_codes: - 200 result_map: - ID: $b{$.uniqueId}
\ No newline at end of file + id: $b{$.uniqueId} + version: $b{$.version}
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-create-schema-dublin.yaml index 5a542ba2..5fa4cbaa 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-create-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-create-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Create Virtual function from Vendor Software Product info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP HPA Team onap-discuss@lists.onap.org @@ -46,21 +46,29 @@ parameters: type: string long_option: vsp-id short_option: b - is_optional: false + is_optional: true - name: vsp-version description: VSP version type: string long_option: vsp-version short_option: g - is_optional: false + is_optional: true results: direction: portrait attributes: - - name: ID + - name: id description: VF ID scope: short type: string + - name: uuid + description: VF UUID + scope: short + type: string + - name: inputs + description: VNF Input ids + scope: short + type: string http: service: name: sdc @@ -70,49 +78,12 @@ http: request: uri: /sdc2/rest/v1/catalog/resources method: POST - body: '{ - "artifacts":{}, - "toscaArtifacts":{}, - "contactId":"${host-username}", - "categories":[{ - "name":"Generic", - "normalizedName":"generic", - "uniqueId":"resourceNewCategory.generic", - "icons": null, - "subcategories":[{ - "name":"Abstract", - "normalizedName":"abstract", - "uniqueId":"resourceNewCategory.generic.abstract", - "groupings":null, - "version":null, - "ownerId":null, - "icons":["abstract"], - "empty":false, - "type":null }], - "version":null, - "ownerId":null, - "empty":false, - "type":null }], - "description":"${description}", - "icon":"defaulticon", - "componentInstancesProperties":{}, - "componentInstancesAttributes":{}, - "name":"${name}", - "tags":["${name}"], - "capabilities":{}, - "requirements":{}, - "deploymentArtifacts":{}, - "componentType":"RESOURCE", - "vendorName":"${vendor-name}", - "vendorRelease":"1.0", - "componentInstances":[], - "properties":[], - "attributes":[], - "resourceType":"VF", - "csarUUID":"${vsp-id}", - "csarVersion":"1.0" - }' + body: '{"contactId": "${host-username}", "vendorRelease": "1.0", "requirements": {}, "artifacts": {}, "capabilities": {}, "componentInstancesProperties": {}, "deploymentArtifacts": {}, "icon": "defaulticon", "vendorName": "${vendor-name}", "description": "${description}", "tags": ["CLI", "${name}"], "properties": [], "categories": [{"subcategories": [{"normalizedName": "abstract", "name": "Abstract", "uniqueId": "resourceNewCategory.generic.abstract", "icons": ["database"]}], "normalizedName": "generic", "name": "Generic", "uniqueId": "resourceNewCategory.generic"}], "name": "${name}", "toscaArtifacts": {}, "csarUUID": "${vsp-id}", "resourceType": "VF", "csarVersion": "${vsp-version}", "componentType": "RESOURCE", "componentInstancesAttributes": {}, "attributes": [], "componentInstances": []}' + context: + remove_empty_node: true success_codes: - 201 result_map: - ID: $b{$.uniqueId} + id: $b{$.uniqueId} + uuid: $b{$.uuid} + inputs: $b{$.inputs.[*].uniqueId}
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml index daf8be02..79665673 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml @@ -18,7 +18,7 @@ description: List the VF resource model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org @@ -29,8 +29,8 @@ results: description: UUID type: string scope: short - - name: uniqueid - description: UUID + - name: id + description: id type: string scope: short - name: invariant-uuid @@ -74,7 +74,7 @@ http: - 200 result_map: uuid: $b{resources.[*].uuid} - uniqueid: $b{resources.[*].uniqueId} + id: $b{resources.[*].uniqueId} invariant-uuid: $b{resources.[*].invariantUUID} version: $b{resources.[*].version} name: $b{resources.[*].name} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-aggreement-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-aggreement-create-schema-dublin.yaml index d320848f..7d95c4a3 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-aggreement-create-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-aggreement-create-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Create license aggreement info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org parameters: @@ -40,12 +40,6 @@ parameters: short_option: e long_option: vlm-version is_optional: false - - name: description - description: Description for aggreement - type: string - short_option: z - long_option: description - is_optional: false - name: vlm-feature-group-id description: VLM feature group type: string @@ -56,7 +50,7 @@ parameters: results: direction: portrait attributes: - - name: ID + - name: id description: aggreement ID scope: short type: string @@ -69,10 +63,8 @@ http: request: uri: /onboarding-api/v1.0/vendor-license-models/${vlm-id}/versions/${vlm-version}/license-agreements method: POST - body: '{"addedFeatureGroupsIds": ["${vlm-feature-group-id}"], "description": "${description}", "licenseTerm": {"choice": "Fixed_Term", "other": ""}, "name": "${name}"}' + body: '{"addedFeatureGroupsIds": ["${vlm-feature-group-id}"], "licenseTerm": {"choice": "Fixed_Term", "other": ""}, "name": "${name}"}' success_codes: - 200 result_map: - ID: $b{$.value} - sample_response: - body: '{"value":"2DEB6CB4B082415BB7A697C9CD1273BA"}' + id: $b{$.value} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-archive-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-archive-schema-dublin.yaml new file mode 100644 index 00000000..96e91715 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-archive-schema-dublin.yaml @@ -0,0 +1,45 @@ +# Copyright © Intel Corporation 2019 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: vlm-archive +description: Archive Vendor License Model + +info: + product: onap-dublin + service: sdc.onboarding + author: ONAP CLI Team onap-discuss@lists.onap.org + +parameters: + - name: vlm-id + description: Onap VLM ID + type: string + short_option: x + long_option: vlm-id + is_optional: false + +http: + service: + name: sdc + version: v1.0 + auth: basic + mode: direct + request: + uri: /onboarding-api/v1.0/items/${vlm-id}/actions + method: PUT + body: '{"action": "ARCHIVE"}' + success_codes: + - 201 + - 200 + - 417
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-create-schema-dublin.yaml index ebe16263..ca09bd2e 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-create-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-create-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Create License Model info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org @@ -38,7 +38,7 @@ parameters: results: direction: portrait attributes: - - name: ID + - name: id description: License Model ID scope: short type: uuid @@ -59,5 +59,5 @@ http: success_codes: - 200 result_map: - ID: $b{$.itemId} + id: $b{$.itemId} version: $b{$.version.id}
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-delete-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-delete-schema-dublin.yaml index a22a0365..526d03e8 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-delete-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-delete-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Delete License Model (certified vlms cannot be deleted) info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-entitlement-pool-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-entitlement-pool-create-schema-dublin.yaml index 6bcf1339..86f99e23 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-entitlement-pool-create-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-entitlement-pool-create-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Create Entitlement Pool info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org @@ -41,35 +41,29 @@ parameters: short_option: e long_option: vlm-version is_optional: false - - name: description - description: Description for Entitlement Pool - type: string - short_option: z - long_option: description - is_optional: false - name: manufacture-reference-number description: Manufature Reference Number type: string short_option: k long_option: manufacture-reference-number is_optional: false - - name: startDate + - name: start-date description: License start date (MM/DD/YYYY) type: string short_option: l - long_option: startDate + long_option: start-date is_optional: false - - name: expiryDate + - name: expiry-date description: License end date (MM/DD/YYYY) type: string short_option: g - long_option: expiryDate - is_optional: false + long_option: expiry-date + is_optional: false results: direction: portrait attributes: - - name: ID + - name: id description: Entitlement Pool ID scope: short type: string @@ -82,8 +76,8 @@ http: request: uri: /onboarding-api/v1.0/vendor-license-models/${vlm-id}/versions/${vlm-version}/entitlement-pools method: POST - body: '{"name":"${name}","time":{"choice":"","other":""},"startDate":"${startDate}","expiryDate":"${expiryDate}","manufacturerReferenceNumber":"${manufacture-reference-number}"}' + body: '{"name":"${name}","time":{"choice":"","other":""},"startDate":"${start-date}","expiryDate":"${expiry-date}","manufacturerReferenceNumber":"${manufacture-reference-number}"}' success_codes: - 200 result_map: - ID: $b{$.value} + id: $b{$.value} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-feature-group-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-feature-group-create-schema-dublin.yaml index b4559d27..d3cd45a0 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-feature-group-create-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-feature-group-create-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Create feature group Pool info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org @@ -41,12 +41,6 @@ parameters: short_option: e long_option: vlm-version is_optional: false - - name: description - description: Description for feature group - type: string - short_option: z - long_option: description - is_optional: false - name: vlm-key-group-id description: VLM keygroup type: string @@ -69,7 +63,7 @@ parameters: results: direction: portrait attributes: - - name: ID + - name: id description: Feature group ID scope: short type: string @@ -82,10 +76,8 @@ http: request: uri: /onboarding-api/v1.0/vendor-license-models/${vlm-id}/versions/${vlm-version}/feature-groups method: POST - body: '{"name": "${name}", "addedLicenseKeyGroupsIds": ["${vlm-key-group-id}"], "addedEntitlementPoolsIds": ["${vlm-entitle-pool-id}"], "partNumber": "${part-number}", "description": "${description}"}' + body: '{"name": "${name}", "addedLicenseKeyGroupsIds": ["${vlm-key-group-id}"], "addedEntitlementPoolsIds": ["${vlm-entitle-pool-id}"], "partNumber": "${part-number}"}' success_codes: - 200 result_map: - ID: $b{$.value} - sample_response: - body: '{"value":"2DEB6CB4B082415BB7A697C9CD1273BA"}' + id: $b{$.value} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-key-group-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-key-group-create-schema-dublin.yaml index d1e5f16c..b82220e8 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-key-group-create-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-key-group-create-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Create License Key Group info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org @@ -48,17 +48,11 @@ parameters: long_option: type is_optional: false default_value: Universal - - name: description - description: Description for License Key Group - type: string - short_option: z - long_option: description - is_optional: true results: direction: portrait attributes: - - name: ID + - name: id description: License Model ID scope: short type: string @@ -71,8 +65,8 @@ http: request: uri: /onboarding-api/v1.0/vendor-license-models/${vlm-id}/versions/${vlm-version}/license-key-groups method: POST - body: '{"description": "${description}", "name": "${name}", "type": "${type}"}' + body: '{"name": "${name}", "type": "${type}"}' success_codes: - 200 result_map: - ID: $b{$.value}
\ No newline at end of file + id: $b{$.value}
\ No newline at end of file diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-list-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-list-schema-dublin.yaml index bf53824c..5962674a 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-list-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-list-schema-dublin.yaml @@ -18,7 +18,7 @@ description: List the vendor license models in ONAP info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP HPA Integration Team (itohan.ukponmwan@intel.com) results: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-submit-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-submit-schema-dublin.yaml index 99a0f46b..029d71d1 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-submit-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-submit-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Submit Vendor License Model info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-add-artifact-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-add-artifact-schema-dublin.yaml index 42c92f37..27f6a8d7 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-add-artifact-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-add-artifact-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Upload the CSAR/ZIP file to VSP info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org parameters: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-archive-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-archive-schema-dublin.yaml new file mode 100644 index 00000000..22010b8c --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-archive-schema-dublin.yaml @@ -0,0 +1,45 @@ +# Copyright © Intel Corporation 2019 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: vsp-archive +description: Archive Vendor Software Product + +info: + product: onap-dublin + service: sdc.onboarding + author: ONAP CLI Team onap-discuss@lists.onap.org + +parameters: + - name: vsp-id + description: Onap VSP ID + type: string + short_option: x + long_option: vsp-id + is_optional: false + +http: + service: + name: sdc + version: v1.0 + auth: basic + mode: direct + request: + uri: /onboarding-api/v1.0/items/${vsp-id}/actions + method: PUT + body: '{"action": "ARCHIVE"}' + success_codes: + - 201 + - 200 + - 417 diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-commit-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-commit-schema-dublin.yaml new file mode 100644 index 00000000..4bc103da --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-commit-schema-dublin.yaml @@ -0,0 +1,56 @@ +# Copyright 2019 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: vsp-commit +description: Commit Vendor Software Product + +info: + product: onap-dublin + service: sdc.onboarding + author: ONAP CLI Team onap-discuss@lists.onap.org + +parameters: + - name: vsp-id + description: Onap VSP ID + type: string + short_option: x + long_option: vsp-id + is_optional: false + - name: vsp-version + description: VSP version + type: string + short_option: y + long_option: vsp-version + is_optional: false + - name: remarks + description: VSP remarks + type: string + short_option: z + long_option: remarks + is_optional: true + default_value: Created by OCOMP +http: + service: + name: sdc + version: v1.0 + auth: basic + mode: direct + request: + uri: /onboarding-api/v1.0/items/${vsp-id}/versions/${vsp-version}/actions + method: PUT + body: '{"action":"Commit","commitRequest":{"message":"${remarks}"}}' + success_codes: + - 201 + - 200 diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-create-schema-dublin.yaml index 19c92393..16dc068b 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-create-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-create-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Create Vendor Software Product info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org parameters: @@ -71,17 +71,22 @@ parameters: long_option: onboarding-method short_option: o is_optional: false + default_value: NetworkPackage results: direction: portrait attributes: - - name: ID + - name: id description: VSP ID scope: short type: string - name: version description: VSP Model version scope: short + type: string + - name: version-id + description: VSP Model version id + scope: short type: uuid http: service: @@ -95,7 +100,7 @@ http: body: '{ "category": "resourceNewCategory.generic", "vendorId": "${vlm-id}", - "subCategory": "resourceNewCategory.generic.abstract", + "subCategory": "resourceNewCategory.generic.network elements", "description": "${vsp-description}", "licensingVersion": "${vlm-version}", "licensingData": {"featureGroups": ["${vlm-feature-group-id}"], "licenseAgreement": "${vlm-agreement-id}"}, @@ -107,5 +112,6 @@ http: success_codes: - 200 result_map: - ID: $b{$.itemId} - version: $b{$.version.id} + id: $b{$.itemId} + version: $b{$.version.name} + version-id: $b{$.version.id} diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-list-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-list-schema-dublin.yaml index a7bc98dc..2a4ddd84 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-list-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-list-schema-dublin.yaml @@ -18,7 +18,7 @@ description: List of the Vendor Software Products info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org results: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-package-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-package-schema-dublin.yaml index 6cd48e87..5306a7fb 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-package-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-package-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Package Vendor Software Product info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org parameters: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-submit-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-submit-schema-dublin.yaml index 6d46f6fa..cdc372d9 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-submit-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-submit-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Submit Vendor Software Product info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org parameters: diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-validate-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-validate-schema-dublin.yaml index 41f1fea1..402b6ae8 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-validate-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-validate-schema-dublin.yaml @@ -18,7 +18,7 @@ description: Validate the uploaded Vendor Software Product info: product: onap-dublin - service: sdc + service: sdc.onboarding author: ONAP CLI Team onap-discuss@lists.onap.org parameters: diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-create-schema.yaml b/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-create-schema.yaml index efdbb88b..29fceccd 100644 --- a/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-create-schema.yaml +++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/nslcm/vfc-nslcm-create-schema.yaml @@ -64,8 +64,15 @@ http: method: POST context: remove_empty_node: true - body: '{"context": {"globalCustomerId": ${customer-name}, "serviceType": ${service-type}}, - "csarId": "${ns-csar-uuid}", "nsName": "${ns-csar-name}"}' + body: '{ + "context": { + "globalCustomerId": "${customer-name}", + "serviceType": "${service-type}" + }, + "csarId": "${ns-csar-uuid}", + "nsName": "${ns-csar-name}", + "description": "description" + }' headers: Content-Type: application/json Accept: application/json diff --git a/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-associate-schema-elalto.yaml b/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-associate-schema-elalto.yaml new file mode 100644 index 00000000..ae87a622 --- /dev/null +++ b/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-associate-schema-elalto.yaml @@ -0,0 +1,61 @@ +# Copyright 2019 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: complex-associate +description: Associate a cloud region with a cloud complex + +info: + product: onap-elalto + service: aai + author: Intel ONAP HPA integration team (itohan.ukponmwan@intel.com) + +parameters: + - name: complex-name + description: name of cloud complex + type: string + short_option: x + long_option: complex-name + is_optional: false + - name: cloud-region + description: name of registered cloud-region + type: string + short_option: y + long_option: cloud-region + is_optional: false + - name: cloud-owner + description: name of cloud-owner + type: string + short_option: z + long_option: cloud-owner + is_optional: false + +http: + service: + auth: basic + mode: direct + request: + uri: /aai/v16/cloud-infrastructure/cloud-regions/cloud-region/${cloud-owner}/${cloud-region}/relationship-list/relationship + method: PUT + body: '{ + "related-to": "complex", + "related-link": "/aai/v16/cloud-infrastructure/complexes/complex/${complex-name}", + "relationship-data": [ + { + "relationship-key": "complex.physical-location-id", + "relationship-value": "${complex-name}" + }] + }' + success_codes: + - 200 diff --git a/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-create-schema-elalto.yaml b/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-create-schema-elalto.yaml new file mode 100644 index 00000000..0d5bf3cc --- /dev/null +++ b/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-create-schema-elalto.yaml @@ -0,0 +1,149 @@ +# Copyright 2019 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: complex-create +description: Create a cloud complex in Onap + +info: + product: onap-elalto + service: aai + author: Intel ONAP HPA integration team (itohan.ukponmwan@intel.com) + +parameters: + - name: physical-location-id + description: id of physical location + type: string + short_option: x + long_option: physical-location-id + is_optional: false + - name: data-center-code + description: datacenter name + type: string + short_option: y + long_option: data-center-code + is_optional: false + - name: complex-name + description: complex name + type: string + short_option: z + long_option: complex-name + is_optional: false + - name: identity-url + description: identity url for complex + type: string + short_option: q + long_option: identity-url + is_optional: false + - name: physical-location-type + description: complex physical location type + type: string + short_option: r + long_option: physical-location-type + is_optional: false + - name: street1 + description: name of street 1 for complex + type: string + short_option: i + long_option: street1 + is_optional: false + - name: street2 + description: name of street 2 for complex + type: string + short_option: j + long_option: street2 + is_optional: false + - name: city + description: city complex is located in + type: string + short_option: g + long_option: city + is_optional: false + - name: state + description: state complex is located in + type: string + short_option: S + long_option: state + is_optional: false + - name: postal-code + description: postal code for complex + type: string + short_option: w + long_option: postal-code + is_optional: false + - name: country + description: country complex is located + type: string + short_option: k + long_option: country + is_optional: false + - name: region + description: region complex is located + type: string + short_option: l + long_option: region + is_optional: false + - name: latitude + description: latitude of complex location + type: string + short_option: lt + long_option: latitude + is_optional: false + - name: longitude + description: longitude of complex location + type: string + short_option: lo + long_option: longitude + is_optional: false + - name: elevation + description: elevation of complex location + type: string + short_option: o + long_option: elevation + is_optional: false + - name: lata + description: lata of complex + type: string + short_option: la + long_option: lata + is_optional: false + + +http: + service: + auth: basic + mode: direct + request: + uri: /aai/v16/cloud-infrastructure/complexes/complex/${complex-name} + method: PUT + body: '{ + "physical-location-id": "${physical-location-id}", + "data-center-code": "${data-center-code}", + "complex-name": "${complex-name}", + "identity-url": "${identity-url}", + "physical-location-type": "${physical-location-type}", + "street1": "${street1}", + "street2": "${street2}", + "city": "${city}", + "state": "${state}", + "postal-code": "${postal-code}", + "country": "${country}", + "region": "${region}", + "latitude": "${latitude}", + "longitude": "${longitude}", + "elevation": "${elevation}", + "lata": "${lata}" + }' + success_codes: + - 201 diff --git a/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-delete-schema-elalto.yaml b/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-delete-schema-elalto.yaml new file mode 100644 index 00000000..8c1b4126 --- /dev/null +++ b/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-delete-schema-elalto.yaml @@ -0,0 +1,46 @@ +# Copyright 2019 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: complex-delete +description: Delete a complex from Onap + +info: + product: onap-elalto + service: aai + author: ONAP HPA Integration Team (itohan.ukponmwan@intel.com) + +parameters: + - name: complex-name + description: Onap complex name + type: string + short_option: x + long_option: complex-name + is_optional: false + - name: resource-version + description: Onap complex region version + type: uuid + short_option: y + long_option: resource-version + is_optional: true +http: + service: + auth: basic + mode: direct + request: + uri: /aai/v16/cloud-infrastructure/complexes/complex/${complex-name}?resource-version=${resource-version} + method: DELETE + success_codes: + - 204 + - 404 diff --git a/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-list-schema-elalto.yaml b/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-list-schema-elalto.yaml new file mode 100644 index 00000000..66b1754d --- /dev/null +++ b/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-list-schema-elalto.yaml @@ -0,0 +1,123 @@ +# Copyright 2019 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: complex-list +description: List the configured complexes + +info: + product: onap-elalto + service: aai + author: ONAP HPA Integration Team (itohan.ukponmwan@intel.com) + +results: + direction: landscape + attributes: + - name: complex-name + description: onap complex + scope: short + type: string + - name: physical-location-id + description: onap complex location id + scope: long + type: string + - name: data-center-code + description: data center code + scope: short + type: string + - name: identity-url + description: identity url + scope: long + type: string + - name: resource-version + description: complex resource version + scope: short + type: string + - name: physical-location-type + description: physical location type + scope: long + type: string + - name: street1 + description: onap complex street1 + scope: long + type: string + - name: street2 + description: onap complex street2 + scope: long + type: string + - name: city + description: onap complex city + scope: long + type: string + - name: state + description: onap complex state + scope: long + type: string + - name: postal-code + description: onap complex postal code + scope: long + type: string + - name: country + description: onap complex country + scope: short + type: string + - name: region + description: onap complex region + scope: short + type: string + - name: latitude + description: onap complex latitude + scope: short + type: string + - name: longitude + description: onap complex longitude + scope: short + type: string + - name: elevation + description: onap complex elevation + scope: short + type: string + - name: lata + description: onap complex lata + scope: long + type: string + +http: + service: + auth: basic + mode: direct + request: + uri: /aai/v16/cloud-infrastructure/complexes/ + method: GET + success_codes: + - 200 + result_map: + physical-location-id: $b{complex.[*].physical-location-id} + data-center-code: $b{complex.[*].data-center-code} + complex-name: $b{complex.[*].complex-name} + identity-url: $b{complex.[*].identity-url} + resource-version: $b{complex.[*].resource-version} + physical-location-type: $b{complex.[*].physical-location-type} + street1: $b{complex.[*].street1} + street2: $b{complex.[*].street2} + city: $b{complex.[*].city} + state: $b{complex.[*].state} + postal-code: $b{complex.[*].postal-code} + country: $b{complex.[*].country} + region: $b{complex.[*].region} + latitude: $b{complex.[*].latitude} + longitude: $b{complex.[*].longitude} + elevation: $b{complex.[*].elevation} + lata: $b{complex.[*].lata} + diff --git a/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-update-schema-elalto.yaml b/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-update-schema-elalto.yaml new file mode 100644 index 00000000..605d2992 --- /dev/null +++ b/products/onap-elalto/features/aai/src/main/resources/open-cli-schema/infra/complex/complex-update-schema-elalto.yaml @@ -0,0 +1,156 @@ +# Copyright 2019 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: complex-update +description: Update a cloud complex in Onap + +info: + product: onap-elalto + service: aai + author: Intel ONAP HPA integration team (itohan.ukponmwan@intel.com) + +parameters: + - name: physical-location-id + description: id of physical location + type: string + short_option: x + long_option: physical-location-id + is_optional: false + - name: data-center-code + description: datacenter name + type: string + short_option: y + long_option: data-center-code + is_optional: false + - name: complex-name + description: complex name + type: string + short_option: z + long_option: complex-name + is_optional: false + - name: identity-url + description: identity url for complex + type: string + short_option: q + long_option: identity-url + is_optional: false + - name: physical-location-type + description: complex physical location type + type: string + short_option: r + long_option: physical-location-type + is_optional: false + - name: street1 + description: name of street 1 for complex + type: string + short_option: i + long_option: street1 + is_optional: false + - name: street2 + description: name of street 2 for complex + type: string + short_option: j + long_option: street2 + is_optional: false + - name: city + description: city complex is located in + type: string + short_option: g + long_option: city + is_optional: false + - name: state + description: state complex is located in + type: string + short_option: S + long_option: state + is_optional: false + - name: postal-code + description: postal code for complex + type: string + short_option: w + long_option: postal-code + is_optional: false + - name: country + description: country complex is located + type: string + short_option: k + long_option: country + is_optional: false + - name: region + description: region complex is located + type: string + short_option: l + long_option: region + is_optional: false + - name: latitude + description: latitude of complex location + type: string + short_option: lt + long_option: latitude + is_optional: false + - name: longitude + description: longitude of complex location + type: string + short_option: lo + long_option: longitude + is_optional: false + - name: elevation + description: elevation of complex location + type: string + short_option: o + long_option: elevation + is_optional: false + - name: lata + description: lata of complex + type: string + short_option: la + long_option: lata + is_optional: false + - name: resource-version + description: resource version of complex to be updated + type: uuid + short_option: R + long_option: resource-version + is_optional: false + + +http: + service: + auth: basic + mode: direct + request: + uri: /aai/v16/cloud-infrastructure/complexes/complex/${complex-name} + method: PUT + body: '{ + "physical-location-id": "${physical-location-id}", + "data-center-code": "${data-center-code}", + "complex-name": "${complex-name}", + "identity-url": "${identity-url}", + "physical-location-type": "${physical-location-type}", + "street1": "${street1}", + "street2": "${street2}", + "city": "${city}", + "state": "${state}", + "postal-code": "${postal-code}", + "country": "${country}", + "region": "${region}", + "latitude": "${latitude}", + "longitude": "${longitude}", + "elevation": "${elevation}", + "lata": "${lata}", + "resource-version": "${resource-version}" + }' + success_codes: + - 200 |