aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorItohan Ukponmwan <itohan.ukponmwan@intel.com>2019-03-20 23:59:13 +0000
committerItohan Ukponmwan <itohan.ukponmwan@intel.com>2019-03-22 16:34:08 +0000
commit83673b7208e15daf9d44480682ddb88b462155c9 (patch)
tree0cfbff054dfb8fe0c11ca643bba2c8f06407bac8
parent618482352bbfdfb225bdee0ba377a4ab71ce5135 (diff)
SDC VF commands for onboarding
-SDC commands to create, list and certify a VF model -Test files also included Change-Id: I366617a5448f8e94de9d3a1fe18081537b09b4d6 Issue-ID: CLI-158 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json68
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-sample.yaml22
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-moco.json42690
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-sample.yaml27
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-dublin-moco.json2503
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-dublin-sample.yaml73
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-schema-dublin.yaml50
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-create-schema-dublin.yaml118
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml84
9 files changed, 45635 insertions, 0 deletions
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
new file mode 100644
index 00000000..36f408cf
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json
@@ -0,0 +1,68 @@
+[ {
+ "request" : {
+ "method" : "post",
+ "uri" : "/sdc2/rest/v1/catalog/resources/b3e0f162-5356-4b43-a9c0-3ab7e66638d2/lifecycleState/certify",
+ "headers" : {
+ "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "USER_ID" : "cs0008",
+ "X-TransactionId" : "req-d77560cd-ce34-48fe-9607-327f1eab89b4",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "userRemarks" : "cli vf certification"
+ }
+ },
+ "response" : {
+ "status" : 200,
+ "json" : {
+ "uniqueId" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9",
+ "name" : "cli-vf-3",
+ "version" : "1.0",
+ "isHighestVersion" : true,
+ "creationDate" : 1553125006126,
+ "lastUpdateDate" : 1553125171457,
+ "description" : "cli-vf-3",
+ "lifecycleState" : "CERTIFIED",
+ "tags" : [ "cli-vf-3" ],
+ "icon" : "defaulticon",
+ "normalizedName" : "clivf3",
+ "systemName" : "CliVf3",
+ "contactId" : "cs0008",
+ "allVersions" : {
+ "1.0" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9"
+ },
+ "csarUUID" : "b45a4ac88b274c179744e4a2d2d93767",
+ "csarVersion" : "1.0",
+ "invariantUUID" : "d0046ab0-5789-4a97-b61a-2763acddd180",
+ "componentType" : "RESOURCE",
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "creatorUserId" : "cs0008",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdaterUserId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "archiveTime" : 0,
+ "vendorName" : "itohan-vendor",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "resourceType" : "VF",
+ "toscaResourceName" : "org.openecomp.resource.vf.CliVf3",
+ "vspArchived" : false,
+ "archived" : false,
+ "uuid" : "1119b3ca-ba88-446e-8812-7fe8f8078aef"
+ }
+ }
+} ] \ 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
new file mode 100644
index 00000000..8d8ac974
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-sample.yaml
@@ -0,0 +1,22 @@
+# 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
+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
+ moco: vf-model-certify-schema-dublin-moco.json
+ output: \ 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-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-moco.json
new file mode 100644
index 00000000..0dd40e3c
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-moco.json
@@ -0,0 +1,42690 @@
+[ {
+ "request" : {
+ "method" : "post",
+ "uri" : "/sdc2/rest/v1/catalog/resources",
+ "headers" : {
+ "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "USER_ID" : "cs0008",
+ "X-TransactionId" : "req-0b943eab-515e-4d30-a11f-4f3b5a550ef5",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "artifacts" : { },
+ "toscaArtifacts" : { },
+ "contactId" : "cs0008",
+ "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" : "cli-vf-3",
+ "icon" : "defaulticon",
+ "componentInstancesProperties" : { },
+ "componentInstancesAttributes" : { },
+ "name" : "cli-vf-3",
+ "tags" : [ "cli-vf-3" ],
+ "capabilities" : { },
+ "requirements" : { },
+ "deploymentArtifacts" : { },
+ "componentType" : "RESOURCE",
+ "vendorName" : "itohan-vendor",
+ "vendorRelease" : "1.0",
+ "componentInstances" : [ ],
+ "properties" : [ ],
+ "attributes" : [ ],
+ "resourceType" : "VF",
+ "csarUUID" : "b45a4ac88b274c179744e4a2d2d93767",
+ "csarVersion" : "1.0"
+ }
+ },
+ "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
+ }
+ },
+ "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,
+ "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",
+ "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,
+ "empty" : false
+ }
+ },
+ "toscaArtifacts" : {
+ "assettoscacsar" : {
+ "creationDate" : 1553125006126,
+ "timeout" : 0,
+ "description" : "TOSCA definition package of the asset",
+ "lastUpdateDate" : 1553125006126,
+ "artifactLabel" : "assettoscacsar",
+ "artifactVersion" : "0",
+ "artifactGroupType" : "TOSCA",
+ "artifactName" : "resource-CliVf3-csar.csar",
+ "artifactType" : "TOSCA_CSAR",
+ "artifactDisplayName" : "Tosca Model",
+ "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,
+ "empty" : false
+ },
+ "assettoscatemplate" : {
+ "creationDate" : 1553125006126,
+ "timeout" : 0,
+ "description" : "TOSCA representation of the asset",
+ "lastUpdateDate" : 1553125006126,
+ "artifactLabel" : "assettoscatemplate",
+ "artifactVersion" : "0",
+ "artifactGroupType" : "TOSCA",
+ "artifactName" : "resource-CliVf3-template.yml",
+ "artifactType" : "TOSCA_TEMPLATE",
+ "artifactDisplayName" : "Tosca Template",
+ "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,
+ "empty" : false
+ }
+ },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "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
+ } ]
+ },
+ "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",
+ "required" : false,
+ "definition" : false,
+ "defaultValue" : "192.168.10.0/24",
+ "description" : "The CIDR of the unprotected private network",
+ "password" : false,
+ "name" : "unprotected_private_net_cidr",
+ "label" : "Unprotected private network CIDR",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.nf_naming",
+ "type" : "org.openecomp.datatypes.Naming",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nf_naming",
+ "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.firewall_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 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",
+ "getInputProperty" : false,
+ "ownerId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995",
+ "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",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "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,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.unprotected_private_net_id",
+ "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",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vpg_private_0_port_vnic_type",
+ "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",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.availability_zone_max_count",
+ "type" : "integer",
+ "required" : false,
+ "definition" : false,
+ "defaultValue" : "1",
+ "password" : false,
+ "name" : "availability_zone_max_count",
+ "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.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",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nf_role",
+ "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.install_script_version",
+ "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",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.vfw_image_name",
+ "type" : "string",
+ "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",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "d92e45a8-e84a-40a2-9a78-14fc63ad5995.min_instances",
+ "type" : "integer",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "min_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.protected_private_net_id",
+ "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",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2.cloud_env",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "defaultValue" : "openstack",
+ "description" : "Cloud environment (e.g., openstack, rackspace)",
+ "password" : false,
+ "name" : "cloud_env",
+ "label" : "Cloud environment",
+ "hidden" : false,
+ "immutable" : false,
+ "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
+ } ],
+ "empty" : false
+ } ],
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.CliVf3",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "itohan-vendor",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1553125006126,
+ "version" : "0.1",
+ "description" : "cli-vf-3",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "NOT_CERTIFIED_CHECKOUT",
+ "systemName" : "CliVf3",
+ "lastUpdateDate" : 1553125007912,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "clivf3",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "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",
+ "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,
+ "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
+ },
+ "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,
+ "empty" : false
+ }
+ },
+ "allVersions" : {
+ "0.1" : "b3e0f162-5356-4b43-a9c0-3ab7e66638d2"
+ },
+ "archiveTime" : 0,
+ "name" : "cli-vf-3"
+ }
+ }
+} ] \ 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
new file mode 100644
index 00000000..116f94d1
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-dublin-sample.yaml
@@ -0,0 +1,27 @@
+# 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
+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
+ moco: vf-model-create-schema-dublin-moco.json
+ output: |
+ +----------+--------------------------------------+
+ |property |value |
+ +----------+--------------------------------------+
+ |ID |b3e0f162-5356-4b43-a9c0-3ab7e66638d2 |
+ +----------+--------------------------------------+
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-dublin-moco.json
new file mode 100644
index 00000000..8efdf29f
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-dublin-moco.json
@@ -0,0 +1,2503 @@
+[ {
+ "request" : {
+ "method" : "get",
+ "uri" : "/sdc2/rest/v1/followed",
+ "headers" : {
+ "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "USER_ID" : "cs0008",
+ "X-TransactionId" : "req-0689bc94-cdb4-4f65-9b71-1350d3bd07ef",
+ "Content-Type" : "application/json"
+ },
+ "json" : null
+ },
+ "response" : {
+ "status" : 200,
+ "json" : {
+ "resources" : [ {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Application L4+",
+ "normalizedName" : "application l4+",
+ "uniqueId" : "resourceNewCategory.application l4+",
+ "subcategories" : [ {
+ "name" : "Firewall",
+ "normalizedName" : "firewall",
+ "uniqueId" : "resourceNewCategory.application l4+.firewall",
+ "icons" : [ "firewall" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VfwhpaTest1",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "onap_hpa",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1548181559443,
+ "version" : "1.0",
+ "description" : "vfwhpa test1",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "VfwhpaTest1",
+ "lastUpdateDate" : 1548181943570,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "vfwhpatest1",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "vfwhpa_test1" ],
+ "uniqueId" : "6c4d01ca-1a21-4d72-b389-d4f11fcae1c2",
+ "uuid" : "53a320ac-0be3-4c72-8ea1-6a7583930259",
+ "csarUUID" : "38a21a8bb73e4107b3b727f08153bce7",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "bc1c9d41-a47f-41ec-b2e0-d0d93ce4a464",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vfwhpa_test1"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.06357cff760a4c48Aa35",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "3ec04b77-2696-4b6e-92da",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1548198587569,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "06357cff760a4c48Aa35",
+ "lastUpdateDate" : 1548198635651,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "06357cff760a4c48aa35",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "06357cff-760a-4c48-aa35" ],
+ "uniqueId" : "82aba7c4-eaa7-4cb6-a594-e0b0058500b6",
+ "uuid" : "0b504b8a-68a9-4722-9b33-b8486b6d12e1",
+ "csarUUID" : "978a677077cd4632b6b85820a30a0e91",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "6daf1f0f-b456-478c-9e3d-fb3f915ee4ea",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "06357cff-760a-4c48-aa35"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Application L4+",
+ "normalizedName" : "application l4+",
+ "uniqueId" : "resourceNewCategory.application l4+",
+ "subcategories" : [ {
+ "name" : "Load Balancer",
+ "normalizedName" : "load balancer",
+ "uniqueId" : "resourceNewCategory.application l4+.load balancer",
+ "icons" : [ "loadBalancer" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VlbhpaSriov",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "onap_hpa",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1548353976470,
+ "version" : "1.0",
+ "description" : "vlbhpa sriov",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "VlbhpaSriov",
+ "lastUpdateDate" : 1548354020696,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "vlbhpasriov",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "vlbhpa_sriov" ],
+ "uniqueId" : "aa22303c-fcfd-4475-b6a6-45f4853872f9",
+ "uuid" : "f1eda415-77ac-4ad3-b049-e9e7cd5107bd",
+ "csarUUID" : "9b3ae4aa686c4aa2be524ce6f6c95842",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "2b899e16-5682-4c53-9046-388fe5a15868",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vlbhpa_sriov"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.CliVf3",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "itohan-vendor",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1553125006126,
+ "version" : "1.0",
+ "description" : "cli-vf-3",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "CliVf3",
+ "lastUpdateDate" : 1553125171457,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "clivf3",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "cli-vf-3" ],
+ "uniqueId" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9",
+ "uuid" : "1119b3ca-ba88-446e-8812-7fe8f8078aef",
+ "csarUUID" : "b45a4ac88b274c179744e4a2d2d93767",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "d0046ab0-5789-4a97-b61a-2763acddd180",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "cli-vf-3"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.53cfef1877434b35Bd89",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "354c419d-b63b-4ff9-bc03",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1547837108958,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "53cfef1877434b35Bd89",
+ "lastUpdateDate" : 1547837129231,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "53cfef1877434b35bd89",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "53cfef18-7743-4b35-bd89" ],
+ "uniqueId" : "8f99feda-1578-4b76-89c9-aced7e6ebf2a",
+ "uuid" : "783d2fb6-8de2-4939-845d-f757d38e08b3",
+ "csarUUID" : "b3b170ffa1e54f6880b61817aebdbdca",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "f69f911c-e9c1-410f-92e3-be5c858215a4",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "53cfef18-7743-4b35-bd89"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Application L4+",
+ "normalizedName" : "application l4+",
+ "uniqueId" : "resourceNewCategory.application l4+",
+ "subcategories" : [ {
+ "name" : "Firewall",
+ "normalizedName" : "firewall",
+ "uniqueId" : "resourceNewCategory.application l4+.firewall",
+ "icons" : [ "firewall" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VfwhpaSriov",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "onap_hpa",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1548270171172,
+ "version" : "1.0",
+ "description" : "vfwhpa sriov",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "VfwhpaSriov",
+ "lastUpdateDate" : 1548270278938,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "vfwhpasriov",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "vfwhpa_sriov" ],
+ "uniqueId" : "594a3b86-a8bf-4038-b562-88d775ad3c1d",
+ "uuid" : "0ac5440d-8ee2-4377-8410-630058bfbca8",
+ "csarUUID" : "d10cac28981c4396b7b3636b0a69786f",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "9d399f22-604f-4c59-97f8-2d9f04210e54",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vfwhpa_sriov"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.0da72c3b1abf4bcbBf12",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "6bd17f5a-e397-484c-af52",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1547836150223,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "0da72c3b1abf4bcbBf12",
+ "lastUpdateDate" : 1547836204100,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "0da72c3b1abf4bcbbf12",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "0da72c3b-1abf-4bcb-bf12" ],
+ "uniqueId" : "47b15a10-6f27-43fa-bd2c-6a2bd8b98b0a",
+ "uuid" : "79962216-b10a-4f37-af79-39eb50fa7714",
+ "csarUUID" : "911ab62d97034a31b5e6219ff32c93a2",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "3c82f295-256d-4e47-863a-e3612470f16e",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "0da72c3b-1abf-4bcb-bf12"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Application L4+",
+ "normalizedName" : "application l4+",
+ "uniqueId" : "resourceNewCategory.application l4+",
+ "subcategories" : [ {
+ "name" : "Load Balancer",
+ "normalizedName" : "load balancer",
+ "uniqueId" : "resourceNewCategory.application l4+.load balancer",
+ "icons" : [ "loadBalancer" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.Vlbhpa1",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "onap_hpa",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1548288725812,
+ "version" : "1.0",
+ "description" : "vlbhpa test1",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Vlbhpa1",
+ "lastUpdateDate" : 1548288773809,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "vlbhpa1",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "vlbhpa_1" ],
+ "uniqueId" : "8421b509-25bb-45a0-ab15-c9a531fa47ae",
+ "uuid" : "3b03b679-c227-42c2-9c64-b94416802bcc",
+ "csarUUID" : "62e221a2489d480fa291aeaa2bea9c52",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "608db6d9-c738-4a08-b455-2789d2bdd0d1",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vlbhpa_1"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.8dc447f79a654b888193",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "4a719c24-3ce8-431d-aee7",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1547771921721,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "8dc447f79a654b888193",
+ "lastUpdateDate" : 1547772035767,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "8dc447f79a654b888193",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "8dc447f7-9a65-4b88-8193" ],
+ "uniqueId" : "dc2a6a02-2fe0-494a-b551-84a3a70b9a87",
+ "uuid" : "ffc10ee8-2614-4d8c-b751-a51e0604c253",
+ "csarUUID" : "bc9dfa3d21c1455ea42759d3f045ad28",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "794efef3-c798-4e8d-a02a-42b91ffb8adf",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "8dc447f7-9a65-4b88-8193"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.4e9883c1D06c4554Bdf3",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "3a07540f-4f15-43fe-ac79",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1547773585118,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "4e9883c1D06c4554Bdf3",
+ "lastUpdateDate" : 1547773660168,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "4e9883c1d06c4554bdf3",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "4e9883c1-d06c-4554-bdf3" ],
+ "uniqueId" : "f32745f0-8d6e-4d22-8014-cf7869cdf30b",
+ "uuid" : "8e8ed994-bcd7-4159-933e-30de54df1693",
+ "csarUUID" : "a0440d85e9c24f9486e37e42aef206d1",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "879b448c-ca6e-41c1-bee9-07987fc45419",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "4e9883c1-d06c-4554-bdf3"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.C46e4d8b64514428A0cf",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "5a58e574-e97f-4874-a7bd",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1547836707775,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "C46e4d8b64514428A0cf",
+ "lastUpdateDate" : 1547836730409,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "c46e4d8b64514428a0cf",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "c46e4d8b-6451-4428-a0cf" ],
+ "uniqueId" : "57cba9f7-924c-4c9c-84c2-563138628a09",
+ "uuid" : "99dbc0d6-027e-40c5-a30e-0bdf53d32aca",
+ "csarUUID" : "6ee2299702ec46cd80c83eab3cb182f9",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "4c50ca91-5fec-4c81-ace9-501c544037fe",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "c46e4d8b-6451-4428-a0cf"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Application L4+",
+ "normalizedName" : "application l4+",
+ "uniqueId" : "resourceNewCategory.application l4+",
+ "subcategories" : [ {
+ "name" : "Firewall",
+ "normalizedName" : "firewall",
+ "uniqueId" : "resourceNewCategory.application l4+.firewall",
+ "icons" : [ "firewall" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VfwhpaTest1V2",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "onap_hpa",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1548186913629,
+ "version" : "1.0",
+ "description" : "vfwhpa test1",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "VfwhpaTest1V2",
+ "lastUpdateDate" : 1548187126475,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "vfwhpatest1v2",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "vfwhpa_test1_v2" ],
+ "uniqueId" : "fb6f4ec0-7ef0-42ed-8ae0-35bb76eb04ea",
+ "uuid" : "938c41de-98f1-4090-b78b-5f18d0578593",
+ "csarUUID" : "ab143b9d132c45e980c6237cb79b6a2c",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "d7686e86-1d1f-4713-99d4-609e6ee0c446",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vfwhpa_test1_v2"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.TestCliVf",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "itohan-vendor",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1553124553133,
+ "version" : "2.0",
+ "description" : "test-ci-vf",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "TestCliVf",
+ "lastUpdateDate" : 1553124663671,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "testclivf",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "test-cli-vf" ],
+ "uniqueId" : "423fbfc4-7763-4934-87cf-84adc7828534",
+ "uuid" : "75a9e4e3-36a9-46c8-b3a5-892175b313d3",
+ "csarUUID" : "54c4c2f26b974f169b362cc20ca434ff",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "ffffd24e-c70a-4238-8c4a-a3c11c3aae35",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "test-cli-vf"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Application L4+",
+ "normalizedName" : "application l4+",
+ "uniqueId" : "resourceNewCategory.application l4+",
+ "subcategories" : [ {
+ "name" : "Firewall",
+ "normalizedName" : "firewall",
+ "uniqueId" : "resourceNewCategory.application l4+.firewall",
+ "icons" : [ "firewall" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.Test4",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "onap_hpa",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1548456162447,
+ "version" : "1.0",
+ "description" : "test4",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Test4",
+ "lastUpdateDate" : 1548456254295,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "test4",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "test4" ],
+ "uniqueId" : "d7a78344-d4cd-4d54-ad41-e4095e7cbdd2",
+ "uuid" : "3b7dfb19-ebb2-45be-a514-16d2d72980d0",
+ "csarUUID" : "0063e08cd03a4012b381b376e537ebb1",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "32d745e6-eac2-44f6-bc5d-492199a71d86",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "test4"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Application L4+",
+ "normalizedName" : "application l4+",
+ "uniqueId" : "resourceNewCategory.application l4+",
+ "subcategories" : [ {
+ "name" : "Firewall",
+ "normalizedName" : "firewall",
+ "uniqueId" : "resourceNewCategory.application l4+.firewall",
+ "icons" : [ "firewall" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.Test5",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "onap_hpa",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1548445330980,
+ "version" : "1.0",
+ "description" : "test5",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Test5",
+ "lastUpdateDate" : 1548445512220,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "test5",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "test5" ],
+ "uniqueId" : "5fdb081b-15ab-460a-b863-ca1ac3508c83",
+ "uuid" : "a1d3fff8-0717-4bb9-a609-e37f3390f3f1",
+ "csarUUID" : "5db09293ff384c738ad5754350630973",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "cef7f7c0-731d-4ae9-95a2-3440d5604002",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "test5"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.Ef858a2c2397481fB82a",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "6519e766-b68f-4861-b0b5",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1547838698112,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Ef858a2c2397481fB82a",
+ "lastUpdateDate" : 1547838720216,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "ef858a2c2397481fb82a",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "ef858a2c-2397-481f-b82a" ],
+ "uniqueId" : "4323315c-b724-4afc-b4c1-9af83659e756",
+ "uuid" : "f6f5409d-50cb-44e1-b84e-13d624801785",
+ "csarUUID" : "37959c2841e244fc805a14fc57220a0c",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "fb516873-9ede-483b-a279-34b3cbb02536",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "ef858a2c-2397-481f-b82a"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Application L4+",
+ "normalizedName" : "application l4+",
+ "uniqueId" : "resourceNewCategory.application l4+",
+ "subcategories" : [ {
+ "name" : "Firewall",
+ "normalizedName" : "firewall",
+ "uniqueId" : "resourceNewCategory.application l4+.firewall",
+ "icons" : [ "firewall" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.NewCliVsp",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "Itohan-vendor",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1553102480456,
+ "version" : "1.0",
+ "description" : "cli-test-vsp",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "NewCliVsp",
+ "lastUpdateDate" : 1553102557819,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "newclivsp",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "new-cli-vsp" ],
+ "uniqueId" : "6c8827d3-0398-4937-a1de-2dd7da909fb4",
+ "uuid" : "f64d24ba-b3e6-42f0-a267-ba46bfddde59",
+ "csarUUID" : "8d5974a45c014ed6ad1b8bcace4a3609",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "ef2ec761-74ee-4283-9eb3-0e96e255e025",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "new-cli-vsp"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.C60aed4eDce444fdA89c",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "6d5a6c71-3222-4cf4-a4f2",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1547839064062,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "C60aed4eDce444fdA89c",
+ "lastUpdateDate" : 1547839079521,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "c60aed4edce444fda89c",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "c60aed4e-dce4-44fd-a89c" ],
+ "uniqueId" : "90040f28-cd3a-4abc-a22e-d8dfbd0abe4f",
+ "uuid" : "51012e88-dd2d-4bdf-960d-ca8d2a7f28bd",
+ "csarUUID" : "729a07cd8a3c4142836555a315305a22",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "68b6f59a-9e39-4e8f-873a-d5c1cadb3882",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "c60aed4e-dce4-44fd-a89c"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.38a68c2aAa6a4088Bb2b",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "14bb164a-194d-43c7-8316",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1547838099658,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "38a68c2aAa6a4088Bb2b",
+ "lastUpdateDate" : 1547838122203,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "38a68c2aaa6a4088bb2b",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "38a68c2a-aa6a-4088-bb2b" ],
+ "uniqueId" : "71ab22e5-79f5-4945-a2c4-116febac9918",
+ "uuid" : "39c766bc-c3a7-4970-afac-54e977fdded3",
+ "csarUUID" : "47cb2a42991548a09b377a3aa9703397",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "d043dd63-4497-4e81-ad9d-0d38c9c40cab",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "38a68c2a-aa6a-4088-bb2b"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.68a79a7203be4180B981",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "1d97c202-997e-4f71-a740",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1547836634576,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "68a79a7203be4180B981",
+ "lastUpdateDate" : 1547836673868,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "68a79a7203be4180b981",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "68a79a72-03be-4180-b981" ],
+ "uniqueId" : "21b3ec45-8687-418b-a68c-50547209978b",
+ "uuid" : "6de8667b-58ee-4a32-b853-73d76d5efb35",
+ "csarUUID" : "0ef9544b18154e27862f40457c36bfc7",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "a9ed453c-2249-4eb3-810c-a90fb69e032f",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "68a79a72-03be-4180-b981"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.Ad55252eB8bf44c784f7",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "ad7af32c-e5f6-4c7b-8e20",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1547838456522,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Ad55252eB8bf44c784f7",
+ "lastUpdateDate" : 1547838471012,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "ad55252eb8bf44c784f7",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "ad55252e-b8bf-44c7-84f7" ],
+ "uniqueId" : "ac7895df-5a68-4166-b601-53536e15282f",
+ "uuid" : "6f4cac26-f215-4ac3-b536-ae66dfd19931",
+ "csarUUID" : "3f9aa74f65574a299cbd6f81448846ac",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "12b63a36-b681-4e67-ab9d-4f1616f4b9c6",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "ad55252e-b8bf-44c7-84f7"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Application L4+",
+ "normalizedName" : "application l4+",
+ "uniqueId" : "resourceNewCategory.application l4+",
+ "subcategories" : [ {
+ "name" : "Firewall",
+ "normalizedName" : "firewall",
+ "uniqueId" : "resourceNewCategory.application l4+.firewall",
+ "icons" : [ "firewall" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.Test5",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "onap_hpa",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1548466018149,
+ "version" : "1.1",
+ "description" : "test5",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "NOT_CERTIFIED_CHECKOUT",
+ "systemName" : "Test5",
+ "lastUpdateDate" : 1548466018149,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "test5",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "test5" ],
+ "uniqueId" : "6a9427db-baa5-4951-820d-8d4747b68128",
+ "uuid" : "f33a36c3-9592-437c-9b8e-7a5d12c701a9",
+ "csarUUID" : "5db09293ff384c738ad5754350630973",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "cef7f7c0-731d-4ae9-95a2-3440d5604002",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "test5"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Application L4+",
+ "normalizedName" : "application l4+",
+ "uniqueId" : "resourceNewCategory.application l4+",
+ "subcategories" : [ {
+ "name" : "Firewall",
+ "normalizedName" : "firewall",
+ "uniqueId" : "resourceNewCategory.application l4+.firewall",
+ "icons" : [ "firewall" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.TestCli2",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "itohan-vendor",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1553121944459,
+ "version" : "0.1",
+ "description" : "description",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "NOT_CERTIFIED_CHECKOUT",
+ "systemName" : "TestCli2",
+ "lastUpdateDate" : 1553121946969,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "testcli2",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "test-cli-2" ],
+ "uniqueId" : "7ed4be03-bcc8-491c-9fed-963afd44d611",
+ "uuid" : "85fed814-8b43-4e0b-903b-330e8198894f",
+ "csarUUID" : "ab365698f8f948cbb358ca4fd72923c3",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "97aae1f7-9b20-4bb9-945b-6ede83140a07",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "test-cli-2"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Generic",
+ "normalizedName" : "generic",
+ "uniqueId" : "resourceNewCategory.generic",
+ "subcategories" : [ {
+ "name" : "Abstract",
+ "normalizedName" : "abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "objectStorage", "compute" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.46f8da6675c2478687dc",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "793af38e-3448-46fc-afa5",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "creationDate" : 1547837628932,
+ "version" : "1.0",
+ "description" : "vendor software product",
+ "componentType" : "RESOURCE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "46f8da6675c2478687dc",
+ "lastUpdateDate" : 1547837669781,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "46f8da6675c2478687dc",
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "46f8da66-75c2-4786-87dc" ],
+ "uniqueId" : "3bb3583c-784b-4e3d-9b64-458d46e9036d",
+ "uuid" : "9ff3da4e-f594-4e7d-abba-b413dd2c95d7",
+ "csarUUID" : "21116b5c438b4949b24fda554d2ff555",
+ "csarVersion" : "1.0",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "23c2d08b-c513-40bf-afa6-9ba8f9da323f",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "46f8da66-75c2-4786-87dc"
+ } ],
+ "services" : [ {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "123456",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1548198561417,
+ "version" : "1.0",
+ "description" : "catalog service description",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Vfw2019012223:09:19",
+ "lastUpdateDate" : 1548198685194,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "vfw2019012223:09:19",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "robot-ete", "vFW 2019-01-22 23:09:19" ],
+ "uniqueId" : "a1b151c2-0395-4941-b6cc-3ac110f56412",
+ "uuid" : "649daac3-7635-43d6-a751-da41cfad4d0f",
+ "icon" : "network_l_1-3",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "806c1ce1-8d95-40bb-85dd-85778984b41c",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vFW 2019-01-22 23:09:19"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L4+",
+ "normalizedName" : "network l4+",
+ "uniqueId" : "serviceNewCategory.network l4+",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "000000",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1548182108168,
+ "version" : "1.0",
+ "description" : "vfwhpa template 1",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Vfwhpa1",
+ "lastUpdateDate" : 1548185076139,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "vfwhpa1",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "vfwhpa_1" ],
+ "uniqueId" : "dc92d262-f649-4922-9ab6-2c0c2b3a1e4b",
+ "uuid" : "267bb62f-8fb9-4138-a59a-61e5465cabfe",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "b80226f9-2e39-45da-8c17-1d9f5d2b67df",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vfwhpa_1"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "123456",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1547837604832,
+ "version" : "1.0",
+ "description" : "catalog service description",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Demovcpeinfra",
+ "lastUpdateDate" : 1547837730532,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "demovcpeinfra",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "robot-ete", "demoVCPEInfra" ],
+ "uniqueId" : "d079370b-2238-4e45-acb6-3875a091b73c",
+ "uuid" : "6575fa2f-eed4-4ea5-bed1-ef349ab3ac04",
+ "icon" : "network_l_1-3",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "3d3fea3d-2f02-4cb1-8dc7-63962b05b0b3",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "demoVCPEInfra"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "123456",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1547838680752,
+ "version" : "1.0",
+ "description" : "catalog service description",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Demovcpevgmux",
+ "lastUpdateDate" : 1547838779425,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "demovcpevgmux",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "robot-ete", "demoVCPEvGMUX" ],
+ "uniqueId" : "679ca983-681c-493d-96ec-048fd861533c",
+ "uuid" : "eac0c183-02af-4ac1-9575-7968a684d99a",
+ "icon" : "network_l_1-3",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "cf3bd118-87fa-4f4f-ad44-e34dabc610f1",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "demoVCPEvGMUX"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "123456",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1547838437518,
+ "version" : "1.0",
+ "description" : "catalog service description",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Demovcpevbrgemu",
+ "lastUpdateDate" : 1547838502547,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "demovcpevbrgemu",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "robot-ete", "demoVCPEvBRGEMU" ],
+ "uniqueId" : "ceaaa7da-cae6-403b-85cf-e4c9d201380b",
+ "uuid" : "494ad4a3-971f-45b8-818e-db9e58b5dc7f",
+ "icon" : "network_l_1-3",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "f4487f7f-be15-4f19-902d-dd89c2f88fa9",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "demoVCPEvBRGEMU"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L4+",
+ "normalizedName" : "network l4+",
+ "uniqueId" : "serviceNewCategory.network l4+",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "000000",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1548270335712,
+ "version" : "1.0",
+ "description" : "vfwhpa sriov",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "VfwhpaSriov",
+ "lastUpdateDate" : 1548270887724,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "vfwhpasriov",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "vfwhpa_sriov" ],
+ "uniqueId" : "487d626e-7b31-48b8-9054-cda98296bb2e",
+ "uuid" : "b6a65cb3-3a2e-4a9e-a50d-c09aebd93156",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "272ce4d5-e260-4c23-a6d5-9255939fb08e",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vfwhpa_sriov"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "123456",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1547836107304,
+ "version" : "1.0",
+ "description" : "catalog service description",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Vfw2019011818:28:25",
+ "lastUpdateDate" : 1547836259114,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "vfw2019011818:28:25",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "robot-ete", "vFW 2019-01-18 18:28:25" ],
+ "uniqueId" : "e0ba34fa-38d2-46cb-b82e-8c04ff1efa44",
+ "uuid" : "57814c32-c9ba-4cf4-bfb7-44e9182a461c",
+ "icon" : "network_l_1-3",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "d44dcfb2-73e4-4ea0-978f-26ca89208ad5",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vFW 2019-01-18 18:28:25"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L4+",
+ "normalizedName" : "network l4+",
+ "uniqueId" : "serviceNewCategory.network l4+",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTION_APPROVED",
+ "projectCode" : "54321",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1550703627829,
+ "version" : "3.0",
+ "description" : "test5",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Test5",
+ "lastUpdateDate" : 1550704363031,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "test5",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "test5" ],
+ "uniqueId" : "32b65499-a671-4b71-8990-158d1b045812",
+ "uuid" : "66c5bd88-f389-49e4-8875-604f8817cef6",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "3ed236ef-7d4e-4906-92f1-05340d128c97",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "test5"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "123456",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1547837079318,
+ "version" : "1.0",
+ "description" : "catalog service description",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Demovlb",
+ "lastUpdateDate" : 1547837171997,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "demovlb",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "robot-ete", "demoVLB" ],
+ "uniqueId" : "21fe32d3-1da8-46b5-a52b-6bc9c78846cd",
+ "uuid" : "2f11859a-0305-489a-b62d-55d1e43e97c6",
+ "icon" : "network_l_1-3",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "bec0c12a-41ef-4f5d-92c1-4299968b8438",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "demoVLB"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTION_NOT_APPROVED",
+ "projectCode" : "12345",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "ewm",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1548371886695,
+ "version" : "2.1",
+ "description" : "test",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "NOT_CERTIFIED_CHECKIN",
+ "systemName" : "Test1",
+ "lastUpdateDate" : 1548371899574,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "test1",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "test1" ],
+ "uniqueId" : "83a40623-978c-4c82-bf09-0f31afa2ee9b",
+ "uuid" : "d1f397bd-37af-4bc1-8d85-9dd28874067b",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "20b22b50-2ecd-438e-8e0d-bd3e545adc9e",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "test1"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L4+",
+ "normalizedName" : "network l4+",
+ "uniqueId" : "serviceNewCategory.network l4+",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "000001",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1548288668671,
+ "version" : "1.0",
+ "description" : "vlbhpa",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Vlbhpa",
+ "lastUpdateDate" : 1548289721636,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "vlbhpa",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "vlbhpa" ],
+ "uniqueId" : "fd1ab038-b435-40b3-8c4c-9afcea8cf7c0",
+ "uuid" : "75f07bc5-795e-4d95-8d8f-1fbe5fb20a15",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "a760fd12-9277-4df7-9ed9-99c18ea024b5",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vlbhpa"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L4+",
+ "normalizedName" : "network l4+",
+ "uniqueId" : "serviceNewCategory.network l4+",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTION_NOT_APPROVED",
+ "projectCode" : "000000",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1553123652987,
+ "version" : "0.1",
+ "description" : "hhh",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "NOT_CERTIFIED_CHECKOUT",
+ "systemName" : "Test",
+ "lastUpdateDate" : 1553123652987,
+ "highestVersion" : true,
+ "creatorFullName" : "Carlos Santana",
+ "normalizedName" : "test",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "tags" : [ "test" ],
+ "uniqueId" : "28f8a25b-d59c-45db-9ab0-94f4c0e8a4fc",
+ "uuid" : "edf01a49-ab3b-4e93-8b45-64e583f625b5",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "cs0008",
+ "creatorUserId" : "cs0008",
+ "invariantUUID" : "3943694b-c5ad-44fd-9ec3-242a19538456",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "test"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "123456",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1547771792056,
+ "version" : "1.0",
+ "description" : "catalog service description",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Vfw2019011800:36:26",
+ "lastUpdateDate" : 1547772127033,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "vfw2019011800:36:26",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "robot-ete", "vFW 2019-01-18 00:36:26" ],
+ "uniqueId" : "f51d0273-bb68-4df6-8667-4700216c4329",
+ "uuid" : "c6dc9092-521e-4636-b705-426ddda9020a",
+ "icon" : "network_l_1-3",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "f6ec1549-8a0a-43c8-91e5-83c52d735c65",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vFW 2019-01-18 00:36:26"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "123456",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1547773502225,
+ "version" : "1.0",
+ "description" : "catalog service description",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Vfw2019011801:05:00",
+ "lastUpdateDate" : 1547773740889,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "vfw2019011801:05:00",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "robot-ete", "vFW 2019-01-18 01:05:00" ],
+ "uniqueId" : "44319054-5ade-4e0f-8365-790873523152",
+ "uuid" : "119df9b2-1b33-4e92-a45a-c71dcec1dcc4",
+ "icon" : "network_l_1-3",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "ed73e305-e816-4f90-bd34-52e552d0e9d4",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vFW 2019-01-18 01:05:00"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L4+",
+ "normalizedName" : "network l4+",
+ "uniqueId" : "serviceNewCategory.network l4+",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "12345",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1548456310043,
+ "version" : "1.0",
+ "description" : "test4 stuff",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Test4Stuff",
+ "lastUpdateDate" : 1548465403180,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "test4stuff",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "test4-stuff" ],
+ "uniqueId" : "1915880d-8b75-4e72-aede-15f07c1790a2",
+ "uuid" : "fb277d9c-bad5-4357-8299-e2316b564c3c",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "21fcf68b-add4-4f59-8eb1-c10ee590f048",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "test4-stuff"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "123456",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1547839040830,
+ "version" : "1.0",
+ "description" : "catalog service description",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Demovcpevgw",
+ "lastUpdateDate" : 1547839116946,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "demovcpevgw",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "robot-ete", "demoVCPEvGW" ],
+ "uniqueId" : "ed8cfb84-811c-4619-a92e-31d61be7db82",
+ "uuid" : "38aa866d-1d83-420c-bfc9-271fee48efed",
+ "icon" : "network_l_1-3",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "1f7f8a12-fdaa-4d3e-913b-96888a60ff87",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "demoVCPEvGW"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L4+",
+ "normalizedName" : "network l4+",
+ "uniqueId" : "serviceNewCategory.network l4+",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "00000",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1548187210111,
+ "version" : "1.0",
+ "description" : "vfwhpa test1",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Vfwhpa1V2",
+ "lastUpdateDate" : 1548201644221,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "vfwhpa1v2",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "vfwhpa_1_v2" ],
+ "uniqueId" : "cd1eccc5-2a25-4e56-8a0f-d1ec12479a34",
+ "uuid" : "89eb25dc-eb87-4a06-84c6-84824ea17d34",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "36897c30-14f1-4164-9ad0-6ff011bfd4e3",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vfwhpa_1_v2"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L4+",
+ "normalizedName" : "network l4+",
+ "uniqueId" : "serviceNewCategory.network l4+",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "000001",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1548353929340,
+ "version" : "1.0",
+ "description" : "vlbhpa sriov",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "VlbhpaSriov",
+ "lastUpdateDate" : 1548354668256,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "vlbhpasriov",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "vlbhpa_sriov" ],
+ "uniqueId" : "45449bc4-e269-4f79-9ba4-6f808ec8f936",
+ "uuid" : "84d1c9fb-57e4-42e8-be33-82c51c2c65fd",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "a06eb8da-1bf9-4eb5-9c9e-a6f49fb760e5",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "vlbhpa_sriov"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "123456",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1547836608133,
+ "version" : "1.0",
+ "description" : "catalog service description",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Demovfwcl",
+ "lastUpdateDate" : 1547836793214,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "demovfwcl",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "robot-ete", "demoVFWCL" ],
+ "uniqueId" : "0d360a50-3e89-423c-b6e7-56a2292130e0",
+ "uuid" : "c0f93a15-76e7-4dd6-9983-4dd49af3ef2c",
+ "icon" : "network_l_1-3",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "dee10a79-1775-4626-b14b-c12217f7fd1c",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "demoVFWCL"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "123456",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1547838082991,
+ "version" : "1.0",
+ "description" : "catalog service description",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Demovcpevbng",
+ "lastUpdateDate" : 1547838179447,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "demovcpevbng",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "robot-ete", "demoVCPEvBNG" ],
+ "uniqueId" : "4e6c59b3-064f-41b7-b574-9d9d287193ca",
+ "uuid" : "325b72f4-00b0-4f9d-8da5-4475cac9a940",
+ "icon" : "network_l_1-3",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "1a3e0408-f95c-415e-8f90-e729722d3711",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "demoVCPEvBNG"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L1-3",
+ "normalizedName" : "network l1-3",
+ "uniqueId" : "serviceNewCategory.network l1-3",
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.service",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "projectCode" : "12345",
+ "environmentContext" : "General_Revenue-Bearing",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "ewm",
+ "instantiationType" : "A-la-carte",
+ "creationDate" : 1548187216147,
+ "version" : "2.0",
+ "description" : "test",
+ "componentType" : "SERVICE",
+ "lifecycleState" : "CERTIFIED",
+ "systemName" : "Test1",
+ "lastUpdateDate" : 1548187992033,
+ "highestVersion" : true,
+ "creatorFullName" : "Joni Mitchell",
+ "normalizedName" : "test1",
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "vspArchived" : false,
+ "archived" : false,
+ "contactId" : "cs0008",
+ "conformanceLevel" : "9.0",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "tags" : [ "test1" ],
+ "uniqueId" : "d59c12e9-337e-48c6-b867-042b85965517",
+ "uuid" : "94420648-136b-44a5-8bef-58962925ca42",
+ "icon" : "defaulticon",
+ "lastUpdaterUserId" : "jm0007",
+ "creatorUserId" : "jm0007",
+ "invariantUUID" : "20b22b50-2ecd-438e-8e0d-bd3e545adc9e",
+ "allArtifacts" : { },
+ "archiveTime" : 0,
+ "name" : "test1"
+ } ]
+ }
+ }
+} ] \ No newline at end of file
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-dublin-sample.yaml
new file mode 100644
index 00000000..6fc6eec6
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-dublin-sample.yaml
@@ -0,0 +1,73 @@
+# 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: -u
+version: onap-dublin
+samples:
+ sample1:
+ name: -u
+ input: cs0008 -p demo123456! -m http://10.12.6.129:30205 -s
+ moco: vf-model-list-schema-dublin-moco.json
+ output: |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |uuid |uniqueid |invariant-uuid |name |version |status |description |vsp-uuid |vsp-version |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |53a320ac-0be3-4c72-8ea1-6a7583930259 |6c4d01ca-1a21-4d72-b389-d4f11fcae1c2 |bc1c9d41-a47f-41ec-b2e0-d0d93ce4a464 |vfwhpa_test1 |1.0 |CERTIFIED |vfwhpa test1 |38a21a8bb73e4107b3b727f08153bce7 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |0b504b8a-68a9-4722-9b33-b8486b6d12e1 |82aba7c4-eaa7-4cb6-a594-e0b0058500b6 |6daf1f0f-b456-478c-9e3d-fb3f915ee4ea |06357cff-760a-4c48-aa35 |1.0 |CERTIFIED |vendor software product |978a677077cd4632b6b85820a30a0e91 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |f1eda415-77ac-4ad3-b049-e9e7cd5107bd |aa22303c-fcfd-4475-b6a6-45f4853872f9 |2b899e16-5682-4c53-9046-388fe5a15868 |vlbhpa_sriov |1.0 |CERTIFIED |vlbhpa sriov |9b3ae4aa686c4aa2be524ce6f6c95842 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |1119b3ca-ba88-446e-8812-7fe8f8078aef |86e7f0b5-e93f-45d7-b279-6e8d450fb1d9 |d0046ab0-5789-4a97-b61a-2763acddd180 |cli-vf-3 |1.0 |CERTIFIED |cli-vf-3 |b45a4ac88b274c179744e4a2d2d93767 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |783d2fb6-8de2-4939-845d-f757d38e08b3 |8f99feda-1578-4b76-89c9-aced7e6ebf2a |f69f911c-e9c1-410f-92e3-be5c858215a4 |53cfef18-7743-4b35-bd89 |1.0 |CERTIFIED |vendor software product |b3b170ffa1e54f6880b61817aebdbdca |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |0ac5440d-8ee2-4377-8410-630058bfbca8 |594a3b86-a8bf-4038-b562-88d775ad3c1d |9d399f22-604f-4c59-97f8-2d9f04210e54 |vfwhpa_sriov |1.0 |CERTIFIED |vfwhpa sriov |d10cac28981c4396b7b3636b0a69786f |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |79962216-b10a-4f37-af79-39eb50fa7714 |47b15a10-6f27-43fa-bd2c-6a2bd8b98b0a |3c82f295-256d-4e47-863a-e3612470f16e |0da72c3b-1abf-4bcb-bf12 |1.0 |CERTIFIED |vendor software product |911ab62d97034a31b5e6219ff32c93a2 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |3b03b679-c227-42c2-9c64-b94416802bcc |8421b509-25bb-45a0-ab15-c9a531fa47ae |608db6d9-c738-4a08-b455-2789d2bdd0d1 |vlbhpa_1 |1.0 |CERTIFIED |vlbhpa test1 |62e221a2489d480fa291aeaa2bea9c52 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |ffc10ee8-2614-4d8c-b751-a51e0604c253 |dc2a6a02-2fe0-494a-b551-84a3a70b9a87 |794efef3-c798-4e8d-a02a-42b91ffb8adf |8dc447f7-9a65-4b88-8193 |1.0 |CERTIFIED |vendor software product |bc9dfa3d21c1455ea42759d3f045ad28 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |8e8ed994-bcd7-4159-933e-30de54df1693 |f32745f0-8d6e-4d22-8014-cf7869cdf30b |879b448c-ca6e-41c1-bee9-07987fc45419 |4e9883c1-d06c-4554-bdf3 |1.0 |CERTIFIED |vendor software product |a0440d85e9c24f9486e37e42aef206d1 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |99dbc0d6-027e-40c5-a30e-0bdf53d32aca |57cba9f7-924c-4c9c-84c2-563138628a09 |4c50ca91-5fec-4c81-ace9-501c544037fe |c46e4d8b-6451-4428-a0cf |1.0 |CERTIFIED |vendor software product |6ee2299702ec46cd80c83eab3cb182f9 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |938c41de-98f1-4090-b78b-5f18d0578593 |fb6f4ec0-7ef0-42ed-8ae0-35bb76eb04ea |d7686e86-1d1f-4713-99d4-609e6ee0c446 |vfwhpa_test1_v2 |1.0 |CERTIFIED |vfwhpa test1 |ab143b9d132c45e980c6237cb79b6a2c |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |75a9e4e3-36a9-46c8-b3a5-892175b313d3 |423fbfc4-7763-4934-87cf-84adc7828534 |ffffd24e-c70a-4238-8c4a-a3c11c3aae35 |test-cli-vf |2.0 |CERTIFIED |test-ci-vf |54c4c2f26b974f169b362cc20ca434ff |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |3b7dfb19-ebb2-45be-a514-16d2d72980d0 |d7a78344-d4cd-4d54-ad41-e4095e7cbdd2 |32d745e6-eac2-44f6-bc5d-492199a71d86 |test4 |1.0 |CERTIFIED |test4 |0063e08cd03a4012b381b376e537ebb1 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |a1d3fff8-0717-4bb9-a609-e37f3390f3f1 |5fdb081b-15ab-460a-b863-ca1ac3508c83 |cef7f7c0-731d-4ae9-95a2-3440d5604002 |test5 |1.0 |CERTIFIED |test5 |5db09293ff384c738ad5754350630973 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |f6f5409d-50cb-44e1-b84e-13d624801785 |4323315c-b724-4afc-b4c1-9af83659e756 |fb516873-9ede-483b-a279-34b3cbb02536 |ef858a2c-2397-481f-b82a |1.0 |CERTIFIED |vendor software product |37959c2841e244fc805a14fc57220a0c |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |f64d24ba-b3e6-42f0-a267-ba46bfddde59 |6c8827d3-0398-4937-a1de-2dd7da909fb4 |ef2ec761-74ee-4283-9eb3-0e96e255e025 |new-cli-vsp |1.0 |CERTIFIED |cli-test-vsp |8d5974a45c014ed6ad1b8bcace4a3609 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |51012e88-dd2d-4bdf-960d-ca8d2a7f28bd |90040f28-cd3a-4abc-a22e-d8dfbd0abe4f |68b6f59a-9e39-4e8f-873a-d5c1cadb3882 |c60aed4e-dce4-44fd-a89c |1.0 |CERTIFIED |vendor software product |729a07cd8a3c4142836555a315305a22 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |39c766bc-c3a7-4970-afac-54e977fdded3 |71ab22e5-79f5-4945-a2c4-116febac9918 |d043dd63-4497-4e81-ad9d-0d38c9c40cab |38a68c2a-aa6a-4088-bb2b |1.0 |CERTIFIED |vendor software product |47cb2a42991548a09b377a3aa9703397 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |6de8667b-58ee-4a32-b853-73d76d5efb35 |21b3ec45-8687-418b-a68c-50547209978b |a9ed453c-2249-4eb3-810c-a90fb69e032f |68a79a72-03be-4180-b981 |1.0 |CERTIFIED |vendor software product |0ef9544b18154e27862f40457c36bfc7 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |6f4cac26-f215-4ac3-b536-ae66dfd19931 |ac7895df-5a68-4166-b601-53536e15282f |12b63a36-b681-4e67-ab9d-4f1616f4b9c6 |ad55252e-b8bf-44c7-84f7 |1.0 |CERTIFIED |vendor software product |3f9aa74f65574a299cbd6f81448846ac |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |f33a36c3-9592-437c-9b8e-7a5d12c701a9 |6a9427db-baa5-4951-820d-8d4747b68128 |cef7f7c0-731d-4ae9-95a2-3440d5604002 |test5 |1.1 |NOT_CERTIFIED_CHECKOUT |test5 |5db09293ff384c738ad5754350630973 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |85fed814-8b43-4e0b-903b-330e8198894f |7ed4be03-bcc8-491c-9fed-963afd44d611 |97aae1f7-9b20-4bb9-945b-6ede83140a07 |test-cli-2 |0.1 |NOT_CERTIFIED_CHECKOUT |description |ab365698f8f948cbb358ca4fd72923c3 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
+ |9ff3da4e-f594-4e7d-abba-b413dd2c95d7 |3bb3583c-784b-4e3d-9b64-458d46e9036d |23c2d08b-c513-40bf-afa6-9ba8f9da323f |46f8da66-75c2-4786-87dc |1.0 |CERTIFIED |vendor software product |21116b5c438b4949b24fda554d2ff555 |1.0 |
+ +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+--------------------------+----------------------------------+--------------+
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
new file mode 100644
index 00000000..ce9ba283
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-schema-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: vf-model-certify
+description: Certify a Virtual function
+
+info:
+ product: onap-dublin
+ service: sdc
+ author: ONAP HPA Team onap-discuss@lists.onap.org
+
+
+parameters:
+ - name: vf-id
+ description: VF ID
+ type: string
+ long_option: vf-id
+ short_option: b
+ is_optional: false
+ - name: remarks
+ description: certification remarks
+ type: string
+ long_option: remarks
+ short_option: r
+ is_optional: true
+
+http:
+ service:
+ name: sdc
+ version: v1.0
+ auth: basic
+ mode: direct
+ request:
+ uri: /sdc2/rest/v1/catalog/resources/${vf-id}/lifecycleState/certify
+ method: POST
+ body: '{"userRemarks":"${remarks}"}'
+ success_codes:
+ - 200
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
new file mode 100644
index 00000000..5a542ba2
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-create-schema-dublin.yaml
@@ -0,0 +1,118 @@
+# 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-create
+description: Create Virtual function from Vendor Software Product
+
+info:
+ product: onap-dublin
+ service: sdc
+ author: ONAP HPA Team onap-discuss@lists.onap.org
+
+
+parameters:
+ - name: name
+ description: Onap VF Name
+ type: string
+ short_option: x
+ long_option: name
+ is_optional: false
+ - name: description
+ description: Description for VF
+ type: string
+ short_option: y
+ long_option: description
+ is_optional: true
+ - name: vendor-name
+ description: Vendor name
+ type: string
+ long_option: vendor-name
+ short_option: z
+ is_optional: false
+ - name: vsp-id
+ description: VSP ID
+ type: string
+ long_option: vsp-id
+ short_option: b
+ is_optional: false
+ - name: vsp-version
+ description: VSP version
+ type: string
+ long_option: vsp-version
+ short_option: g
+ is_optional: false
+
+results:
+ direction: portrait
+ attributes:
+ - name: ID
+ description: VF ID
+ scope: short
+ type: string
+http:
+ service:
+ name: sdc
+ version: v1.0
+ auth: basic
+ mode: direct
+ 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"
+ }'
+ success_codes:
+ - 201
+ result_map:
+ ID: $b{$.uniqueId}
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
new file mode 100644
index 00000000..daf8be02
--- /dev/null
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml
@@ -0,0 +1,84 @@
+# 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-list
+description: List the VF resource model in SDC
+
+info:
+ product: onap-dublin
+ service: sdc
+ author: ONAP CLI Team onap-discuss@lists.onap.org
+
+
+results:
+ direction: landscape
+ attributes:
+ - name: uuid
+ description: UUID
+ type: string
+ scope: short
+ - name: uniqueid
+ description: UUID
+ type: string
+ scope: short
+ - name: invariant-uuid
+ description: Invariant UUID
+ type: string
+ scope: short
+ - name: name
+ description: Name
+ type: string
+ scope: short
+ - name: version
+ description: version
+ type: string
+ scope: short
+ - name: status
+ description: status
+ type: string
+ scope: short
+ - name: description
+ description: description
+ type: string
+ scope: long
+ - name: vsp-uuid
+ description: VSP uuid
+ type: string
+ scope: long
+ - name: vsp-version
+ description: VSP version
+ type: string
+ scope: long
+http:
+ service:
+ name: sdc
+ version: v1.0
+ auth: basic
+ mode: direct
+ request:
+ uri: /sdc2/rest/v1/followed
+ method: GET
+ success_codes:
+ - 200
+ result_map:
+ uuid: $b{resources.[*].uuid}
+ uniqueid: $b{resources.[*].uniqueId}
+ invariant-uuid: $b{resources.[*].invariantUUID}
+ version: $b{resources.[*].version}
+ name: $b{resources.[*].name}
+ status: $b{resources.[*].lifecycleState}
+ description: $b{resources.[*].description}
+ vsp-uuid: $b{resources.[*].csarUUID}
+ vsp-version: $b{resources.[*].csarVersion}